@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:-FF99PJ0L-W
  skos:prefLabel "algebraic function"@en, "fonction algébrique"@fr ;
  a skos:Concept ;
  skos:narrower psr:-NFZFVKLP-P .

psr:-NFZFVKLP-P
  skos:prefLabel "affine function"@en, "fonction affine"@fr ;
  skos:definition """In calculus and related areas of mathematics, a linear function from the real numbers to the real numbers is a function whose graph (in Cartesian coordinates) is a non-vertical line in the plane. The characteristic property of linear functions is that when the input variable is changed, the change in the output is proportional to the change in the input. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Linear_function_(calculus)">https://en.wikipedia.org/wiki/Linear_function_(calculus)</a>)"""@en, """En analyse, une fonction affine est une fonction obtenue par addition et multiplication de la variable par des constantes. Elle peut donc s'écrire sous la forme :
<br/>                f(x)=ax+b
<br/>où les paramètres a et b ne dépendent pas de x.
<br/>Lorsque la fonction est définie sur l'ensemble des réels, elle est représentée par une droite, dont a est la pente et b l'ordonnée à l'origine. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Fonction_affine">https://fr.wikipedia.org/wiki/Fonction_affine</a>)"""@fr ;
  skos:broader psr:-FF99PJ0L-W ;
  skos:inScheme psr: ;
  skos:exactMatch <https://fr.wikipedia.org/wiki/Fonction_affine>, <https://en.wikipedia.org/wiki/Linear_function_(calculus)> ;
  dc:modified "2024-10-18"^^xsd:date ;
  a skos:Concept .

