@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://apps.usgs.gov/thesaurus/USGSThesaurus/> . @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/> . ns0:Categories metadata_def:mappingLoom "categories" ; metadata_def:mappingSameURI ns0:Categories ; a owl:NamedIndividual, skos:Concept ; skos:inScheme ns1:USGSThesaurus ; skos:narrower <https://apps.usgs.gov/thesaurus/USGSThesaurus/institutional%20structures%20and%20activities>, ns0:methods, <https://apps.usgs.gov/thesaurus/USGSThesaurus/product%20types>, ns0:sciences, <https://apps.usgs.gov/thesaurus/USGSThesaurus/time%20periods>, ns0:topics ; skos:prefLabel "Categories"@en ; skos:scopeNote "Thematic terms for categorizing information resources. This thesaurus is intended to support finding and understanding scientific information."@en ; skos:topConceptOf ns1:USGSThesaurus . <https://apps.usgs.gov/thesaurus/USGSThesaurus/institutional%20structures%20and%20activities> skos:broader ns0:Categories . ns0:methods skos:broader ns0:Categories . <https://apps.usgs.gov/thesaurus/USGSThesaurus/product%20types> skos:broader ns0:Categories . ns0:sciences skos:broader ns0:Categories . <https://apps.usgs.gov/thesaurus/USGSThesaurus/time%20periods> skos:broader ns0:Categories . ns0:topics skos:broader ns0:Categories .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://apps.usgs.gov/thesaurus/USGSThesaurus/> .
@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/> .

ns0:Categories
    metadata_def:mappingLoom "categories" ;
    metadata_def:mappingSameURI ns0:Categories ;
    a owl:NamedIndividual, skos:Concept ;
    skos:inScheme ns1:USGSThesaurus ;
    skos:narrower <https://apps.usgs.gov/thesaurus/USGSThesaurus/institutional%20structures%20and%20activities>, ns0:methods, <https://apps.usgs.gov/thesaurus/USGSThesaurus/product%20types>, ns0:sciences, <https://apps.usgs.gov/thesaurus/USGSThesaurus/time%20periods>, ns0:topics ;
    skos:prefLabel "Categories"@en ;
    skos:scopeNote "Thematic terms for categorizing information resources.  This thesaurus is intended to support finding and understanding scientific information."@en ;
    skos:topConceptOf ns1:USGSThesaurus .

<https://apps.usgs.gov/thesaurus/USGSThesaurus/institutional%20structures%20and%20activities>
    skos:broader ns0:Categories .

ns0:methods
    skos:broader ns0:Categories .

<https://apps.usgs.gov/thesaurus/USGSThesaurus/product%20types>
    skos:broader ns0:Categories .

ns0:sciences
    skos:broader ns0:Categories .

<https://apps.usgs.gov/thesaurus/USGSThesaurus/time%20periods>
    skos:broader ns0:Categories .

ns0:topics
    skos:broader ns0:Categories .