summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Ottela <mikael.ottela@ixonos.com>2010-09-09 12:46:00 +0300
committerMikael Ottela <masi@mux.site>2010-09-09 12:49:52 +0300
commit47e201d0774239990158964aa82528854fda3b5e (patch)
tree09c6460ee7c9b3fb8784801aebee02aefbdddc9f
parentfd278e359324ee0ae41974d3e9b7b3d92cd2fe79 (diff)
downloadtracker-47e201d0774239990158964aa82528854fda3b5e.tar.gz
Added slo:categoryIconUrl for category icons in the location ontology
-rw-r--r--data/ontologies/92-slo.ontology8
1 files changed, 7 insertions, 1 deletions
diff --git a/data/ontologies/92-slo.ontology b/data/ontologies/92-slo.ontology
index 23af349fd..20d9c496a 100644
--- a/data/ontologies/92-slo.ontology
+++ b/data/ontologies/92-slo.ontology
@@ -10,7 +10,7 @@
slo: a tracker:Namespace, tracker:Ontology ;
tracker:prefix "slo" ;
- nao:lastModified "2010-09-08T11:00:00Z" .
+ nao:lastModified "2010-09-09T11:00:00Z" .
slo:LandmarkCategory a rdfs:Class ;
rdfs:label "Landmark category";
@@ -23,6 +23,12 @@ slo:isRemovable a rdf:Property ;
rdfs:domain slo:LandmarkCategory ;
rdfs:range xsd:boolean.
+slo:categoryIconUrl a rdf:Property ;
+ rdfs:label "Landmark category icon" ;
+ rdfs:comment "Url of the icon that corresponds to this category." ;
+ rdfs:domain slo:LandmarkCategory ;
+ rdfs:range rdfs:Resource .
+
slo:Landmark a rdfs:Class ;
rdfs:label "Point with special relevance for the user" ;
rdfs:subClassOf nie:InformationElement ;