@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-J4RKHXC8-5>
  skos:prefLabel "aminoacide"@fr, "aminoacid"@en ;
  a skos:Concept .

<http://data.loterre.fr/ark:/67375/27X/Protein__Peptide__Aminoacid>
  isothes:superGroup <http://data.loterre.fr/ark:/67375/27X/Grouping_by_semantic_type> ;
  rdfs:comment "Nombre de membres : 1."@fr, "Number of members: 1."@en ;
  skos:member <http://data.loterre.fr/ark:/67375/27X-J4RKHXC8-5> ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/27X> ;
  skos:prefLabel "Protéine / Peptide / Aminoacide"@fr, "Protein / Peptide / Aminoacid"@en .

<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/Protein__Peptide__Aminoacid> .

<http://data.loterre.fr/ark:/67375/27X> a skos:ConceptScheme .
