@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/TSM/xl_de_63-3>
  lexinfo:gender "masculin"@fr, "masculine"@en ;
  lexinfo:partOfSpeech "noun"@en, "nom"@fr ;
  skosxl:literalForm "osmotischer Druck"@de ;
  a skosxl:Label .

<https://opendata.inra.fr/TSM/xl_fr_63-1>
  lexinfo:gender "feminine"@en, "féminin"@fr ;
  lexinfo:partOfSpeech "noun"@en, "nom"@fr ;
  skosxl:literalForm "pression osmotique"@fr ;
  a skosxl:Label .

<https://opendata.inra.fr/TSM/> a skos:ConceptScheme .
<https://opendata.inra.fr/TSM/63>
  skos:definition "Différence de pression à l'équilibre entre une solution (solvant plus soluté(s)) et une solution de référence (constituée du solvant pur: l'eau) séparées par une membrane ne laissant passer que le solvant (Norme AFNOR). (Source : INRA)"@fr ;
  dc11:subject "Food sciences and technology"@en, "Sciences et techniques agroalimentaires"@fr ;
  skos:prefLabel "osmotic pressure"@en, "osmotischer Druck"@de, "pression osmotique"@fr ;
  a skos:Concept ;
  skosxl:prefLabel <https://opendata.inra.fr/TSM/xl_de_63-3>, <https://opendata.inra.fr/TSM/xl_fr_63-1> ;
  skos:example "Diese Lösungen weisen je nach Inhaltsstoffen einen mehr oder weniger hohen osmotischen Druck auf, der für die Trennung überwunden werden muss. (Source : INRA)"@de, "The osmotic phenomenon occurs when two solutions of different concentrations are separated by a membrane which is permeable to the solvent but impermeable to the solute (...). If the concentration in solution 1 is larger than in solution 2, the osmotic pressure in solution 1 will be higher than in solution 2 and, assuming identical hydrostatic pressure in both solutions, there will be a flow of solvent from solution 2 into solution 1. (Source : INRA)"@en ;
  skos:inScheme <https://opendata.inra.fr/TSM/> ;
  skos:note "La pression osmotique est fonction de la concentration en solutés. (Source : INRA)"@fr .

