@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/TSM/> a skos:ConceptScheme .
<https://opendata.inra.fr/TSM/xl_de_31-3>
  lexinfo:gender "feminine"@en, "féminin"@fr ;
  lexinfo:partOfSpeech "noun"@en, "nom"@fr ;
  skosxl:literalForm "Elektrodialysemembran"@de ;
  a skosxl:Label .

<https://opendata.inra.fr/TSM/xl_fr_31-1>
  lexinfo:gender "feminine"@en, "féminin"@fr ;
  lexinfo:partOfSpeech "noun"@en, "nom"@fr ;
  skosxl:literalForm "membrane d'électrodialyse"@fr ;
  a skosxl:Label .

<https://opendata.inra.fr/TSM/31>
  dc11:subject "Sciences et techniques agroalimentaires"@fr, "Food sciences and technology"@en ;
  skosxl:prefLabel <https://opendata.inra.fr/TSM/xl_fr_31-1>, <https://opendata.inra.fr/TSM/xl_de_31-3> ;
  skos:inScheme <https://opendata.inra.fr/TSM/> ;
  skos:definition "Membrane utilisée pour réaliser une électrodialyse. (Source : INRA)"@fr ;
  skos:prefLabel "Elektrodialysemembran"@de, "electrodialysis membrane"@en, "membrane d'électrodialyse"@fr ;
  skos:example "(...) the term permselective has been applied to electrodialysis membranes which are selective according to electrical charge. (Source : INRA)"@en, "Für die Entsalzung und Entwässerung von Lösungen mit neutralen niedermolekularen Inhaltsstoffen (werden) Elektrodialysemembranen (...) eingesetzt. (Source : INRA)"@de ;
  a skos:Concept ;
  skos:note "Les membranes d'électrodialyse sont des membranes denses échangeuses d'ions. (Source : INRA)"@fr .

