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

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

<http://opendata.inrae.fr/PLP/195>
  skos:prefLabel "clinohumique"@fr ;
  a skos:Concept ;
  skos:related <http://opendata.inrae.fr/PLP/533> .

<http://opendata.inrae.fr/PLP/533>
  skos:related <http://opendata.inrae.fr/PLP/195> ;
  skosxl:prefLabel <http://opendata.inrae.fr/PLP/xl_fr_533-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 "isohumic"@en, "isohumique"@fr .

