@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:-NWW1H21P-1
  skos:hiddenLabel "Management Chart"@en, "Tableau de bord"@fr ;
  a skos:Concept ;
  skos:inScheme adm: ;
  skos:prefLabel "management chart"@en, "tableau de bord"@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:-NWW1H21P-1 .

