@prefix psr: <http://data.loterre.fr/ark:/67375/PSR> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

psr: a skos:ConceptScheme .
psr:-R2ZQC914-N
  skos:prefLabel "suite"@fr, "sequence"@en ;
  a skos:Concept ;
  skos:narrower psr:-S59T5F8F-4 .

psr:-S59T5F8F-4
  skos:prefLabel "suite arithmétique"@fr, "arithmetic progression"@en ;
  skos:exactMatch <https://fr.wikipedia.org/wiki/Suite_arithm%C3%A9tique>, <https://en.wikipedia.org/wiki/Arithmetic_progression> ;
  skos:broader psr:-R2ZQC914-N ;
  skos:altLabel "arithmetic sequence"@en ;
  skos:inScheme psr: ;
  skos:definition """En mathématiques, une suite arithmétique est une suite (le plus souvent une suite de réels) dans laquelle chaque terme permet de déduire le suivant en lui ajoutant une constante appelée raison. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Suite_arithm%C3%A9tique">https://fr.wikipedia.org/wiki/Suite_arithm%C3%A9tique</a>)"""@fr, """An arithmetic progression or arithmetic sequence (AP) is a sequence of numbers such that the difference from any succeeding term to its preceding term remains constant throughout the sequence. The constant difference is called common difference of that arithmetic progression. For instance, the sequence 5, 7, 9, 11, 13, 15, . . . is an arithmetic progression with a common difference of 2. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Arithmetic_progression">https://en.wikipedia.org/wiki/Arithmetic_progression</a>)"""@en ;
  a skos:Concept .

