[tracker/rss-enclosures] Small fixes to the location ontology.
- From: Roberto Guido <rguido src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/rss-enclosures] Small fixes to the location ontology.
- Date: Wed, 24 Nov 2010 01:29:57 +0000 (UTC)
commit 40e932df0187d35a45820ff6efd9bd97f41c1637
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]