@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix lexinfo: <http://www.lexinfo.net/ontology/2.0/lexinfo#> .
@prefix skosxl: <http://www.w3.org/2008/05/skos-xl#> .

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

<http://opendata.inrae.fr/PLP/xl_fr_181-1>
  lexinfo:gender "feminine"@en, "féminin"@fr ;
  lexinfo:partOfSpeech "noun"@en, "nom"@fr ;
  skosxl:literalForm "chloritisation"@fr ;
  a skosxl:Label .

<http://opendata.inrae.fr/PLP/181>
  skos:related <http://opendata.inrae.fr/PLP/180> ;
  skosxl:prefLabel <http://opendata.inrae.fr/PLP/xl_fr_181-1> ;
  skos:definition "Néoformation de chlorites dans des altérites ou des horizons de sols à drainage interne lent, à partir d'éléments libérés par l'hydrolyse de minéraux ferromagnésiens. (Source : INRA)"@fr ;
  skos:topConceptOf <http://opendata.inrae.fr/PLP/Petit_Lexique_de_Pedologie> ;
  a skos:Concept ;
  skos:inScheme <http://opendata.inrae.fr/PLP/Petit_Lexique_de_Pedologie> ;
  skos:prefLabel "chloritisation"@fr, "chloritization"@en .

<http://opendata.inrae.fr/PLP/180>
  skos:prefLabel "chlorites"@fr, "chlorites"@en ;
  a skos:Concept ;
  skos:related <http://opendata.inrae.fr/PLP/181> .

