@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/TDOC>
  skos:prefLabel "Tipo de documento / Tipo de obra"@es, "Type of document / Type of work"@en, "Type de document / Type d'oeuvre"@fr ;
  a isothes:ConceptGroup ;
  skos:member bjw:-P14JHMJ5-N .

bjw: a skos:ConceptScheme .
bjw:-P14JHMJ5-N
  skos:inScheme bjw: ;
  inist:semCategory "Type of document / Type of work"@en, "Type de document / Type d'oeuvre"@fr, "Tipo de documento/Tipo de obra"@es ;
  skos:prefLabel "technical notice"@en, "notice technique"@fr, "nota técnica"@es ;
  skos:hiddenLabel "Notice technique"@fr, "Technical notice"@en, "Nota técnica"@es ;
  a skos:Concept .

