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

<https://www.theia-land.fr> a skos:ConceptScheme, owl:Ontology .
<http://theia-spatial/c_bd37f517>
  owl:sameAs <http://theia-spatial/c_bd37f517> ;
  skos:inScheme <https://www.theia-land.fr> ;
  skos:prefLabel "Chlorophyll-A à la surface de l'eau"@fr, "Chlorophyll A at the surface of the water"@en ;
  a skos:Concept, sosa:ObservableProperty ;
  skos:exactMatch <http://theia-spatial/c_bd37f517> ;
  dc:description "A DEFINIR"@en, "A DEFINIR"@fr ;
  rdfs:label "Chlorophyll-A à la surface de l'eau"@fr, "Chlorophyll A at the surface of the water"@en ;
  skos:topConceptOf <https://www.theia-land.fr> .

