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

<http://theia-spatial/c_bcbb4906>
  a sosa:ObservableProperty, skos:Concept ;
  skos:inScheme <https://www.theia-land.fr> ;
  skos:prefLabel "Date of the beginning of snow cover"@en, "Date du début de l'enneigement"@fr ;
  rdfs:label "Date of the beginning of snow cover"@en, "Date du début de l'enneigement"@fr ;
  skos:exactMatch <http://theia-spatial/c_bcbb4906> ;
  skos:topConceptOf <https://www.theia-land.fr> ;
  skos:broader <http://theia-spatial/c_341ce66a> ;
  owl:sameAs <http://theia-spatial/c_bcbb4906> .

