[tracker/rss-enclosures] NMM, MTO, MLO: Indentation fixes



commit 7ab27f798371b15068aacbe696d86b8f81cc39e6
Author: Philip Van Hoof <philip codeminded be>
Date:   Mon Oct 25 16:28:09 2010 +0200

    NMM, MTO, MLO: Indentation fixes

 data/ontologies/38-nmm.ontology |    2 +-
 data/ontologies/39-mto.ontology |  178 +++++++++++-----------
 data/ontologies/40-mlo.ontology |  310 +++++++++++++++++++--------------------
 3 files changed, 243 insertions(+), 247 deletions(-)
---
diff --git a/data/ontologies/38-nmm.ontology b/data/ontologies/38-nmm.ontology
index c9dc3c9..eb6356d 100644
--- a/data/ontologies/38-nmm.ontology
+++ b/data/ontologies/38-nmm.ontology
@@ -311,7 +311,7 @@ nmm:skipCounter a rdf:Property ;
 nmm:ImageList a rdfs:Class ;
 	rdfs:subClassOf nfo:MediaList ;
 	rdfs:label "Image album" ;
-        tracker:notify true ;
+	tracker:notify true ;
 	rdfs:comment "An album of images" .
 
 nmm:Photo a rdfs:Class ;
diff --git a/data/ontologies/39-mto.ontology b/data/ontologies/39-mto.ontology
index 1332fc9..bae2a26 100644
--- a/data/ontologies/39-mto.ontology
+++ b/data/ontologies/39-mto.ontology
@@ -9,70 +9,70 @@
 @prefix nao: <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#> .
 
 mto: a tracker:Namespace, tracker:Ontology ;
-    tracker:prefix "mto" ;
-    nao:lastModified "2010-10-20T07:42:00Z" .
+	tracker:prefix "mto" ;
+	nao:lastModified "2010-10-20T07:42:00Z" .
 
 mto:TransferElement a rdfs:Class ;
-    rdfs:label "Transfer element" ;
-    rdfs:comment "Gives information about the transfer of a single element - typically a file. The properties in this class would need to be changed if it has to handle sync elements as well" ;
-    tracker:notify true ;
-    rdfs:subClassOf nie:InformationElement .
+	rdfs:label "Transfer element" ;
+	rdfs:comment "Gives information about the transfer of a single element - typically a file. The properties in this class would need to be changed if it has to handle sync elements as well" ;
+	tracker:notify true ;
+	rdfs:subClassOf nie:InformationElement .
 
 mto:Transfer a rdfs:Class ;
-    rdfs:label "Transfer" ;
-    rdfs:comment "Represent a single transfer task, which could have multiple transfer elements" ;
-    tracker:notify true ;
-    rdfs:subClassOf nie:InformationElement .
+	rdfs:label "Transfer" ;
+	rdfs:comment "Represent a single transfer task, which could have multiple transfer elements" ;
+	tracker:notify true ;
+	rdfs:subClassOf nie:InformationElement .
 
 mto:UploadTransfer a rdfs:Class ;
-    rdfs:label "Upload" ;
-    rdfs:comment "Handles transfers of files/data present on the device to some place outside the device. Upload methods include uploading to a website, sending via BlueTooth etc. " ;
-    rdfs:subClassOf mto:Transfer .
+	rdfs:label "Upload" ;
+	rdfs:comment "Handles transfers of files/data present on the device to some place outside the device. Upload methods include uploading to a website, sending via BlueTooth etc. " ;
+	rdfs:subClassOf mto:Transfer .
 
 mto:DownloadTransfer a rdfs:Class ;
-    rdfs:label "Download" ;
-    rdfs:comment "Handles transfers of files outside the device into the device. This class will only refer to files downloaded from a website or recieved using BlueTooth etc. Files recieved with messages are not considered here. Those would be handled seperately using nmo:Message" ;
-    rdfs:subClassOf mto:Transfer .
+	rdfs:label "Download" ;
+	rdfs:comment "Handles transfers of files outside the device into the device. This class will only refer to files downloaded from a website or recieved using BlueTooth etc. Files recieved with messages are not considered here. Those would be handled seperately using nmo:Message" ;
+	rdfs:subClassOf mto:Transfer .
 
 mto:SyncTransfer a rdfs:Class ;
-    rdfs:label "Sync" ;
-    rdfs:comment "Handles synchronization between the device and some server (a computer, or a website)" ;
-    rdfs:subClassOf mto:Transfer .
+	rdfs:label "Sync" ;
+	rdfs:comment "Handles synchronization between the device and some server (a computer, or a website)" ;
+	rdfs:subClassOf mto:Transfer .
 
 # NO Web upload class
 
 mto:source a rdf:Property ;
-    rdfs:label "Source" ;
-    rdfs:comment "The source for the transfer. If the transfer is an upload, it would be the URI for a file on the device. If the transfer is a (web) download, it will be a URL. Question: Does it make more sense to have two fields: uploadSource and downloadSource?" ;
-    nrl:maxCardinality 1 ;
-    rdfs:domain mto:TransferElement ;
-    rdfs:range rdfs:Resource .
+	rdfs:label "Source" ;
+	rdfs:comment "The source for the transfer. If the transfer is an upload, it would be the URI for a file on the device. If the transfer is a (web) download, it will be a URL. Question: Does it make more sense to have two fields: uploadSource and downloadSource?" ;
+	nrl:maxCardinality 1 ;
+	rdfs:domain mto:TransferElement ;
+	rdfs:range rdfs:Resource .
 
 mto:destination a rdf:Property ;
-    rdfs:label "Destination" ;
-    rdfs:comment "The destination of the transfer. If the transfer is an download, it would be the URI for a file on the device. If the transfer is a (web) upload, it will be a URL, which will be filled once the upload is completed." ;
-    nrl:maxCardinality 1 ;
-    rdfs:domain mto:TransferElement ;
-    rdfs:range rdfs:Resource .
+	rdfs:label "Destination" ;
+	rdfs:comment "The destination of the transfer. If the transfer is an download, it would be the URI for a file on the device. If the transfer is a (web) upload, it will be a URL, which will be filled once the upload is completed." ;
+	nrl:maxCardinality 1 ;
+	rdfs:domain mto:TransferElement ;
+	rdfs:range rdfs:Resource .
 
 mto:startedTime a rdf:Property ;
-    rdfs:label "Started" ;
-    rdfs:comment "Captures the date and time when the transfer was started" ;
-    nrl:maxCardinality 1 ;
-    rdfs:domain mto:TransferElement ;
-    rdfs:range xsd:dateTime .
+	rdfs:label "Started" ;
+	rdfs:comment "Captures the date and time when the transfer was started" ;
+	nrl:maxCardinality 1 ;
+	rdfs:domain mto:TransferElement ;
+	rdfs:range xsd:dateTime .
 
 mto:completedTime a rdf:Property ;
-    rdfs:label "Completed" ;
-    rdfs:comment "Captures the date and time when the transfer ended. It must be set only when the trasfer element is completed succesfully" ;
-    nrl:maxCardinality 1 ;
-    rdfs:domain mto:TransferElement ;
-    rdfs:range xsd:dateTime .
+	rdfs:label "Completed" ;
+	rdfs:comment "Captures the date and time when the transfer ended. It must be set only when the trasfer element is completed succesfully" ;
+	nrl:maxCardinality 1 ;
+	rdfs:domain mto:TransferElement ;
+	rdfs:range xsd:dateTime .
 
 mto:State a rdfs:Class ;
-    rdfs:label "State value" ;
-    rdfs:subClassOf rdfs:Resource ;
-    rdfs:comment "Class with a restricted set of instances to enumarate transfer methods".
+	rdfs:label "State value" ;
+	rdfs:subClassOf rdfs:Resource ;
+	rdfs:comment "Class with a restricted set of instances to enumarate transfer methods".
 
 mto:state-active a mto:State .
 mto:state-paused a mto:State .
@@ -82,81 +82,81 @@ mto:state-pending a mto:State .
 mto:state-error a mto:State .
 
 mto:state a rdf:Property ;
-    rdfs:label "State" ;
-    rdfs:comment "Captures the current state of the transfer element: Pending (not started), In Progress, Paused, Cancelled, Done" ;
-    nrl:maxCardinality 1 ;
-    rdfs:domain mto:TransferElement ;
-    rdfs:range mto:State .
+	rdfs:label "State" ;
+	rdfs:comment "Captures the current state of the transfer element: Pending (not started), In Progress, Paused, Cancelled, Done" ;
+	nrl:maxCardinality 1 ;
+	rdfs:domain mto:TransferElement ;
+	rdfs:range mto:State .
 
 mto:transferState a rdf:Property ;
-    rdfs:label "Transfer state" ;
-    rdfs:comment "Captures the state of the transfer. This is derived from the cumulative states of the transfer elements of this transfer. Applications are responsible to keep it up-to-date" ;
-    nrl:maxCardinality 1 ;
-    rdfs:domain mto:Transfer ;
-    rdfs:range mto:State .
+	rdfs:label "Transfer state" ;
+	rdfs:comment "Captures the state of the transfer. This is derived from the cumulative states of the transfer elements of this transfer. Applications are responsible to keep it up-to-date" ;
+	nrl:maxCardinality 1 ;
+	rdfs:domain mto:Transfer ;
+	rdfs:range mto:State .
 
 mto:TransferMethod a rdfs:Class ;
-    rdfs:comment "Class with a restricted set of instances to enumarate transfer methods" ;
-    rdfs:subClassOf rdfs:Resource .
+	rdfs:comment "Class with a restricted set of instances to enumarate transfer methods" ;
+	rdfs:subClassOf rdfs:Resource .
 
 mto:transfer-method-bluetooth a mto:TransferMethod .
 mto:transfer-method-web a mto:TransferMethod .
 
 mto:method a rdf:Property ;
-    rdfs:label "Method" ;
-    rdfs:comment "The method of transfer - Bluetooth, Web upload etc" ;
-    nrl:maxCardinality 1 ;
-    rdfs:domain mto:Transfer ;
-    rdfs:range mto:TransferMethod .
+	rdfs:label "Method" ;
+	rdfs:comment "The method of transfer - Bluetooth, Web upload etc" ;
+	nrl:maxCardinality 1 ;
+	rdfs:domain mto:Transfer ;
+	rdfs:range mto:TransferMethod .
 
 mto:created a rdf:Property ;
-    rdfs:label "Created" ;
-    rdfs:comment "The date and time when the transfer was created" ;
-    nrl:maxCardinality 1 ;
-    rdfs:domain mto:Transfer ;
-    rdfs:range xsd:dateTime .
+	rdfs:label "Created" ;
+	rdfs:comment "The date and time when the transfer was created" ;
+	nrl:maxCardinality 1 ;
+	rdfs:domain mto:Transfer ;
+	rdfs:range xsd:dateTime .
 
 mto:transferList a rdf:Property ;
-    rdfs:label "Transfer List" ;
-    rdfs:comment "A list of transfer elements" ;
-    rdfs:domain mto:Transfer ;
-    rdfs:range mto:TransferElement .
+	rdfs:label "Transfer List" ;
+	rdfs:comment "A list of transfer elements" ;
+	rdfs:domain mto:Transfer ;
+	rdfs:range mto:TransferElement .
 
 # unknown range - will need to be defined by the Account management guys
 # FIXME FIXME FIXME FIXME: At the moment xsd:string so the transfer app guys can start working.
 #  Waiting for a holistic accounts solution
 #  It could also be a ContactMedium
 mto:account a rdf:Property ;
-    rdfs:label "Account" ;
-    rdfs:comment "A reference to the account to which the web upload is to be done. This should at least contain information about the account and the service which is being used. For instance, Google/YouTube or Google/Picassa" ;
-    nrl:maxCardinality 1 ;
-    rdfs:domain mto:Transfer ;
-    rdfs:range xsd:string .
+	rdfs:label "Account" ;
+	rdfs:comment "A reference to the account to which the web upload is to be done. This should at least contain information about the account and the service which is being used. For instance, Google/YouTube or Google/Picassa" ;
+	nrl:maxCardinality 1 ;
+	rdfs:domain mto:Transfer ;
+	rdfs:range xsd:string .
 
 mto:starter a rdf:Property ;
-    rdfs:label "Starter" ;
-    rdfs:comment "The application that actually triggered the transfer - e.g. Gallery, Content Manager etc" ;
-    nrl:maxCardinality 1 ;
-    rdfs:domain mto:Transfer ;
-    rdfs:range nfo:Software .
+	rdfs:label "Starter" ;
+	rdfs:comment "The application that actually triggered the transfer - e.g. Gallery, Content Manager etc" ;
+	nrl:maxCardinality 1 ;
+	rdfs:domain mto:Transfer ;
+	rdfs:range nfo:Software .
 
 mto:agent a rdf:Property ;
-    rdfs:label "Agent" ;
-    rdfs:comment "The application processing the transfer - e.g. Upload Engine etc" ;
-    nrl:maxCardinality 1 ;
-    rdfs:domain mto:Transfer ;
-    rdfs:range nfo:Software .
+	rdfs:label "Agent" ;
+	rdfs:comment "The application processing the transfer - e.g. Upload Engine etc" ;
+	nrl:maxCardinality 1 ;
+	rdfs:domain mto:Transfer ;
+	rdfs:range nfo:Software .
 
 mto:transferCategory a rdf:Property ;
 	rdfs:label "Category for the transfer" ;
 	rdfs:comment "This can contain category / tag / album / folder in the destination service" ;
-        rdfs:domain mto:UploadTransfer ;
-        rdfs:range  xsd:string .
+	rdfs:domain mto:UploadTransfer ;
+	rdfs:range  xsd:string .
 
 # eg. Privacy level available to ALL transfers (or only to uploads?)
 mto:transferPrivacyLevel a rdf:Property ;
-        rdfs:label "Privacy level" ;
-        rdfs:comment "It will contain an string with the privacy level in the service. The exact string and its interpretation is service specific" ;
-        rdfs:domain mto:Transfer ;
-        rdfs:range  xsd:string .
+	rdfs:label "Privacy level" ;
+	rdfs:comment "It will contain an string with the privacy level in the service. The exact string and its interpretation is service specific" ;
+	rdfs:domain mto:Transfer ;
+	rdfs:range  xsd:string .
 
diff --git a/data/ontologies/40-mlo.ontology b/data/ontologies/40-mlo.ontology
index 818159b..09a4bd9 100644
--- a/data/ontologies/40-mlo.ontology
+++ b/data/ontologies/40-mlo.ontology
@@ -9,226 +9,222 @@
 @prefix nao: <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#> .
 
 mlo: a tracker:Namespace, tracker:Ontology ;
-    tracker:prefix "mlo" ;
-    nao:lastModified "2010-04-28T11:00:00Z" .
+	tracker:prefix "mlo" ;
+	nao:lastModified "2010-04-28T11:00:00Z" .
 
 mlo:GeoLocation a rdfs:Class ;
-    rdfs:label "Location" ;
-    rdfs:comment "A place in the space, can be defined by coordinates, text or box";
-    rdfs:subClassOf nie:InformationElement.
+	rdfs:label "Location" ;
+	rdfs:comment "A place in the space, can be defined by coordinates, text or box";
+	rdfs:subClassOf nie:InformationElement.
 
 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 nie:InformationElement .
+	rdfs:label "Point on the earth" ;
+	rdfs:comment "The inherited properties from InformationElement can be used to add details." ;
+	rdfs:subClassOf nie:InformationElement .
 
 mlo:GeoSphere a rdfs:Class ;
-    rdfs:label "Spherical space" ;
-    rdfs:comment "Point and radius to define an area in the space";
-    rdfs:subClassOf mlo:GeoPoint .
+	rdfs:label "Spherical space" ;
+	rdfs:comment "Point and radius to define an area in the space";
+	rdfs:subClassOf mlo:GeoPoint .
 
 mlo:GeoBoundingBox a rdfs:Class ;
-    rdfs:label "Bounding box";
-    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 .
+	rdfs:label "Bounding box";
+	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 .
+	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." ;
-    rdfs:subClassOf mlo:GeoBoundingBox .
+	rdfs:label "Minimum box containing all the points traversed in sequence." ;
+	rdfs:subClassOf mlo:GeoBoundingBox .
 
 
 mlo:LandmarkCategory a rdfs:Class ;
-    rdfs:label "Landmark category";
-    rdfs:comment "Predefined set of instances for categories of landmarks";
-    rdfs:subClassOf nie:InformationElement.
+	rdfs:label "Landmark category";
+	rdfs:comment "Predefined set of instances for categories of landmarks";
+	rdfs:subClassOf nie:InformationElement.
 
 mlo:isRemovable a rdf:Property ;
-    rdfs:label "Is removable";
-    rdfs:comment "Flag to indicate if this instance is removable. This restriction is not enforced by tracker; it is API responsability to honor the value";
-    rdfs:domain mlo:LandmarkCategory ;
-    rdfs:range xsd:boolean.
+	rdfs:label "Is removable";
+	rdfs:comment "Flag to indicate if this instance is removable. This restriction is not enforced by tracker; it is API responsability to honor the value";
+	rdfs:domain mlo:LandmarkCategory ;
+	rdfs:range xsd:boolean.
 
 mlo:Landmark a rdfs:Class ;
-    rdfs:label "Point with special relevance for the user" ;
-    rdfs:subClassOf nie:InformationElement ;
-    rdfs:comment "Use the nie title, description, ... properties" .
+	rdfs:label "Point with special relevance for the user" ;
+	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".
+	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";
-    rdfs:domain mlo:Landmark ;
-    rdfs:range mlo:LandmarkCategory .
+	rdfs:label "Belongs to category";
+	rdfs:comment "Relation of a landmark with a landmark category";
+	rdfs:domain mlo:Landmark ;
+	rdfs:range mlo:LandmarkCategory .
 
-
-
-
-
-#Properties of GeoPoint
+# Properties of GeoPoint
 mlo:latitude a rdf:Property ;
-    rdfs:label "Latitude";
-    rdfs:comment "Positive values for the north hemisphere, negative for the south" ;
-    rdfs:domain mlo:GeoPoint ;
-    rdfs:range  xsd:double .
+	rdfs:label "Latitude";
+	rdfs:comment "Positive values for the north hemisphere, negative for the south" ;
+	rdfs:domain mlo:GeoPoint ;
+	rdfs:range  xsd:double .
 
 mlo:longitude a rdf:Property ;
-    rdfs:label "Longitude" ;
-    rdfs:comment "Positive to the East of the Greenwich meridian, negative to the West (following WGS-84)" ;
-    rdfs:domain mlo:GeoPoint ;
-    rdfs:range  xsd:double .
+	rdfs:label "Longitude" ;
+	rdfs:comment "Positive to the East of the Greenwich meridian, negative to the West (following WGS-84)" ;
+	rdfs:domain mlo:GeoPoint ;
+	rdfs:range  xsd:double .
 
 mlo:altitude a rdf:Property ;
-    rdfs:label "Altitude" ;
-    rdfs:comment "Altitude following WGS 84 reference";
-    rdfs:domain mlo:GeoPoint ;
-    rdfs:range  xsd:double .
+	rdfs:label "Altitude" ;
+	rdfs:comment "Altitude following WGS 84 reference";
+	rdfs:domain mlo:GeoPoint ;
+	rdfs:range  xsd:double .
 
 mlo:timestamp a rdf:Property ;
-    rdfs:label "Timestamp" ;
-    rdfs:comment "Timestamp when the geopoint is referenced. Create subproperties for certain use cases" ;
-    rdfs:domain mlo:GeoPoint ;
-    rdfs:range xsd:dateTime .
+	rdfs:label "Timestamp" ;
+	rdfs:comment "Timestamp when the geopoint is referenced. Create subproperties for certain use cases" ;
+	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.
+	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.
+	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.
+	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.
+	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";
-    rdfs:domain mlo:GeoBoundingBox ;
-    rdfs:range mlo:GeoPoint .
+	rdfs:label "North west corner";
+	rdfs:comment "North west corner of a bounding box. The GeoPoint is interpreted in 2D";
+	rdfs:domain mlo:GeoBoundingBox ;
+	rdfs:range mlo:GeoPoint .
 
 mlo:bbSouthEast a rdf:Property ;
-    rdfs:label "South east corner";
-    rdfs:comment "South east corner of a bounding box. The GeoPoint is interpreted in 2D";
-    rdfs:domain mlo:GeoBoundingBox ;
-    rdfs:range mlo:GeoPoint .
+	rdfs:label "South east corner";
+	rdfs:comment "South east corner of a bounding box. The GeoPoint is interpreted in 2D";
+	rdfs:domain mlo:GeoBoundingBox ;
+	rdfs:range mlo:GeoPoint .
 
 # Properties of Route
 mlo:startTime a rdf:Property ;
-    rdfs:label "Time when the first point in the route was saved" ;
-    rdfs:domain mlo:Route ;
-    rdfs:range  xsd:dateTime .
+	rdfs:label "Time when the first point in the route was saved" ;
+	rdfs:domain mlo:Route ;
+	rdfs:range  xsd:dateTime .
 
 mlo:endTime a rdf:Property ;
-    rdfs:label "Time when the last point in the route was saved" ;
-    rdfs:domain mlo:Route ;
-    rdfs:range  xsd:dateTime .
+	rdfs:label "Time when the last point in the route was saved" ;
+	rdfs:domain mlo:Route ;
+	rdfs:range  xsd:dateTime .
 
 mlo:routeDetails a rdf:Property ;
-    rdfs:label "Pointer to a file containing route details (e.g. KML file)." ;
-    rdfs:comment "FIXME Domain can be resource if we handle map-files correctly in the ontology";
-    rdfs:domain mlo:Route ;
-    rdfs:range  xsd:string .
+	rdfs:label "Pointer to a file containing route details (e.g. KML file)." ;
+	rdfs:comment "FIXME Domain can be resource if we handle map-files correctly in the ontology";
+	rdfs:domain mlo:Route ;
+	rdfs:range  xsd:string .
 
 # Properties of GeoSphere
 mlo:radius a rdf:Property ;
-    rdfs:label "Radius";
-    rdfs:comment "Radius from the center to define an area. Some applications can use it in 2D sense, making then a circle instead of a sphere" ;
-    rdfs:domain mlo:GeoSphere ;
-    rdfs:range xsd:double .
+	rdfs:label "Radius";
+	rdfs:comment "Radius from the center to define an area. Some applications can use it in 2D sense, making then a circle instead of a sphere" ;
+	rdfs:domain mlo:GeoSphere ;
+	rdfs:range xsd:double .
 
 
 # FIXME Domain rdfs:Resource?? to link files and not only content?
 mlo:location a rdf:Property ;
-    tracker:writeback true ;
-    rdfs:label "Property linking something to a location" ;
-    rdfs:comment "This can be subclassed to add semantics" ;
-    rdfs:domain nie:InformationElement ;
-    tracker:indexed true ;
-    rdfs:range mlo:GeoLocation .
+	tracker:writeback true ;
+	rdfs:label "Property linking something to a location" ;
+	rdfs:comment "This can be subclassed to add semantics" ;
+	rdfs:domain nie:InformationElement ;
+	tracker:indexed true ;
+	rdfs:range mlo:GeoLocation .
 
 # Properties of GeoLocation
 mlo:asBoundingBox a rdf:Property ;
-    rdfs:label "As bounding box" ;
-    rdfs:comment "Representation of the location as bounding box" ;
-    tracker:indexed true ;
-    rdfs:domain mlo:GeoLocation ;
-    rdfs:range mlo:GeoBoundingBox .
+	rdfs:label "As bounding box" ;
+	rdfs:comment "Representation of the location as bounding box" ;
+	tracker:indexed true ;
+	rdfs:domain mlo:GeoLocation ;
+	rdfs:range mlo:GeoBoundingBox .
 
 mlo:asGeoPoint a rdf:Property ;
-    rdfs:label "As geo point" ;
-    rdfs:comment "Representation of the location as geo point" ;
-    tracker:indexed true ;
-    rdfs:domain mlo:GeoLocation ;
-    rdfs:range mlo:GeoPoint .
+	rdfs:label "As geo point" ;
+	rdfs:comment "Representation of the location as geo point" ;
+	tracker:indexed true ;
+	rdfs:domain mlo:GeoLocation ;
+	rdfs:range mlo:GeoPoint .
 
 mlo:asPostalAddress a rdf:Property ;
-    rdfs:label "As postal address" ;
-    rdfs:comment "Representation of the location as text address" ;
-    tracker:indexed true ;
-    rdfs:domain mlo:GeoLocation ;
-    rdfs:range nco:PostalAddress .
+	rdfs:label "As postal address" ;
+	rdfs:comment "Representation of the location as text address" ;
+	tracker:indexed true ;
+	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 .
+	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 .
+	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 .
+	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 .
+	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 .
+	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
@@ -238,89 +234,89 @@ mlo:poiLocation a rdf:Property ;
 mlo:predefined-landmark-category-accommodation a mlo:LandmarkCategory ;
 	mlo:isRemovable false ;
 	nie:title "Accommodation";
-        nie:identifier "3000";
+	nie:identifier "3000";
 	nie:description "Hotel, Camping site".
 
 mlo:predefined-landmark-category-business a mlo:LandmarkCategory ;
 	mlo:isRemovable False ;
 	nie:title "Business";
-        nie:identifier "6000";
+	nie:identifier "6000";
 	nie:description "Bank, Factory, Office".
 
 mlo:predefined-landmark-category-communication a mlo:LandmarkCategory ;
 	mlo:isRemovable False ;
 	nie:title "Communication";
-        nie:identifier "9000";
+	nie:identifier "9000";
 	nie:description "Internet Access Point, Public Telephone, Wireless LAN Hot Spot".
 
 mlo:predefined-landmark-category-educational-institute a mlo:LandmarkCategory ;
 	mlo:isRemovable False ;
 	nie:title "Educational institute";
-        nie:identifier "12000";
+	nie:identifier "12000";
 	nie:description "School, College".
 
 mlo:predefined-landmark-category-entertainment a mlo:LandmarkCategory ;
 	mlo:isRemovable False ;
 	nie:title "Entertainment";
-        nie:identifier "15000";
+	nie:identifier "15000";
 	nie:description "Amusement park, Cinema, Concert hall, Night club".
 
 mlo:predefined-landmark-category-food-beverage a mlo:LandmarkCategory ;
 	mlo:isRemovable False ;
 	nie:title "Food & Beverage";
-        nie:identifier "18000";
+	nie:identifier "18000";
 	nie:description "Fast food, Restaurant, Café, Bar".
 
 mlo:predefined-landmark-category-geographical-area a mlo:LandmarkCategory ;
 	mlo:isRemovable False ;
 	nie:title "Geographical area";
-        nie:identifier "21000";
+	nie:identifier "21000";
 	nie:description "City, City center, Town".
 
 mlo:predefined-landmark-category-outdoor-activities a mlo:LandmarkCategory ;
 	mlo:isRemovable False ;
 	nie:title "Outdoor activities";
-        nie:identifier "24000";
+	nie:identifier "24000";
 	nie:description "Camping site, Fishing place, Hunting, National park, Playground".
 
 mlo:predefined-landmark-category-people a mlo:LandmarkCategory ;
 	mlo:isRemovable False ;
 	nie:title "People";
-        nie:identifier "27000";
+	nie:identifier "27000";
 	nie:description "My home, My friends home, Fathers summer cottage, Childs school".
 
 mlo:predefined-landmark-category-public-service a mlo:LandmarkCategory ;
 	mlo:isRemovable False ;
 	nie:title "Public service";
-        nie:identifier "30000";
+	nie:identifier "30000";
 	nie:description "Tourist information office, Government office, Library, Post office, Hospital, Police ".
 
 mlo:predefined-landmark-category-religious-places a mlo:LandmarkCategory ;
 	mlo:isRemovable False ;
 	nie:title "Religious places";
-        nie:identifier "33000";
+	nie:identifier "33000";
 	nie:description "Church, Mosque".
 
 mlo:predefined-landmark-category-shopping a mlo:LandmarkCategory ;
 	mlo:isRemovable False ;
 	nie:title "Shopping";
-        nie:identifier "36000";
+	nie:identifier "36000";
 	nie:description "Market Place, Pharmacy, Shop, Shopping Center".
 
 mlo:predefined-landmark-category-sightseeing a mlo:LandmarkCategory ;
 	mlo:isRemovable False ;
 	nie:title "Sightseeing";
-        nie:identifier "39000";
+	nie:identifier "39000";
 	nie:description "Monument, Mountain top, Museum".
 
 mlo:predefined-landmark-category-sports a mlo:LandmarkCategory ;
 	mlo:isRemovable False ;
 	nie:title "Sports";
-        nie:identifier "42000";
+	nie:identifier "42000";
 	nie:description "Bowling, Golf course, Ice hockey hall, Stadium".
 
 mlo:predefined-landmark-category-transport a mlo:LandmarkCategory ;
 	mlo:isRemovable False ;
 	nie:title "Transport";
-        nie:identifier "45000";
+	nie:identifier "45000";
 	nie:description "Airport, Bus stop, Harbour, Railway Station, Rest area".



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