@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sosa: <http://www.w3.org/ns/sosa/> .
@prefix dc: <http://purl.org/dc/terms/> .

<https://www.theia-land.fr> a skos:ConceptScheme, owl:Ontology .
<http://theia-spatial/c_179faa76>
  rdfs:label "Surface foliaire (LAI)"@fr, "Leaf Area Index (LAI)"@en ;
  owl:sameAs <http://theia-spatial/c_179faa76> ;
  skos:exactMatch <http://theia-spatial/c_179faa76> ;
  a sosa:ObservableProperty, skos:Concept ;
  skos:topConceptOf <https://www.theia-land.fr> ;
  dc:description "The ratio of the vertical projection area of above-ground vegetation organs on the ground to the total vegetation area."@en, "Le rapport entre la surface de projection verticale des organes de végétation aériens au sol et la superficie totale de végétation.."@fr ;
  skos:prefLabel "Leaf Area Index (LAI)"@en, "Surface foliaire (LAI)"@fr ;
  skos:inScheme <https://www.theia-land.fr> .

