@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/27X> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/27X-ZFPFDWC8-R>
  skos:prefLabel "système"@fr, "system"@en ;
  a skos:Concept .

<http://data.loterre.fr/ark:/67375/27X-D8QQW1F8-X>
  skos:prefLabel "théorie"@fr, "theory"@en ;
  a skos:Concept .

<http://data.loterre.fr/ark:/67375/27X/Grouping_by_semantic_type>
  skos:prefLabel "Grouping by semantic type"@en, "Regroupement par catégorie sémantique"@fr ;
  a isothes:ConceptGroup, skos:Collection ;
  isothes:subGroup <http://data.loterre.fr/ark:/67375/27X/Theory__Theoretical_model> .

<http://data.loterre.fr/ark:/67375/27X/Theory__Theoretical_model>
  skos:member <http://data.loterre.fr/ark:/67375/27X-D8QQW1F8-X>, <http://data.loterre.fr/ark:/67375/27X-ZFPFDWC8-R> ;
  rdfs:comment "Nombre de membres : 2."@fr, "Number of members: 2."@en ;
  skos:prefLabel "Théorie / Modèle théorique"@fr, "Theory / Theoretical model"@en ;
  a skos:Collection, isothes:ConceptGroup ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/27X/Grouping_by_semantic_type> ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/27X> .

