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

q1w:-Regroupement_par_type_sémantique
  skos:prefLabel "Regroupement par type sémantique"@fr, "Grouping by semantic type"@en ;
  a isothes:ConceptGroup ;
  isothes:subGroup q1w:-DOCU .

q1w:-TDOC
  skos:prefLabel "Type of document / Type of work"@en, "Type de document / Type d'oeuvre"@fr ;
  a isothes:ConceptGroup ;
  isothes:superGroup q1w:-DOCU .

q1w: a skos:ConceptScheme .
q1w:-DOCU
  isothes:subGroup q1w:-TDOC ;
  isothes:superGroup q1w:-Regroupement_par_type_sémantique ;
  a isothes:ConceptGroup ;
  skos:inScheme q1w: ;
  skos:prefLabel "Work / Document"@en, "Oeuvre / Document"@fr .

