@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/905> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/905/ESPA>
  skos:prefLabel "Space"@en, "Espace"@fr ;
  a skos:Collection ;
  isothes:subGroup <http://data.loterre.fr/ark:/67375/905/OBJC> .

<http://data.loterre.fr/ark:/67375/905-BKH0MRX3-2>
  skos:prefLabel "astre"@fr, "star"@en ;
  a skos:Concept .

<http://data.loterre.fr/ark:/67375/905/OBJC>
  isothes:superGroup <http://data.loterre.fr/ark:/67375/905/ESPA> ;
  rdfs:comment "Number of membres: 1."@en, "Nombre de membres : 1."@fr ;
  skos:member <http://data.loterre.fr/ark:/67375/905-BKH0MRX3-2> ;
  a skos:Collection ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/905> ;
  skos:prefLabel "Objet céleste"@fr, "Celestial object"@en .

