[tracker] SLO: Add tracker:notify to some classes



commit fdf56d9f373cc517f6b35f61999d457dde01c1e3
Author: Philip Van Hoof <philip codeminded be>
Date:   Thu Nov 25 11:13:49 2010 +0100

    SLO: Add tracker:notify to some classes
    
    Fixes NB#204706

 data/ontologies/92-slo.ontology |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/data/ontologies/92-slo.ontology b/data/ontologies/92-slo.ontology
index 3e0228d..03a9267 100644
--- a/data/ontologies/92-slo.ontology
+++ b/data/ontologies/92-slo.ontology
@@ -10,11 +10,12 @@
 
 slo: a tracker:Namespace, tracker:Ontology ;
 	tracker:prefix "slo" ;
-	nao:lastModified "2010-09-09T11:00:00Z" .
+	nao:lastModified "2010-11-25T11:12:00Z" .
 	
 slo:LandmarkCategory a rdfs:Class ;
 	rdfs:label "Landmark category";
 	rdfs:comment "Predefined set of instances for categories of landmarks";
+	tracker:notify true ;
 	rdfs:subClassOf nie:InformationElement.
 
 slo:isRemovable a rdf:Property ;
@@ -32,6 +33,7 @@ slo:categoryIconUrl a rdf:Property ;
 slo:Landmark a rdfs:Class ;
 	rdfs:label "Point with special relevance for the user" ;
 	rdfs:subClassOf nie:InformationElement ;
+	tracker:notify true ;
 	rdfs:comment "Use the nie title, description, ... properties" .
 
 slo:belongsToCategory a rdf:Property ;
@@ -55,6 +57,7 @@ slo:iconUrl a rdf:Property ;
 slo:GeoLocation a rdfs:Class ;
 	rdfs:label "Location" ;
 	rdfs:comment "A place in the space, can be defined by coordinates or text";
+	tracker:notify true ;
 	rdfs:subClassOf nie:InformationElement.
 
 #Properties of GeoLocation



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