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

<http://data.loterre.fr/ark:/67375/BJW/AMES>
  skos:prefLabel "Análisis / Medida"@es, "Analyse / Mesure"@fr, "Analysis / Measure"@en ;
  a isothes:ConceptGroup ;
  skos:member bjw:-TWDTFKQS-8 .

bjw: a skos:ConceptScheme .
bjw:-TWDTFKQS-8
  skos:prefLabel "leak test"@en, "prueba de estanqueidad"@es, "essai d'étanchéité"@fr ;
  inist:semCategory "Análisis/Medida"@es, "Analysis / Measure"@en, "Analyse / Mesure"@fr ;
  skos:hiddenLabel "Prueba estanqueidad"@es, "Leak test"@en, "Essai étanchéité"@fr ;
  skos:inScheme bjw: ;
  a skos:Concept ;
  skos:altLabel "leak testing"@en, "ensayo de estanqueidad"@es .

