[tracker/deprecated: 5/5] MLO: Remove deprecated ontology classes and properties
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/deprecated: 5/5] MLO: Remove deprecated ontology classes and properties
- Date: Tue, 12 Oct 2010 15:13:24 +0000 (UTC)
commit 4c73e98b5d6eefb659b3ca163d88f8d951a138eb
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 | 72 ---------------------------------------
1 files changed, 0 insertions(+), 72 deletions(-)
---
diff --git a/data/ontologies/40-mlo.ontology b/data/ontologies/40-mlo.ontology
index 818159b..432c558 100644
--- a/data/ontologies/40-mlo.ontology
+++ b/data/ontologies/40-mlo.ontology
@@ -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";
@@ -101,30 +90,6 @@ mlo:timestamp a rdf:Property ;
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";
@@ -193,43 +158,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]