@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#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .

<https://opendata.inra.fr/CUEX/> a skos:ConceptScheme .
<https://opendata.inra.fr/CUEX/xl_fr_34-1>
  lexinfo:gender "masculin"@fr, "masculine"@en ;
  lexinfo:partOfSpeech "noun"@en, "nom"@fr ;
  skosxl:literalForm "disque monolobe"@fr ;
  a skosxl:Label .

<https://opendata.inra.fr/CUEX/xl_de_34-6>
  lexinfo:gender "feminine"@en, "féminin"@fr ;
  lexinfo:partOfSpeech "noun"@en, "nom"@fr ;
  skosxl:literalForm "runde Scheibe"@de ;
  a skosxl:Label .

<https://opendata.inra.fr/CUEX/34>
  skos:prefLabel "disco monolobo"@it, "disque monolobe"@fr, "single cam kneading disc"@en, "runde Scheibe"@de ;
  skosxl:prefLabel <https://opendata.inra.fr/CUEX/xl_de_34-6>, <https://opendata.inra.fr/CUEX/xl_fr_34-1> ;
  dc11:subject "Sciences et techniques agroalimentaires"@fr, "Food sciences and technology"@en ;
  skos:altLabel "one-lobed disk"@en, "disque malaxeur monocame"@fr, "disque excentré"@fr ;
  skos:example "Als nächstes wird eine Stau- oder Bremsstrecke angeordnet, wozu einfache runde Scheiben ausreichen. (Source : INRA)"@de ;
  a skos:Concept ;
  skos:inScheme <https://opendata.inra.fr/CUEX/> .

