@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_3381906b>
  skos:inScheme <https://www.theia-land.fr> ;
  a skos:Concept, sosa:ObservableProperty ;
  skos:prefLabel "Émissivité de la surface terrestre"@fr, "Land Surface Emissivity (LSE)"@en ;
  dc:description "A DEFINIR"@en, "A DEFINIR"@fr ;
  rdfs:label "Émissivité de la surface terrestre"@fr, "Land Surface Emissivity (LSE)"@en ;
  skos:topConceptOf <https://www.theia-land.fr> ;
  owl:sameAs <http://theia-spatial/c_3381906b> ;
  skos:exactMatch <http://theia-spatial/c_3381906b> .

