[tracker] Small fixes to the location ontology.
- From: Mikael Ottela <mottela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] Small fixes to the location ontology.
- Date: Thu, 26 Aug 2010 09:58:27 +0000 (UTC)
commit 1e2f2eb4652487313f53ac90bc69ba46cfcb0fc4
Author: Mikael Ottela <mikael ottela ixonos com>
Date: Thu Aug 26 12:47:53 2010 +0300
Small fixes to the location ontology.
data/ontologies/92-slo.ontology | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/data/ontologies/92-slo.ontology b/data/ontologies/92-slo.ontology
index 6aafa86..85c79f0 100644
--- a/data/ontologies/92-slo.ontology
+++ b/data/ontologies/92-slo.ontology
@@ -10,7 +10,7 @@
slo: a tracker:Namespace, tracker:Ontology ;
tracker:prefix "slo" ;
- nao:lastModified "2010-04-28T11:00:00Z" .
+ nao:lastModified "2010-08-26T11:00:00Z" .
slo:LandmarkCategory a rdfs:Class ;
rdfs:label "Landmark category";
@@ -58,15 +58,15 @@ slo:longitude a rdf:Property ;
rdfs:domain slo:GeoLocation ;
rdfs:range xsd:double .
-slo:latitudeUncertainty a rdf:Property ;
+slo:verticalAccuracy a rdf:Property ;
rdfs:label "Latitude";
- rdfs:comment "Uncertainty in the latitude of the location" ;
+ rdfs:comment "Represents the error estimate of vertical (earths-surface) accuracy in meters." ;
rdfs:domain slo:GeoLocation ;
rdfs:range xsd:double .
-slo:longitudeUncertainty a rdf:Property ;
+slo:horizontalAccuracy a rdf:Property ;
rdfs:label "Longitude" ;
- rdfs:comment "Uncertainty in the longitude of the location" ;
+ rdfs:comment "Represents the error estimate of horizontal (earths-surface) accuracy in meters." ;
rdfs:domain slo:GeoLocation ;
rdfs:range xsd:double .
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]