@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:-Discipline
  skos:prefLabel "Discipline"@en, "Discipline"@fr ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member adm:-WCNLGPHH-2 .

adm:-WCNLGPHH-2
  skos:hiddenLabel "Cost Accounting"@en, "Comptabilité analytique"@fr ;
  a skos:Concept ;
  skos:inScheme adm: ;
  skos:prefLabel "comptabilité analytique"@fr, "cost accounting"@en .

adm: a skos:ConceptScheme .
