@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_3d837c5e> .

<http://theia-spatial/c_3d837c5e>
  dc:description "Scientific variable observing snow cover presence"@en, "Variable scientifique observant la présence du manteau neigeux"@fr ;
  a sosa:ObservableProperty, skos:Concept ;
  rdfs:label "Snow cover presence"@en, "Présence de couverture neigeuse"@fr ;
  skos:prefLabel "Présence de couverture neigeuse"@fr, "Snow cover presence"@en ;
  skos:exactMatch <http://theia-spatial/c_3d837c5e> ;
  skos:topConceptOf <https://www.theia-land.fr> ;
  skos:inScheme <https://www.theia-land.fr> ;
  owl:sameAs <http://theia-spatial/c_3d837c5e> ;
  skos:broader <http://theia-spatial/c_341ce66a> .

