@prefix psr: <http://data.loterre.fr/ark:/67375/PSR> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

psr: a skos:ConceptScheme .
psr:-MWBTPGLM-B
  skos:prefLabel "piecewise function"@en, "fonction affine par morceaux"@fr ;
  a skos:Concept ;
  skos:narrower psr:-LKJP1076-J .

psr:-LKJP1076-J
  skos:prefLabel "absolute value"@en, "valeur absolue"@fr ;
  skos:broader psr:-MWBTPGLM-B, psr:-JN9714DC-D ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Absolute_value>, <https://fr.wikipedia.org/wiki/Valeur_absolue> ;
  skos:definition """En mathématiques, la valeur absolue (parfois appelée module, c'est-à-dire mesure) d'un nombre réel est sa valeur numérique considérée sans tenir compte de son signe. On peut la comprendre comme sa distance à zéro ; ou comme sa valeur quantitative, à laquelle le signe ajoute une idée de polarité ou de sens (comme le sens d'un vecteur). Par exemple, la valeur absolue de –4 est 4, et celle de +4 est 4. La valeur absolue se note par des barres verticales : ainsi, on écrit : |–4| = |+4| = 4. En programmation informatique, l'identificateur utilisé pour désigner la valeur absolue est usuellement abs. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Valeur_absolue">https://fr.wikipedia.org/wiki/Valeur_absolue</a>)"""@fr, """In mathematics, the absolute value or modulus of a real number x, denoted |x|, is the non-negative value of x without regard to its sign. Namely, |x| = x if x is a positive number, and |x| = −x if x is negative (in which case negating x makes −x positive), and |0| = 0. For example, the absolute value of 3 is 3, and the absolute value of −3 is also 3. The absolute value of a number may be thought of as its distance from zero. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Absolute_value">https://en.wikipedia.org/wiki/Absolute_value</a>)"""@en ;
  dc:modified "2024-10-18"^^xsd:date ;
  a skos:Concept ;
  skos:altLabel "modulus"@en ;
  skos:inScheme psr: .

psr:-JN9714DC-D
  skos:prefLabel "fonction élémentaire"@fr, "elementary function"@en ;
  a skos:Concept ;
  skos:narrower psr:-LKJP1076-J .

