@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:-T2FL84GC-0
  skos:prefLabel "transformée"@fr, "transformation"@en ;
  a skos:Concept ;
  skos:narrower psr:-SVH5CG1J-T .

psr:-SVH5CG1J-T
  skos:broader psr:-T2FL84GC-0 ;
  dc:modified "2023-08-24"^^xsd:date ;
  a skos:Concept ;
  skos:definition """Le théorème de Plancherel permet d'étendre la transformation de Fourier aux fonctions de carré sommable. Il fut démontré par le mathématicien Michel Plancherel. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Th%C3%A9or%C3%A8me_de_Plancherel">https://fr.wikipedia.org/wiki/Th%C3%A9or%C3%A8me_de_Plancherel</a>)"""@fr, """In mathematics, the Plancherel theorem (sometimes called the Parseval–Plancherel identity) is a result in harmonic analysis, proven by Michel Plancherel in 1910. It states that the integral of a function's squared modulus is equal to the integral of the squared modulus of its frequency spectrum. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Plancherel_theorem">https://en.wikipedia.org/wiki/Plancherel_theorem</a>)"""@en ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Plancherel_theorem>, <https://fr.wikipedia.org/wiki/Th%C3%A9or%C3%A8me_de_Plancherel> ;
  skos:inScheme psr: ;
  skos:prefLabel "Plancherel theorem"@en, "théorème de Plancherel"@fr ;
  skos:altLabel "Parseval-Plancherel identity"@en .

