@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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/> .
@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_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_8da8916a> .

<https://w3id.org/ozcar-theia/c_8da8916a>
  dc:modified "2022-02-10T17:47:17"^^xsd:dateTime ;
  dc:description "Scientific variable observing vegetation cover fraction"@en ;
  skos:inScheme <https://w3id.org/ozcar-theia/> ;
  dc:created "2022-02-07T17:00:00"^^xsd:dateTime ;
  ns0:simplifiedLabel "Vegetation cover fraction"@en ;
  skos:broadMatch <http://vocabs.lter-europe.net/EnvThes/20537> ;
  a skos:Concept, <https://w3id.org/iadopt/ont/Variable> ;
  ns1:hasObjectOfInterest ns0:c_d63e406d ;
  ns1:hasContextObject ns0:c_3d4ce97d ;
  skos:broader ns0:c_bbef90b3 ;
  ns1:hasProperty ns0:c_24fabdc9 ;
  skos:prefLabel "Vegetation cover fraction"@en .

ns0: a skos:ConceptScheme, owl:Ontology .
ns0:c_3d4ce97d
  skos:prefLabel "Land surface"@en ;
  a ns1:Entity, skos:Concept .

ns0:c_24fabdc9
  skos:prefLabel "Cover fraction"@en ;
  a ns1:Property, skos:Concept .

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

