@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_ee5f0bc7>
  rdfs:label "Canopy Chlorophyll Content (CCC)"@en, "Teneur en chlorophylle du couvert forestier (CCC)"@fr ;
  skos:prefLabel "Teneur en chlorophylle du couvert forestier (CCC)"@fr, "Canopy Chlorophyll Content (CCC)"@en ;
  skos:topConceptOf <https://www.theia-land.fr> ;
  a sosa:ObservableProperty, skos:Concept ;
  owl:sameAs <http://vocabs.lter-europe.net/EnvThes/30127> ;
  skos:exactMatch <http://vocabs.lter-europe.net/EnvThes/30127> ;
  dc:description "A DEFINIR."@en, "A DEFINIR."@fr ;
  skos:inScheme <https://www.theia-land.fr> .

