@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:-GCKKDZFS-D
  skos:hiddenLabel "Bye-law"@en, "Règlement"@fr ;
  a skos:Concept ;
  skos:inScheme adm: ;
  skos:prefLabel "bye-law"@en, "règlement"@fr .

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:-GCKKDZFS-D .

