@prefix xd4: <http://data.loterre.fr/ark:/67375/XD4> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix uneskos: <http://purl.org/umu/uneskos#> .

xd4: a skos:ConceptScheme .
xd4:-AMES
  skos:prefLabel "Analyse / Mesure"@fr, "Analysis / Measure"@en ;
  a isothes:ConceptGroup ;
  skos:member xd4:-BCTP446K-R .

xd4:-BCTP446K-R
  uneskos:memberOf xd4:-AMES ;
  skos:hiddenLabel "Etude comparée"@fr, "Comparative study"@en ;
  a skos:Concept ;
  skos:inScheme xd4: ;
  skos:prefLabel "estudio comparado"@es, "étude comparée"@fr, "comparative study"@en .

