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