[tracker/rss-enclosures] Added slo:categoryIconUrl for category icons in the location ontology



commit 082e6e9838593aee28d167d4d7c07f4ade308870
Author: Mikael Ottela <mikael ottela ixonos com>
Date:   Thu Sep 9 12:46:00 2010 +0300

    Added slo:categoryIconUrl for category icons in the location ontology

 data/ontologies/92-slo.ontology |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/data/ontologies/92-slo.ontology b/data/ontologies/92-slo.ontology
index 23af349..20d9c49 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 ;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]