@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 ns0: <https://w3id.org/iadopt/ont/> .
@prefix ns1: <https://w3id.org/ozcar-theia/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<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/> a skos:ConceptScheme, owl:Ontology .
<https://w3id.org/ozcar-theia/c_41d41f22>
  skos:prefLabel "Vegetation property"@en ;
  a skos:Concept ;
  skos:narrower <https://w3id.org/ozcar-theia/c_8cc02190> .

<https://w3id.org/ozcar-theia/c_179faa76> ns0:hasProperty <https://w3id.org/ozcar-theia/c_8cc02190> .
<https://w3id.org/ozcar-theia/c_8cc02190>
  skos:prefLabel "Leaf area index"@en ;
  ns1:simplifiedLabel "Leaf area index"@en ;
  skos:altLabel "LAI"@en ;
  dc:created "2022-02-07T17:00:00"^^xsd:dateTime ;
  skos:inScheme ns1: ;
  skos:broader ns1:c_41d41f22 ;
  skos:definition """[Wikipedia] Leaf area index (LAI) is a dimensionless quantity that characterizes plant canopies. It is defined as the one-sided green leaf area per unit ground surface area (LAI = leaf area / ground area, m2 / m2) in broadleaf canopies. In conifers, three definitions for LAI have been used:
    Half of the total needle surface area per unit ground surface area
    Projected (or one-sided, in accordance the definition for broadleaf canopies) needle area per unit ground area
    Total needle surface area per unit ground area"""@en ;
  dc:modified "2022-06-16T08:01:39"^^xsd:dateTime ;
  skos:exactMatch <http://vocabs.lter-europe.net/EnvThes/22157> ;
  a skos:Concept, ns0:Property .

