@prefix vochorizon: <https://uri.ird.fr/so/kos/vochorizon/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

vochorizon:443
  skos:related vochorizon:1212 ;
  a skos:Concept ;
  skos:prefLabel "BIBLIOTHECAIRE"@fr .

vochorizon:1212
  a skos:Concept ;
  skos:inScheme vochorizon: ;
  skos:prefLabel "DOCUMENTALISTE"@fr ;
  skos:related vochorizon:443 ;
  skos:topConceptOf vochorizon: .

vochorizon:
  a owl:Ontology, skos:ConceptScheme ;
  skos:prefLabel "vochorizon" .

