@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_d4be84c4>
  skos:prefLabel "Property"@en ;
  a skos:Concept ;
  skos:narrower <https://w3id.org/ozcar-theia/c_255c3a32> .

<https://w3id.org/ozcar-theia/> a skos:ConceptScheme, owl:Ontology .
<https://w3id.org/ozcar-theia/c_8d808f3c>
  skos:prefLabel "Height"@en ;
  a <https://w3id.org/iadopt/ont/Property>, skos:Concept ;
  skos:broader <https://w3id.org/ozcar-theia/c_255c3a32> .

<https://w3id.org/ozcar-theia/c_06249d0e>
  skos:prefLabel "Depth"@en ;
  a <https://w3id.org/iadopt/ont/Property>, skos:Concept ;
  skos:broader <https://w3id.org/ozcar-theia/c_255c3a32> .

<https://w3id.org/ozcar-theia/c_255c3a32>
  skos:broader <https://w3id.org/ozcar-theia/c_d4be84c4> ;
  skos:inScheme <https://w3id.org/ozcar-theia/> ;
  skos:narrower <https://w3id.org/ozcar-theia/c_8d808f3c>, <https://w3id.org/ozcar-theia/c_06249d0e> ;
  skos:exactMatch <http://vocabs.lter-europe.net/EnvThes/21550> ;
  dc:created "2022-02-07T17:00:00"^^xsd:dateTime ;
  skos:definition "[Wikipedia] Distance is a numerical measurement of how far apart objects or points are."@en ;
  a <https://w3id.org/iadopt/ont/Property>, skos:Concept ;
  skos:prefLabel "Distance"@en .

