@prefix lexinfo: <http://www.lexinfo.net/ontology/2.0/lexinfo#> .
@prefix skosxl: <http://www.w3.org/2008/05/skos-xl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

<http://opendata.inrae.fr/PLP/xl_fr_154-1>
  lexinfo:partOfSpeech "adjectif"@fr, "adjective"@en ;
  skosxl:literalForm "carbonaté"@fr ;
  a skosxl:Label .

<http://opendata.inrae.fr/PLP/155>
  skos:prefLabel "carbonates"@fr, "carbonates"@en ;
  a skos:Concept ;
  skos:related <http://opendata.inrae.fr/PLP/154> .

<http://opendata.inrae.fr/PLP/154>
  dc11:subject "Pédologie"@fr, "Pedology"@en ;
  skosxl:prefLabel <http://opendata.inrae.fr/PLP/xl_fr_154-1> ;
  a skos:Concept ;
  skos:related <http://opendata.inrae.fr/PLP/155> ;
  skos:altLabel "carbonate-bearing"@en ;
  skos:prefLabel "carbonaté"@fr, "carbonate-rich"@en ;
  skos:topConceptOf <http://opendata.inrae.fr/PLP/Petit_Lexique_de_Pedologie> ;
  skos:definition "Qualifie un horizon, un sol ou un matériau qui contient des carbonates (calcite ou dolomite). (Source : INRA)"@fr ;
  skos:inScheme <http://opendata.inrae.fr/PLP/Petit_Lexique_de_Pedologie> .

<http://opendata.inrae.fr/PLP/Petit_Lexique_de_Pedologie>
  a skos:ConceptScheme ;
  skos:hasTopConcept <http://opendata.inrae.fr/PLP/154> .

<http://opendata.inrae.fr/PLP/Pedology>
  skos:prefLabel "Pédologie"@fr, "Pedology"@en ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member <http://opendata.inrae.fr/PLP/154> .

