[tracker/rss-enclosures] Added slo:iconUrl for landmark icons in the location ontology
- From: Roberto Guido <rguido src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/rss-enclosures] Added slo:iconUrl for landmark icons in the location ontology
- Date: Wed, 24 Nov 2010 01:41:21 +0000 (UTC)
commit fa8e969e6ebab1757663d32139e6c8a542b25a6e
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]