@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://w3id.org/ozcar-theia/c_c2c513c5>
  skos:prefLabel "Chemical entity"@en ;
  a skos:Concept ;
  skos:narrower <https://w3id.org/ozcar-theia/c_b3440da1> .

<https://w3id.org/ozcar-theia/> a skos:ConceptScheme, owl:Ontology .
<https://w3id.org/ozcar-theia/c_b3440da1>
  skos:broader <https://w3id.org/ozcar-theia/c_c2c513c5> ;
  skos:definition "[ChEBI] The stable isotope of hydrogen with relative atomic mass 2.014102 and a natural abundance of 0.0115 atom percent (from Greek δευτερον, second)."@en ;
  dc:modified "2022-09-20T08:49:35"^^xsd:dateTime ;
  dc:created "2022-02-07T17:00:00"^^xsd:dateTime ;
  skos:inScheme <https://w3id.org/ozcar-theia/> ;
  skos:exactMatch <http://vocabs.lter-europe.net/EnvThes/20825> ;
  skos:prefLabel "Deuterium"@en ;
  a <https://w3id.org/iadopt/ont/Entity>, skos:Concept .

