@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <http://purl.org/voc/cpm#> .
@prefix ns1: <https://w3id.org/iadopt/ont/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns2: <https://w3id.org/ozcar-theia/> .
@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_91cf84f2>
  skos:prefLabel "Spatial mean of vegetation height"@en ;
  skos:inScheme <https://w3id.org/ozcar-theia/> ;
  ns0:statisticalMeasure <https://w3id.org/ozcar-theia/c_7f6be93d> ;
  a skos:Concept, <https://w3id.org/iadopt/ont/Variable> ;
  ns1:hasObjectOfInterest <https://w3id.org/ozcar-theia/c_d63e406d> ;
  skos:broader <https://w3id.org/ozcar-theia/c_3141be6d> ;
  dc:modified "2022-06-01T08:50:21"^^xsd:dateTime ;
  ns1:hasProperty <https://w3id.org/ozcar-theia/c_8d808f3c> ;
  ns2:simplifiedLabel "Vegetation height"@en ;
  dc:created "2022-06-01T08:49:11"^^xsd:dateTime .

ns2: a skos:ConceptScheme, owl:Ontology .
ns2:c_8d808f3c
  skos:prefLabel "Height"@en ;
  a ns1:Property, skos:Concept .

ns2:c_3141be6d
  skos:prefLabel "Vegetation height"@en ;
  a ns1:Variable, skos:Concept ;
  skos:narrower ns2:c_91cf84f2 .

ns2:c_d63e406d
  skos:prefLabel "Vegetation"@en ;
  a ns1:Entity, skos:Concept .

ns2:c_7f6be93d
  skos:prefLabel "Spatial mean"@en ;
  a ns0:StatisticalMeasure, skos:Concept .

