@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix inist: <http://www.inist.fr/Ontology#> .

<http://data.loterre.fr/ark:/67375/26L/Mathematical_concept>
  skos:prefLabel "Concept mathématique"@fr, "Mathematical concept"@en ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member <http://data.loterre.fr/ark:/67375/26L-W9HTF2ST-5> .

<http://data.loterre.fr/ark:/67375/26L> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/26L-W9HTF2ST-5>
  skos:hiddenLabel "équation état"@fr, "Equation d'état"@fr, "Equation of state"@en ;
  a skos:Concept ;
  skos:prefLabel "équation d'état"@fr, "ecuación de estado"@es, "equation of state"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/26L> ;
  inist:semCategory "Mathematical concept"@en, "Concept mathématique"@fr ;
  skos:altLabel "equations of state"@en .

