<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="https://data.example.org/vocab/earth-topics#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:metadata_def="http://data.bioontology.org/metadata/def/" xmlns:ns1="https://data.example.org/vocab/"> <skos:Concept rdf:about="https://data.example.org/vocab/earth-topics#GreenhouseGas"> <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/> <skos:broader rdf:resource="https://data.example.org/vocab/earth-topics#Atmosphere"/> <skos:prefLabel xml:lang="en">Greenhouse Gas</skos:prefLabel> <metadata_def:mappingLoom>greenhousegas</metadata_def:mappingLoom> <metadata_def:mappingSameURI rdf:resource="https://data.example.org/vocab/earth-topics#GreenhouseGas"/> <skos:inScheme rdf:resource="https://data.example.org/vocab/earth-topics"/> </skos:Concept> <rdf:Description rdf:about="https://data.example.org/vocab/earth-topics#Atmosphere"> <skos:narrower> <rdf:Description rdf:about="https://data.example.org/vocab/earth-topics#GreenhouseGas"> <metadata_def:mappingSameURI rdf:resource="https://data.example.org/vocab/earth-topics#GreenhouseGas"/> </rdf:Description> </skos:narrower> </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="https://data.example.org/vocab/earth-topics#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:metadata_def="http://data.bioontology.org/metadata/def/" xmlns:ns1="https://data.example.org/vocab/">
  <skos:Concept rdf:about="https://data.example.org/vocab/earth-topics#GreenhouseGas">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
    <skos:broader rdf:resource="https://data.example.org/vocab/earth-topics#Atmosphere"/>
    <skos:prefLabel xml:lang="en">Greenhouse Gas</skos:prefLabel>
    <metadata_def:mappingLoom>greenhousegas</metadata_def:mappingLoom>
    <metadata_def:mappingSameURI rdf:resource="https://data.example.org/vocab/earth-topics#GreenhouseGas"/>
    <skos:inScheme rdf:resource="https://data.example.org/vocab/earth-topics"/>
  </skos:Concept>
  <rdf:Description rdf:about="https://data.example.org/vocab/earth-topics#Atmosphere">
    <skos:narrower>
      <rdf:Description rdf:about="https://data.example.org/vocab/earth-topics#GreenhouseGas">
        <metadata_def:mappingSameURI rdf:resource="https://data.example.org/vocab/earth-topics#GreenhouseGas"/>
      </rdf:Description>
    </skos:narrower>
  </rdf:Description>
</rdf:RDF>