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

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

<http://opendata.inrae.fr/PLP/833>
  skos:related <http://opendata.inrae.fr/PLP/41> ;
  skosxl:prefLabel <http://opendata.inrae.fr/PLP/xl_fr_833-1> ;
  dc:modified "2020-06-26T15:32:04.058+02:00"^^xsd:dateTime ;
  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 "saprolite"@fr, "saprolite"@en ;
  skos:altLabel "saprolithe"@fr .

<http://opendata.inrae.fr/PLP/xl_fr_833-1>
  lexinfo:gender "masculin"@fr, "masculine"@en ;
  lexinfo:partOfSpeech "noun"@en, "nom"@fr ;
  skosxl:literalForm "saprolite"@fr ;
  a skosxl:Label .

<http://opendata.inrae.fr/PLP/41>
  skos:prefLabel "altérite"@fr, "alterite"@en ;
  a skos:Concept ;
  skos:related <http://opendata.inrae.fr/PLP/833> .

