Commit 7c72fbce authored by María's avatar María
Browse files

moved geo properties declaration to object properties and datatype properties location in the file

parent a4ec3071
Loading
Loading
Loading
Loading
+29 −26
Original line number Diff line number Diff line
@@ -63,32 +63,6 @@ vann:preferredNamespacePrefix a owl:AnnotationProperty .

vann:preferredNamespaceUri a owl:AnnotationProperty .
# 
# http://www.w3.org/2003/01/geo/wgs84_pos#alt

geo:alt a owl:DatatypeProperty ;
	rdfs:comment "The WGS84 altitude of a SpatialThing (decimal meters above the local reference ellipsoid)." ;
	rdfs:label "altitude" ;
	rdfs:domain geo:SpatialThing .
# 
# http://www.w3.org/2003/01/geo/wgs84_pos#lat

geo:lat a owl:DatatypeProperty ;
	rdfs:comment "The WGS84 latitude of a SpatialThing (decimal degrees)." ;
	rdfs:label "latitude" ;
	rdfs:domain geo:SpatialThing .
# 
# http://www.w3.org/2003/01/geo/wgs84_pos#location

geo:location a owl:ObjectProperty ;
    rdfs:comment "The relation between something and the point, or other geometrical thing in space, where it is.  For example, the realtionship between a radio tower and a Point with a given lat and long. Or a relationship between a park and its outline as a closed arc of points, or a road and its location as a arc (a sequence of points). Clearly in practice there will be limit to the accuracy of any such statement, but one would expect an accuracy appropriate for the size of the object and uses such as mapping ." ;
	rdfs:label "location" .
# 
# http://www.w3.org/2003/01/geo/wgs84_pos#long

geo:long a owl:DatatypeProperty ;
	rdfs:comment "The WGS84 longitude of a SpatialThing (decimal degrees)." ;
	rdfs:label "longitude" ;
	rdfs:domain geo:SpatialThing .
# 
# 
# 
@@ -297,6 +271,15 @@ saref:relatesToMeasurement a owl:ObjectProperty ;
saref:relatesToProperty a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://saref.etsi.org/core/> ;
	rdfs:label "relates to property"@en .


# http://www.w3.org/2003/01/geo/wgs84_pos#location

geo:location a owl:ObjectProperty ;
    rdfs:comment "The relation between something and the point, or other geometrical thing in space, where it is.  For example, the realtionship between a radio tower and a Point with a given lat and long. Or a relationship between a park and its outline as a closed arc of points, or a road and its location as a arc (a sequence of points). Clearly in practice there will be limit to the accuracy of any such statement, but one would expect an accuracy appropriate for the size of the object and uses such as mapping ." ;
	rdfs:label "location" .
# 

# 
# 
# 
@@ -348,6 +331,26 @@ saref:hasTimestamp a owl:DatatypeProperty ;
saref:hasValue a owl:DatatypeProperty ;
	rdfs:isDefinedBy <https://saref.etsi.org/core/> ;
	rdfs:label "has value"@en .
# http://www.w3.org/2003/01/geo/wgs84_pos#alt

geo:alt a owl:DatatypeProperty ;
	rdfs:comment "The WGS84 altitude of a SpatialThing (decimal meters above the local reference ellipsoid)." ;
	rdfs:label "altitude" ;
	rdfs:domain geo:SpatialThing .
# 
# http://www.w3.org/2003/01/geo/wgs84_pos#lat

geo:lat a owl:DatatypeProperty ;
	rdfs:comment "The WGS84 latitude of a SpatialThing (decimal degrees)." ;
	rdfs:label "latitude" ;
	rdfs:domain geo:SpatialThing .
# 
# http://www.w3.org/2003/01/geo/wgs84_pos#long

geo:long a owl:DatatypeProperty ;
	rdfs:comment "The WGS84 longitude of a SpatialThing (decimal degrees)." ;
	rdfs:label "longitude" ;
	rdfs:domain geo:SpatialThing .
# 
# 
#