@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:-DDLCRPSR-7
  skos:altLabel "suite de Thue-Morse"@fr, "Thue-Morse sequence"@en ;
  skos:exactMatch <https://fr.wikipedia.org/wiki/Suite_de_Prouhet-Thue-Morse>, <https://en.wikipedia.org/wiki/Thue%E2%80%93Morse_sequence> ;
  a skos:Concept ;
  skos:inScheme psr: ;
  dc:modified "2024-10-18"^^xsd:date ;
  skos:definition """In mathematics, the Thue–Morse sequence or Prouhet–Thue–Morse sequence or parity sequence is the binary sequence (an infinite sequence of 0s and 1s) obtained by starting with 0 and successively appending the Boolean complement of the sequence obtained thus far. The first few steps of this procedure yield the strings 0 then 01, 0110, 01101001, 0110100110010110, and so on, which are prefixes of the Thue–Morse sequence. The full sequence begins :
<br/>      01101001100101101001011001101001.…
<br/>The sequence is named after Axel Thue and Marston Morse. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Thue%E2%80%93Morse_sequence">https://en.wikipedia.org/wiki/Thue%E2%80%93Morse_sequence</a>)"""@en, """En mathématiques, en informatique théorique, en combinatoire des mots et ses applications, la suite de Prouhet-Thue-Morse, également appelée suite de Thue-Morse, est une suite binaire — c'est-à-dire dont les termes valent 0 ou 1. Elle commence par :
<br/>    t = 0 1 10 1001 10010110 1001011001101001 …
<br/>C'est une suite automatique (elle est calculable par un automate fini), uniformément récurrente (en particulier elle contient tous les mots binaires possibles et sans cube (aucun mot n'y est répété trois fois consécutivement). 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Suite_de_Prouhet-Thue-Morse">https://fr.wikipedia.org/wiki/Suite_de_Prouhet-Thue-Morse</a>)"""@fr ;
  skos:broader psr:-FM1M1PDT-5 ;
  dc:created "2023-08-03"^^xsd:date ;
  skos:prefLabel "suite de Prouhet-Thue-Morse"@fr, "Prouhet-Thue-Morse sequence"@en .

psr:-FM1M1PDT-5
  skos:prefLabel "suite d'entiers"@fr, "integer sequence"@en ;
  a skos:Concept ;
  skos:narrower psr:-DDLCRPSR-7 .

