@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sosa: <http://www.w3.org/ns/sosa/> .

<https://www.theia-land.fr> a skos:ConceptScheme, owl:Ontology .
<http://theia-spatial/c_a6f52a5b>
  dc:description "La couverture physique observée et l’utilisation naturelle des terres, y compris la végétation et les constructions humaines, qui couvrent la surface de la terre."@fr, "The observed physical cover and natural use of the land including the vegetation and human construction, which covers the earth's surface."@en ;
  rdfs:label "Couverture du sol"@fr, "Soil land cover"@en ;
  owl:sameAs <http://theia-spatial/c_a6f52a5b> ;
  a sosa:ObservableProperty, skos:Concept ;
  skos:prefLabel "Soil land cover"@en, "Couverture du sol"@fr ;
  skos:inScheme <https://www.theia-land.fr> ;
  skos:topConceptOf <https://www.theia-land.fr> ;
  skos:exactMatch <http://theia-spatial/c_a6f52a5b> .

