@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/ppeo/PPEO.owl#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . ns0:GPS_location rdfs:subClassOf ns0:location . ns0:hasAddress rdfs:domain ns0:location . ns0:hasAltitude rdfs:domain ns0:location . ns0:hasCountry rdfs:domain ns0:location . ns0:hasLatitude rdfs:domain ns0:location . ns0:hasLocation rdfs:range ns0:location . ns0:hasLongitude rdfs:domain ns0:location . ns0:hasUncertainty rdfs:domain ns0:location . ns0:location metadata_def:mappingLoom "location" ; metadata_def:mappingSameURI ns0:location ; metadata_def:prefLabel "location"@en ; metadata:prefixIRI "PPEO:location" ; a owl:Class ; rdfs:comment "A physical location, typically on planet Earth, identified by GPS coordinates and/or name and address."@en ; rdfs:label "location"@en ; rdfs:subClassOf owl:Thing . ns0:named_location rdfs:subClassOf ns0:location .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/ppeo/PPEO.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .

ns0:GPS_location
    rdfs:subClassOf ns0:location .

ns0:hasAddress
    rdfs:domain ns0:location .

ns0:hasAltitude
    rdfs:domain ns0:location .

ns0:hasCountry
    rdfs:domain ns0:location .

ns0:hasLatitude
    rdfs:domain ns0:location .

ns0:hasLocation
    rdfs:range ns0:location .

ns0:hasLongitude
    rdfs:domain ns0:location .

ns0:hasUncertainty
    rdfs:domain ns0:location .

ns0:location
    metadata_def:mappingLoom "location" ;
    metadata_def:mappingSameURI ns0:location ;
    metadata_def:prefLabel "location"@en ;
    metadata:prefixIRI "PPEO:location" ;
    a owl:Class ;
    rdfs:comment "A physical location, typically on planet Earth, identified by GPS coordinates and/or name and address."@en ;
    rdfs:label "location"@en ;
    rdfs:subClassOf owl:Thing .

ns0:named_location
    rdfs:subClassOf ns0:location .