@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:-NT84LVNC-G .

psr:-NT84LVNC-G
  skos:prefLabel "ondelette de Haar"@fr, "Haar wavelet"@en ;
  skos:broader psr:-MWBTPGLM-B ;
  a skos:Concept ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Haar_wavelet>, <https://fr.wikipedia.org/wiki/Ondelette_de_Haar> ;
  skos:inScheme psr: ;
  skos:definition """L'ondelette de Haar, ou fonction de Rademacher, est une ondelette créée par Alfréd Haar en 1909. On considère que c'est la première ondelette connue. Il s'agit d'une fonction constante par morceaux, ce qui en fait l'ondelette la plus simple à comprendre et à implémenter. L'ondelette de Haar peut être généralisée par ce qu'on appelle le système de Haar. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Ondelette_de_Haar">https://fr.wikipedia.org/wiki/Ondelette_de_Haar</a>)"""@fr, """In mathematics, the Haar wavelet is a sequence of rescaled "square-shaped" functions which together form a wavelet family or basis. Wavelet analysis is similar to Fourier analysis in that it allows a target function over an interval to be represented in terms of an orthonormal basis. The Haar sequence is now recognised as the first known wavelet basis and is extensively used as a teaching example. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Haar_wavelet">https://en.wikipedia.org/wiki/Haar_wavelet</a>)"""@en ;
  skos:altLabel "fonction de Rademacher"@fr ;
  dc:modified "2024-10-18"^^xsd:date .

