@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:-DISC
  skos:prefLabel "Discipline"@en, "Discipline"@fr ;
  a isothes:ConceptGroup ;
  isothes:superGroup q1w:-IDEE .

q1w:-IDEE
  isothes:subGroup q1w:-CLAS, q1w:-CJUR, q1w:-DISC ;
  isothes:superGroup q1w:-Regroupement_par_type_sémantique ;
  a isothes:ConceptGroup ;
  skos:inScheme q1w: ;
  skos:prefLabel "Idea / Abstraction"@en, "Idée / Abstraction"@fr .

q1w:-CJUR
  skos:prefLabel "Juridical concept / Principle of law"@en, "Concept juridique / Principe de droit"@fr ;
  a isothes:ConceptGroup ;
  isothes:superGroup q1w:-IDEE .

q1w: a skos:ConceptScheme .
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:-IDEE .

q1w:-CLAS
  skos:prefLabel "Classification / Nomenclature"@fr, "Classification / Nomenclature"@en ;
  a isothes:ConceptGroup ;
  isothes:superGroup q1w:-IDEE .

