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

adm:-BRT9BGGM-C
  skos:hiddenLabel "Bibliographie"@fr, "Bibliography"@en ;
  a skos:Concept ;
  skos:inScheme adm: ;
  skos:prefLabel "bibliographie"@fr, "bibliography"@en .

adm: a skos:ConceptScheme .
adm:-Type_de_document__Type_d'oeuvre
  skos:prefLabel "Type of document / Type of work"@en, "Type de document / Type d'oeuvre"@fr ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member adm:-BRT9BGGM-C .

