@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.loterre.fr/ark:/67375/2CX-V2HZN7TP-X>
  skos:prefLabel "relation professionnelle"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/2CX-SF8KXW36-F> .

<http://data.loterre.fr/ark:/67375/2CX-SF8KXW36-F>
  skos:related <http://data.loterre.fr/ark:/67375/2CX-56F75VR0-L> ;
  dc:created "2016-07-01"^^xsd:date ;
  skos:hiddenLabel "DISTANCE PROFESSIONNELLE"@fr ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/2CX> ;
  skos:broader <http://data.loterre.fr/ark:/67375/2CX-V2HZN7TP-X> ;
  skos:prefLabel "distance professionnelle"@fr .

<http://data.loterre.fr/ark:/67375/2CX> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/2CX-56F75VR0-L>
  skos:prefLabel "proxémique"@fr ;
  a skos:Concept ;
  skos:related <http://data.loterre.fr/ark:/67375/2CX-SF8KXW36-F> .

