Commit c942c78d authored by María's avatar María
Browse files

change wgs84_pos properties to pdf:Property

Change wgs84_pos properties annotated by AnnotationProperty by Protege
to rdf:Property as in original definition.

Removed datatypes and unused annotation properties.

Added Paola Espinoza as creator.
parent bc7791a5
Loading
Loading
Loading
Loading
+7 −33
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@
	dcterms:creator <http://www.garcia-castro.com/foaf.rdf#me> ;
	dcterms:license <http://purl.org/NET/rdflicense/cc-by4.0> ;
	dcterms:creator <http://w3id.org/people/mpoveda> ;
	dcterms:creator "Paola Espinoza Arias" ;

	dc:publisher <http://www.oeg-upm.net/> ;
	vann:preferredNamespacePrefix "s4city" ;
	vann:preferredNamespaceUri "https://w3id.org/def/saref4city#" ;
@@ -43,9 +45,6 @@ dc:contributor a owl:AnnotationProperty .

dc:creator a owl:AnnotationProperty .
# 
# http://purl.org/dc/elements/1.1/date

dc:date a owl:AnnotationProperty .
# 
# http://purl.org/dc/elements/1.1/description

@@ -65,50 +64,29 @@ vann:preferredNamespaceUri a owl:AnnotationProperty .
# 
# http://www.w3.org/2003/01/geo/wgs84_pos#alt

geo:alt a owl:AnnotationProperty ;
geo:alt a rdf:Property ;
	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:AnnotationProperty ;
geo:lat a rdf:Property ;
	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:AnnotationProperty ;
	rdfs:subPropertyOf <http://xmlns.com/foaf/0.1/based_near> .
geo:location a rdf:Property .
# 
# http://www.w3.org/2003/01/geo/wgs84_pos#long

geo:long a owl:AnnotationProperty ;
geo:long a rdf:Property ;
	rdfs:comment "The WGS84 longitude of a SpatialThing (decimal degrees)." ;
	rdfs:label "longitude" ;
	rdfs:domain geo:SpatialThing .
# 
# http://xmlns.com/foaf/0.1/based_near

<http://xmlns.com/foaf/0.1/based_near> a owl:AnnotationProperty .
# 
# 
# 
# #################################################################
# #
# #    Datatypes
# #
# #################################################################
# 
# 
# http://www.w3.org/2001/XMLSchema#date

xsd:date a rdfs:Datatype .
# 
# http://www.w3.org/2001/XMLSchema#duration

xsd:duration a rdfs:Datatype .
# 
# 
# 
@@ -926,8 +904,4 @@ geo:location rdfs:comment """The relation between something and the point,
 an accuracy appropriate for the size of the object and uses such as mapping .
 """ ;
	rdfs:label "location"@en .
<<<<<<< Updated upstream
=======
# 
# Generated by the OWL API (version 4.2.6.20160910-2108) https://github.com/owlcs/owlapi
>>>>>>> Stashed changes