@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://data.nasa.gov/ontologies/atmonto/general#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . ns0:GeographicRegion rdfs:subClassOf ns0:Location . ns0:Location metadata_def:mappingLoom "location" ; metadata_def:mappingSameURI ns0:Location ; metadata_def:prefLabel "Location" ; metadata:prefixIRI "gen:Location" ; a owl:Class ; rdfs:comment "A place defined by a point or a contiguous geographic region." ; rdfs:label "Location" ; rdfs:subClassOf owl:Thing . ns0:PointLocation rdfs:subClassOf ns0:Location . ns0:WKTgeoRepresentation rdfs:domain ns0:Location .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://data.nasa.gov/ontologies/atmonto/general#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .

ns0:GeographicRegion
    rdfs:subClassOf ns0:Location .

ns0:Location
    metadata_def:mappingLoom "location" ;
    metadata_def:mappingSameURI ns0:Location ;
    metadata_def:prefLabel "Location" ;
    metadata:prefixIRI "gen:Location" ;
    a owl:Class ;
    rdfs:comment "A place defined by a point or a contiguous geographic region." ;
    rdfs:label "Location" ;
    rdfs:subClassOf owl:Thing .

ns0:PointLocation
    rdfs:subClassOf ns0:Location .

ns0:WKTgeoRepresentation
    rdfs:domain ns0:Location .