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

kw5: a skos:ConceptScheme .
kw5:-LANG_Divers
  skos:prefLabel "Langue / Langage_Divers"@fr, "Language_Miscellaneous"@en ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member kw5:-V800WWKT-X .

kw5:-V800WWKT-X
  skos:hiddenLabel "Structure narrative"@fr, "Narrative structure"@en ;
  a skos:Concept ;
  skos:inScheme kw5: ;
  skos:prefLabel "structure narrative"@fr, "narrative structure"@en .

