@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_74-1>
  lexinfo:gender "masculin"@fr, "masculine"@en ;
  lexinfo:partOfSpeech "noun"@en, "nom"@fr ;
  skosxl:literalForm "inducteur"@fr ;
  a skosxl:Label .

<https://opendata.inra.fr/CUEX/74>
  dc11:subject "Food sciences and technology"@en, "Sciences et techniques agroalimentaires"@fr ;
  skos:example "Als Standard-Heizsysteme wird die Beheizung über Induktionsspulen angewandt. Die Wärme entsteht aufgrund des Induktionswechselfelds direkt im Zylinder, so dass Wärmeleitungswiderstände wie bei indirekten Heizsystemen nicht auftreten. (Source : INRA)"@de ;
  skosxl:prefLabel <https://opendata.inra.fr/CUEX/xl_fr_74-1>, <https://opendata.inra.fr/CUEX/xl_de_74-3> ;
  skos:prefLabel "inducteur"@fr, "induttore"@it, "Induktionsspule"@de, "inductor"@en ;
  skos:inScheme <https://opendata.inra.fr/CUEX/> ;
  a skos:Concept .

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

