@prefix x64: <http://data.loterre.fr/ark:/67375/X64> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix inist: <http://www.inist.fr/Ontology#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

x64: a skos:ConceptScheme .
x64:-HKV8CH64-L
  inist:semCategory "Traitement"@fr, "Treatment"@en ;
  skos:hiddenLabel "Automatic documentation"@en ;
  a skos:Concept ;
  skos:inScheme x64: ;
  skos:prefLabel "automatic documentation"@en, "documentation automatique"@fr .

x64:-Traitement
  skos:prefLabel "Traitement"@fr, "Treatment"@en ;
  a isothes:ConceptGroup ;
  skos:member x64:-HKV8CH64-L .

