@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: a skos:ConceptScheme .
adm:-Concept_ou_système_économique
  skos:prefLabel "Concept ou système économique"@fr, "Economic concept or system"@en ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member adm:-B6DS03WL-T .

adm:-B6DS03WL-T
  skos:hiddenLabel "Loi de finances 1981"@fr, "Finance Act 1981"@en ;
  a skos:Concept ;
  skos:inScheme adm: ;
  skos:prefLabel "loi de finances 1981"@fr, "finance act 1981"@en .

