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

x64:-Analyse__Mesure
  skos:prefLabel "Analyse / Mesure"@fr, "Analysis / Measure"@en ;
  a isothes:ConceptGroup ;
  skos:member x64:-BPP5RRZ0-P .

x64: a skos:ConceptScheme .
x64:-BPP5RRZ0-P
  inist:semCategory "Analyse / Mesure"@fr, "Analysis / Measure"@en ;
  skos:hiddenLabel "Semantic analysis"@en, "Analyse sémantique"@fr ;
  a skos:Concept ;
  skos:inScheme x64: ;
  skos:prefLabel "analyse sémantique"@fr, "semantic analysis"@en .

