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

<https://opendata.inra.fr/CUEX/xl_de_76-4>
  lexinfo:gender "masculin"@fr, "masculine"@en ;
  lexinfo:partOfSpeech "noun"@en, "nom"@fr ;
  skosxl:literalForm "Strang"@de ;
  a skosxl:Label .

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

<https://opendata.inra.fr/CUEX/> a skos:ConceptScheme .
<https://opendata.inra.fr/CUEX/xl_de_76-5>
  lexinfo:gender "masculin"@fr, "masculine"@en ;
  lexinfo:partOfSpeech "noun"@en, "nom"@fr ;
  skosxl:literalForm "Endlosstrang"@de ;
  a skosxl:Label .

<https://opendata.inra.fr/CUEX/76>
  dc11:subject "Food sciences and technology"@en, "Sciences et techniques agroalimentaires"@fr ;
  skosxl:prefLabel <https://opendata.inra.fr/CUEX/xl_fr_76-1>, <https://opendata.inra.fr/CUEX/xl_de_76-4> ;
  skos:inScheme <https://opendata.inra.fr/CUEX/> ;
  skos:prefLabel "Strang"@de, "rope"@en, "jonc"@fr ;
  skos:altLabel "Endlosstrang"@de, "boudin"@fr ;
  a skos:Concept ;
  skosxl:altLabel <https://opendata.inra.fr/CUEX/xl_de_76-5> ;
  skos:example "Cutter knives positioned at the end of the die slice the extruded product \"rope\" into specified lengths. (Source : INRA)"@en .

