@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/3WV> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/3WV/Regroupement_par_type_sémantique>
  skos:prefLabel "Regroupement par type sémantique"@fr, "Grouping by semantic type"@en ;
  a isothes:ConceptGroup ;
  isothes:subGroup <http://data.loterre.fr/ark:/67375/3WV/Concept_juridique__Principe_de_droit> .

<http://data.loterre.fr/ark:/67375/3WV/Concept_juridique__Principe_de_droit>
  isothes:superGroup <http://data.loterre.fr/ark:/67375/3WV/Regroupement_par_type_sémantique> ;
  rdfs:comment "Number of members: 1."@fr, "Nombre de membres : 1."@fr ;
  skos:member <http://data.loterre.fr/ark:/67375/3WV-RM7XR34R-Z> ;
  a isothes:ConceptGroup ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/3WV> ;
  skos:prefLabel "Juridical concept / Principle of law"@en, "Concept juridique / Principe de droit"@fr .

<http://data.loterre.fr/ark:/67375/3WV-RM7XR34R-Z>
  skos:prefLabel "environmental law"@en, "droit de l'environnement"@fr ;
  a skos:Concept .

