<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:ns1="http://www.opengis.net/ont/geosparql#" xmlns:metadata_def="http://data.bioontology.org/metadata/def/" xmlns:metadata="http://data.bioontology.org/metadata/"> <owl:Class rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#Point"> <rdfs:subClassOf rdf:resource="http://www.opengis.net/ont/geosparql#Geometry"/> <metadata_def:mappingSameURI rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#Point"/> <metadata_def:mappingLoom>point</metadata_def:mappingLoom> <metadata_def:prefLabel>Point</metadata_def:prefLabel> <rdfs:comment xml:lang="en">A point, typically described using a coordinate system relative to Earth, such as WGS84.</rdfs:comment> <rdfs:comment> Uniquely identified by lat/long/alt. i.e. spaciallyIntersects(P1, P2) :- lat(P1, LAT), long(P1, LONG), alt(P1, ALT), lat(P2, LAT), long(P2, LONG), alt(P2, ALT). sameThing(P1, P2) :- type(P1, Point), type(P2, Point), spaciallyIntersects(P1, P2). </rdfs:comment> <metadata:prefixIRI>wgs84:Point</metadata:prefixIRI> <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#"/> <rdfs:label xml:lang="en">Point</rdfs:label> </owl:Class> <rdf:Description rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#Point"> <metadata_def:mappingSameURI rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#Point"/> </rdf:Description> </rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:ns1="http://www.opengis.net/ont/geosparql#" xmlns:metadata_def="http://data.bioontology.org/metadata/def/" xmlns:metadata="http://data.bioontology.org/metadata/">
  <owl:Class rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#Point">
    <rdfs:subClassOf rdf:resource="http://www.opengis.net/ont/geosparql#Geometry"/>
    <metadata_def:mappingSameURI rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#Point"/>
    <metadata_def:mappingLoom>point</metadata_def:mappingLoom>
    <metadata_def:prefLabel>Point</metadata_def:prefLabel>
    <rdfs:comment xml:lang="en">A point, typically described using a coordinate system relative to Earth, such as WGS84.</rdfs:comment>
    <rdfs:comment> 
Uniquely identified by lat/long/alt. i.e.
spaciallyIntersects(P1, P2) :- lat(P1, LAT), long(P1, LONG), alt(P1, ALT),
  lat(P2, LAT), long(P2, LONG), alt(P2, ALT).
sameThing(P1, P2) :- type(P1, Point), type(P2, Point), spaciallyIntersects(P1, P2).
  </rdfs:comment>
    <metadata:prefixIRI>wgs84:Point</metadata:prefixIRI>
    <rdfs:isDefinedBy rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#"/>
    <rdfs:label xml:lang="en">Point</rdfs:label>
  </owl:Class>
  <rdf:Description rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#Point">
    <metadata_def:mappingSameURI rdf:resource="http://www.w3.org/2003/01/geo/wgs84_pos#Point"/>
  </rdf:Description>
</rdf:RDF>