@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <https://w3id.org/ozcar-theia/> .
@prefix ns1: <https://w3id.org/iadopt/ont/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<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_03205e31>
  skos:prefLabel "Sap flow density in trunk"@en ;
  a <https://w3id.org/iadopt/ont/Variable>, skos:Concept ;
  skos:broader <https://w3id.org/ozcar-theia/c_306cf8e7> .

<https://w3id.org/ozcar-theia/c_306cf8e7>
  skos:prefLabel "Sap flow density"@en ;
  ns0:simplifiedLabel "Sap flow density"@en ;
  skos:inScheme ns0: ;
  a <https://w3id.org/iadopt/ont/Variable>, skos:Concept ;
  ns1:hasObjectOfInterest ns0:c_78d5046a ;
  dc:description "Scientific variable observing sap flow density"@en ;
  skos:narrower ns0:c_03205e31 ;
  ns1:hasProperty ns0:c_3e6da593 ;
  skos:broader ns0:c_833dcd13 ;
  dc:modified "2023-05-12T09:45:41"^^xsd:dateTime .

ns0:c_3e6da593
  skos:prefLabel "Volumetric flow rate"@en ;
  a ns1:Property, skos:Concept .

ns0: a skos:ConceptScheme, owl:Ontology .
ns0:c_833dcd13
  skos:prefLabel "Biological process of the vegetation"@en ;
  a ns0:CategoryOfVariable, skos:Concept ;
  skos:narrower ns0:c_306cf8e7 .

ns0:c_78d5046a
  skos:prefLabel "Sap flow"@en ;
  a ns1:Entity, skos:Concept .

