@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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#> .
@prefix ns0: <https://w3id.org/ozcar-theia/> .
@prefix ns1: <https://w3id.org/iadopt/ont/> .

<https://w3id.org/ozcar-theia/simplifiedLabel>
  rdfs:comment "For Theia OZCAR information system purpose. This label is used to enhance discoverability on the information system."@en ;
  rdfs:label "Simplified label"@en .

<https://w3id.org/ozcar-theia/c_bbef90b3>
  skos:prefLabel "Biological property of the vegetation"@en ;
  a <https://w3id.org/ozcar-theia/CategoryOfVariable>, skos:Concept ;
  skos:narrower <https://w3id.org/ozcar-theia/c_179faa76> .

<https://w3id.org/ozcar-theia/> a skos:ConceptScheme, owl:Ontology .
<https://w3id.org/ozcar-theia/c_179faa76>
  dc:description "Scientific variable observing leaf area index"@en ;
  skos:broader <https://w3id.org/ozcar-theia/c_bbef90b3> ;
  dc:created "2022-03-10T14:08:35"^^xsd:dateTime ;
  dc:modified "2022-06-01T08:46:14"^^xsd:dateTime ;
  a skos:Concept, <https://w3id.org/iadopt/ont/Variable> ;
  skos:inScheme <https://w3id.org/ozcar-theia/> ;
  ns0:simplifiedLabel "Leaf area index"@en ;
  skos:prefLabel "Leaf area index"@en ;
  ns1:hasObjectOfInterest ns0:c_092eb3d3 ;
  ns1:hasProperty ns0:c_8cc02190 ;
  skos:exactMatch <http://vocabs.lter-europe.net/EnvThes/22157> .

ns0:c_8cc02190
  skos:prefLabel "Leaf area index"@en ;
  a ns1:Property, skos:Concept .

ns0:c_092eb3d3
  skos:prefLabel "Leaf"@en ;
  a ns1:Entity, skos:Concept .

