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

<https://www.theia-land.fr> a skos:ConceptScheme, owl:Ontology .
<http://theia-spatial/c_341ce66a>
  skos:prefLabel "Variable"@en ;
  a <http://theia-spatial/CategoryOfVariable>, skos:Concept ;
  skos:narrower <http://theia-spatial/c_8ade27d9> .

<http://theia-spatial/c_8ade27d9>
  dc:description "Scientific variable observing the duration of surface snow cover"@en, "Variable scientifique observant la durée de l'enneigement de surface"@fr ;
  a sosa:ObservableProperty, skos:Concept ;
  owl:sameAs <http://theia-spatial/c_8ade27d9> ;
  skos:broader <http://theia-spatial/c_341ce66a> ;
  skos:prefLabel "Snow cover duration"@en, "Durée de l'enneigement"@fr ;
  rdfs:label "Durée de l'enneigement"@fr, "Snow cover duration"@en ;
  skos:inScheme <https://www.theia-land.fr> ;
  skos:exactMatch <http://theia-spatial/c_8ade27d9> ;
  skos:topConceptOf <https://www.theia-land.fr> .

