[tracker] MLO: GeoPoint is subclass of IE and not GeoLocation



commit 98bf5c9ab405bf342d677952cc03e965c0bda1ce
Author: Ivan Frade <ivan frade nokia com>
Date:   Fri Jan 29 00:36:37 2010 +0200

    MLO: GeoPoint is subclass of IE and not GeoLocation

 data/ontologies/40-mlo.ontology |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/data/ontologies/40-mlo.ontology b/data/ontologies/40-mlo.ontology
index 724f1ef..2324c63 100644
--- a/data/ontologies/40-mlo.ontology
+++ b/data/ontologies/40-mlo.ontology
@@ -20,7 +20,7 @@ mlo:GeoLocation a rdfs:Class ;
 mlo:GeoPoint a rdfs:Class ;
     rdfs:label "Point on the earth" ;
     rdfs:comment "The inherited properties from InformationElement can be used to add details." ;
-    rdfs:subClassOf mlo:GeoLocation .
+    rdfs:subClassOf nie:InformationElement .
 
 mlo:GeoSphere a rdfs:Class ;
     rdfs:label "Spherical space" ;
@@ -228,7 +228,6 @@ mlo:poiLocation a rdf:Property ;
     rdfs:domain mlo:Landmark ;
     rdfs:range mlo:GeoPoint .
 
-
 ###############################################
 #  Predefined categories coming from Symbian 
 #    - move to a different file?



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