@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:-KL7BX9Z3-T
  skos:prefLabel "opérateur"@fr, "operator"@en ;
  a skos:Concept ;
  skos:narrower psr:-GQPJ952K-N .

psr:-GQPJ952K-N
  a skos:Concept ;
  skos:broader psr:-KL7BX9Z3-T ;
  skos:prefLabel "shift operator"@en, "opérateur de décalage"@fr ;
  skos:inScheme psr: ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Shift_operator>, <https://fr.wikipedia.org/wiki/Op%C3%A9rateur_de_d%C3%A9calage> ;
  dc:created "2023-08-04"^^xsd:date ;
  dc:modified "2023-09-22"^^xsd:date ;
  skos:definition """Les opérateurs de décalage (en anglais : les shifts) sont des opérateurs linéaires qui interviennent en analyse fonctionnelle, une branche des mathématiques. Le plus souvent mentionné est l'opérateur de décalage unilatéral, un opérateur borné non normal particulier, sur un espace de Hilbert muni d'une base hilbertienne infinie dénombrable. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Op%C3%A9rateur_de_d%C3%A9calage">https://fr.wikipedia.org/wiki/Op%C3%A9rateur_de_d%C3%A9calage</a>)"""@fr, """In mathematics, and in particular functional analysis, the shift operator, also known as the translation operator, is an operator that takes a function <i>x</i> ↦ <i>f</i>(<i>x</i>) to its translation <i>x</i> ↦ <i>f</i>(<i>x</i> + <i>a</i>). In time series analysis, the shift operator is called the lag operator. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Shift_operator">https://en.wikipedia.org/wiki/Shift_operator</a>)"""@en ;
  skos:altLabel "translation operator"@en .

