[tracker/deprecated: 5/5] MLO: Remove deprecated ontology classes and properties



commit 041191f23040deec11c7aa58f1625d0dd8c19057
Author: Jürg Billeter <j bitron ch>
Date:   Tue Oct 12 16:55:01 2010 +0200

    MLO: Remove deprecated ontology classes and properties
    
    They were deprecated 9 months ago.

 data/ontologies/40-mlo.ontology |   75 +--------------------------------------
 1 files changed, 1 insertions(+), 74 deletions(-)
---
diff --git a/data/ontologies/40-mlo.ontology b/data/ontologies/40-mlo.ontology
index 09a4bd9..860b2f5 100644
--- a/data/ontologies/40-mlo.ontology
+++ b/data/ontologies/40-mlo.ontology
@@ -10,7 +10,7 @@
 
 mlo: a tracker:Namespace, tracker:Ontology ;
 	tracker:prefix "mlo" ;
-	nao:lastModified "2010-04-28T11:00:00Z" .
+	nao:lastModified "2010-10-26T14:00:00Z" .
 
 mlo:GeoLocation a rdfs:Class ;
 	rdfs:label "Location" ;
@@ -32,11 +32,6 @@ mlo:GeoBoundingBox a rdfs:Class ;
 	rdfs:comment "Bounding box for a region in the space, defined with 2 points in 2D. We assume that the box is always aligned with parallels and meridians.";
 	rdfs:subClassOf nie:InformationElement .
 
-mlo:LocationBoundingBox a rdfs:Class ;
-	rdfs:label "Box containing a relevant location (places that cannot be described in one concrete point)" ;
-	nao:deprecated true ;
-	rdfs:subClassOf mlo:GeoBoundingBox .
-
 
 mlo:Route a rdfs:Class ;
 	rdfs:label "Minimum box containing all the points traversed in sequence." ;
@@ -59,12 +54,6 @@ mlo:Landmark a rdfs:Class ;
 	rdfs:subClassOf nie:InformationElement ;
 	rdfs:comment "Use the nie title, description, ... properties" .
 
-mlo:PointOfInterest a rdfs:Class ;
-	rdfs:label "Use mlo:Landmark instead" ;
-	rdfs:subClassOf mlo:Landmark ;
-	nao:deprecated true ;
-	rdfs:comment "Use the nie title, description, ...  properties".
-
 mlo:belongsToCategory a rdf:Property ;
 	rdfs:label "Belongs to category";
 	rdfs:comment "Relation of a landmark with a landmark category";
@@ -96,31 +85,6 @@ mlo:timestamp a rdf:Property ;
 	rdfs:domain mlo:GeoPoint ;
 	rdfs:range xsd:dateTime .
 
-# Properties of LocationBoundingBox
-mlo:boxSouthWestCorner a rdf:Property ;
-	rdfs:label "South-west corner of the bounding box" ;
-	rdfs:domain mlo:LocationBoundingBox ;
-	nao:deprecated true ;
-	rdfs:range  mlo:GeoPoint.
-
-mlo:boxEastLimit a rdf:Property ;
-	rdfs:label "Length of the box in the East direction" ;
-	rdfs:domain mlo:LocationBoundingBox ;
-	nao:deprecated true ;
-	rdfs:range mlo:GeoPoint.
-
-mlo:boxVerticalLimit a rdf:Property ;
-	rdfs:label "Length of the box in the Up direction (height)" ;
-	rdfs:domain mlo:LocationBoundingBox ;
-	nao:deprecated true ;
-	rdfs:range mlo:GeoPoint.
-
-mlo:boxNorthLimit a rdf:Property ;
-	rdfs:label "Length of the box in the North direction" ;
-	rdfs:domain mlo:LocationBoundingBox ;
-	nao:deprecated true ;
-	rdfs:range mlo:GeoPoint.
-
 mlo:bbNorthWest a rdf:Property ;
 	rdfs:label "North west corner";
 	rdfs:comment "North west corner of a bounding box. The GeoPoint is interpreted in 2D";
@@ -189,43 +153,6 @@ mlo:asPostalAddress a rdf:Property ;
 	rdfs:domain mlo:GeoLocation ;
 	rdfs:range nco:PostalAddress .
 
-# TODO: These are ad-hoc added by Philip to support writeback of locations
-mlo:city a rdf:Property ;
-	tracker:writeback true ;
-	rdfs:label "City" ;
-	nao:deprecated true;
-	rdfs:domain mlo:GeoPoint ;
-	rdfs:range  xsd:string .
-
-mlo:country a rdf:Property ;
-	tracker:writeback true ;
-	rdfs:label "Country" ;
-	nao:deprecated true ;
-	rdfs:domain mlo:GeoPoint ;
-	rdfs:range  xsd:string .
-
-mlo:state a rdf:Property ;
-	tracker:writeback true ;
-	rdfs:label "State" ;
-	nao:deprecated true ;
-	rdfs:domain mlo:GeoPoint ;
-	rdfs:range  xsd:string .
-
-mlo:address a rdf:Property ;
-	tracker:writeback true ;
-	rdfs:label "Address" ;
-	nao:deprecated true ;
-	rdfs:domain mlo:GeoPoint ;
-	rdfs:range  xsd:string .
-
-# Properties of Point of Interest
-mlo:poiLocation a rdf:Property ;
-	rdfs:label "POI Location" ;
-	rdfs:comment "Coordinates of the point (Use the mlo:location property inherited from IE" ;
-	nao:deprecated true;
-	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]