@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.loterre.fr/ark:/67375/73G> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/73G/MED>
  skos:prefLabel "Biomedical sciences"@en, "Biomédical"@fr ;
  a skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/73G/Grouping_by_subject_field> .

<http://data.loterre.fr/ark:/67375/73G/SDI>
  skos:prefLabel "Engineering sciences"@en, "Sciences de l'ingénieur"@fr ;
  a skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/73G/Grouping_by_subject_field> .

<http://data.loterre.fr/ark:/67375/73G/MDI>
  skos:prefLabel "Multidisciplinary"@en, "Multidisciplinaire"@fr ;
  a skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/73G/Grouping_by_subject_field> .

<http://data.loterre.fr/ark:/67375/73G/HUM>
  skos:prefLabel "Sciences humaines et sociales"@fr, "Humanities and social sciences"@en ;
  a skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/73G/Grouping_by_subject_field> .

<http://data.loterre.fr/ark:/67375/73G/Grouping_by_subject_field>
  rdfs:comment "Nombre de membres : 4."@fr, "Number of membres: 4."@en ;
  skos:prefLabel " Regroupement par domaine"@fr, "Grouping by subject field"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/73G> ;
  isothes:subGroup <http://data.loterre.fr/ark:/67375/73G/HUM>, <http://data.loterre.fr/ark:/67375/73G/SDI>, <http://data.loterre.fr/ark:/67375/73G/MED>, <http://data.loterre.fr/ark:/67375/73G/MDI> ;
  a skos:Collection .

