@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#> .

<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_fcb1cdc5> .

<https://w3id.org/ozcar-theia/c_fcb1cdc5>
  skos:definition "[Wikipedia] The normalized difference vegetation index (NDVI) is a simple graphical indicator that can be used to analyze remote sensing measurements, often from a space platform, assessing whether or not the target being observed contains live green vegetation. "@en ;
  a <https://w3id.org/iadopt/ont/Property>, skos:Concept ;
  skos:broader <https://w3id.org/ozcar-theia/c_41d41f22> ;
  skos:inScheme <https://w3id.org/ozcar-theia/> ;
  skos:altLabel "NDVI"@en ;
  skos:prefLabel "Normalized difference vegetation index"@en ;
  skos:exactMatch <http://vocabs.lter-europe.net/EnvThes/21165> ;
  dc:modified "2022-03-10T14:00:07"^^xsd:dateTime ;
  dc:created "2022-02-07T17:00:00"^^xsd:dateTime .

