[tracker] Added slo:iconUrl for landmark icons in the location ontology



commit 93be349a10c2627f88b43fdcd41d8496c659f751
Author: Mikael Ottela <mikael ottela ixonos com>
Date:   Wed Sep 8 13:53:33 2010 +0300

    Added slo:iconUrl for landmark 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 85c79f0..23af349 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-08-26T11:00:00Z" .
+    nao:lastModified "2010-09-08T11:00:00Z" .
 
 slo:LandmarkCategory a rdfs:Class ;
     rdfs:label "Landmark category";
@@ -40,6 +40,12 @@ slo:hasContact a rdf:Property ;
     rdfs:domain slo:Landmark ;
     rdfs:range nco:Contact .
 
+slo:iconUrl a rdf:Property ;
+    rdfs:label "Landmark icon" ;
+    rdfs:comment "Url of the icon that corresponds to this landmark." ;
+    rdfs:domain slo:Landmark ;
+    rdfs:range rdfs:Resource .
+
 slo:GeoLocation a rdfs:Class ;
     rdfs:label "Location" ;
     rdfs:comment "A place in the space, can be defined by coordinates or text";



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