@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://apps.usgs.gov/thesaurus/CommonGeographicAreas/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix ns1: <https://apps.usgs.gov/thesaurus/> . <https://apps.usgs.gov/thesaurus/CommonGeographicAreas/Blackwater%20Draw> skos:related ns0:Earth . ns0:Earth metadata_def:mappingLoom "earth" ; metadata_def:mappingSameURI ns0:Earth ; a owl:NamedIndividual, skos:Concept ; skos:broader ns0:Muleshoe ; skos:inScheme ns1:CommonGeographicAreas ; skos:narrower ns0:Land, ns0:Oceans ; skos:prefLabel "Earth"@en ; skos:related <https://apps.usgs.gov/thesaurus/CommonGeographicAreas/Blackwater%20Draw>, ns0:Lamb ; skos:scopeNote "Common geographic areas focused on the US"@en, "quadrangle 1:24,000 scale"@en ; skos:topConceptOf ns1:CommonGeographicAreas . ns0:Lamb skos:related ns0:Earth . ns0:Land skos:broader ns0:Earth . ns0:Muleshoe skos:narrower ns0:Earth . ns0:Oceans skos:broader ns0:Earth .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://apps.usgs.gov/thesaurus/CommonGeographicAreas/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix ns1: <https://apps.usgs.gov/thesaurus/> .

<https://apps.usgs.gov/thesaurus/CommonGeographicAreas/Blackwater%20Draw>
    skos:related ns0:Earth .

ns0:Earth
    metadata_def:mappingLoom "earth" ;
    metadata_def:mappingSameURI ns0:Earth ;
    a owl:NamedIndividual, skos:Concept ;
    skos:broader ns0:Muleshoe ;
    skos:inScheme ns1:CommonGeographicAreas ;
    skos:narrower ns0:Land, ns0:Oceans ;
    skos:prefLabel "Earth"@en ;
    skos:related <https://apps.usgs.gov/thesaurus/CommonGeographicAreas/Blackwater%20Draw>, ns0:Lamb ;
    skos:scopeNote "Common geographic areas focused on the US"@en, "quadrangle 1:24,000 scale"@en ;
    skos:topConceptOf ns1:CommonGeographicAreas .

ns0:Lamb
    skos:related ns0:Earth .

ns0:Land
    skos:broader ns0:Earth .

ns0:Muleshoe
    skos:narrower ns0:Earth .

ns0:Oceans
    skos:broader ns0:Earth .