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

<http://vocabs.lter-europe.net/EnvThes/21528>
  skos:exactMatch <http://vocabs.lter-europe.net/EnvThes/21528> ;
  a sosa:ObservableProperty, skos:Concept ;
  skos:prefLabel "Land Surface Temperature (LST)"@en, "Température de la surface du sol"@fr ;
  rdfs:label "Land Surface Temperature (LST)"@en, "Température de la surface du sol"@fr ;
  dc:description "A DEFINIR"@en, "A DEFINIR"@fr ;
  owl:sameAs <http://vocabs.lter-europe.net/EnvThes/21528> ;
  skos:inScheme <https://www.theia-land.fr> ;
  skos:topConceptOf <https://www.theia-land.fr> .

<https://www.theia-land.fr> a skos:ConceptScheme, owl:Ontology .
