@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/CONC>
  skos:inScheme <http://data.loterre.fr/ark:/67375/73G> ;
  isothes:subGroup <http://data.loterre.fr/ark:/67375/73G/OBJM>, <http://data.loterre.fr/ark:/67375/73G/SYMB>, <http://data.loterre.fr/ark:/67375/73G/CONC_Divers>, <http://data.loterre.fr/ark:/67375/73G/RLOG> ;
  rdfs:comment "Number of membres: 4."@en, "Nombre de membres : 4."@fr ;
  a skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/73G/IDEE> ;
  skos:prefLabel "Concept"@fr, "Concept"@en .

<http://data.loterre.fr/ark:/67375/73G> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/73G/OBJM>
  skos:prefLabel "Concept mathématique"@fr, "Mathematical concept"@en ;
  a skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/73G/CONC> .

<http://data.loterre.fr/ark:/67375/73G/SYMB>
  skos:prefLabel "Sign / Symbol"@en, "Signe / Symbole"@fr ;
  a skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/73G/CONC> .

<http://data.loterre.fr/ark:/67375/73G/IDEE>
  skos:prefLabel "Idea / Abstraction"@en, "Idée / Abstraction"@fr ;
  a skos:Collection ;
  isothes:subGroup <http://data.loterre.fr/ark:/67375/73G/CONC> .

<http://data.loterre.fr/ark:/67375/73G/CONC_Divers>
  skos:prefLabel "Concept_Divers"@fr, "Concept_Miscellaneous"@en ;
  a skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/73G/CONC> .

<http://data.loterre.fr/ark:/67375/73G/RLOG>
  skos:prefLabel "Structure ou élément du raisonnement logique"@fr, "Structure or element of logical reasoning"@en ;
  a skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/73G/CONC> .

