@prefix dc: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix variable: <https://service.poleterresolide.fr/voc/variable> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns0: <http://purl.org/linked-data/registry#> .
@prefix ldp: <http://www.w3.org/ns/ldp#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://service.poleterresolide.fr/voc/variable/C0040000>
  dc:description "Température"@fr, "Temperature"@en ;
  a skos:Concept ;
  skos:topConceptOf variable: ;
  skos:prefLabel "Temperature"@en, "Température"@fr ;
  rdfs:label "Température"@fr, "Temperature"@en ;
  skos:inScheme variable: ;
  ns0:notation "C0040000" .

variable:
  rdfs:label "Variables"@fr, "Variables"@en ;
  a ldp:Container, ns0:Register, skos:ConceptScheme, owl:Ontology .

