@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix inist: <http://www.inist.fr/Ontology#> .

<http://data.loterre.fr/ark:/67375/1WB> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/1WB-Technique_/_Méthode>
  skos:prefLabel "Technique / Méthode"@fr, "Technique / Method"@en ;
  a skos:Collection ;
  skos:member <http://data.loterre.fr/ark:/67375/1WB-SM4KVWX6-L> .

<http://data.loterre.fr/ark:/67375/1WB-SM4KVWX6-L>
  inist:semCategory "Technique / Méthode"@fr, "Technique / Method"@en ;
  skos:hiddenLabel "Méthode d'optimisation"@fr, "Optimization method"@en ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/1WB> ;
  skos:prefLabel "optimization method"@en, "méthode d'optimisation"@fr .

