@prefix xd4: <http://data.loterre.fr/ark:/67375/XD4> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix uneskos: <http://purl.org/umu/uneskos#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

xd4:-CONC
  skos:prefLabel "Concept"@fr, "Concept"@en ;
  a isothes:ConceptGroup ;
  isothes:superGroup xd4:-IDEE .

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

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

xd4:-PENS
  skos:prefLabel "Current of thought / Doctrine"@en, "Courant de pensée / Doctrine"@fr ;
  a isothes:ConceptGroup ;
  isothes:superGroup xd4:-IDEE .

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

xd4:-X8X5BW7N-Z uneskos:memberOf xd4:-IDEE .
xd4:-THEO
  skos:prefLabel "Theory / Theoretical model"@en, "Théorie / Modèle théorique"@fr ;
  a isothes:ConceptGroup ;
  isothes:superGroup xd4:-IDEE .

xd4:-N330NK4F-9 uneskos:memberOf xd4:-IDEE .
xd4:-M7L16KN1-C uneskos:memberOf xd4:-IDEE .
xd4: a skos:ConceptScheme .
xd4:-IDEE_Divers
  skos:prefLabel "Idée / Abstraction_Divers"@fr, "Idea / Abstraction_Miscellaneous"@en ;
  a isothes:ConceptGroup ;
  isothes:superGroup xd4:-IDEE .

xd4:-DISC
  skos:prefLabel "Discipline"@en, "Discipline"@fr ;
  a isothes:ConceptGroup ;
  isothes:superGroup xd4:-IDEE .

xd4:-IDEE
  isothes:subGroup xd4:-CLAS, xd4:-PENS, xd4:-CJUR, xd4:-DISC, xd4:-IDEE_Divers, xd4:-THEO, xd4:-CONC ;
  skos:inScheme xd4: ;
  rdfs:comment "Number of members: 7."@en, "Nombre de membres : 7."@fr ;
  a isothes:ConceptGroup ;
  isothes:superGroup xd4:-Regroupement_par_type_sémantique ;
  skos:prefLabel "Idea / Abstraction"@en, "Idée / Abstraction"@fr .

