@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/570> .

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

<http://opendata.inrae.fr/PLP/569>
  skos:prefLabel "loam"@fr, "loam"@en ;
  a skos:Concept ;
  skos:related <http://opendata.inrae.fr/PLP/570> .

<http://opendata.inrae.fr/PLP/570>
  skos:related <http://opendata.inrae.fr/PLP/569> ;
  skosxl:prefLabel <http://opendata.inrae.fr/PLP/xl_fr_570-1> ;
  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 "loameux"@fr, "loamy"@en .

