@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:-P4SZHJ38-R
  dc:created "2023-07-25"^^xsd:date ;
  skos:definition """En mathématiques, un nombre déficient est un nombre entier naturel n qui est strictement supérieur à la somme de ses diviseurs stricts, autrement dit, tel que σ(n) < 2n où σ(n) est la somme des diviseurs entiers positifs de n y compris n. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Nombre_d%C3%A9ficient">https://fr.wikipedia.org/wiki/Nombre_d%C3%A9ficient</a>)"""@fr, """In number theory, a deficient number or defective number is a positive integer n for which the sum of divisors of n is less than 2n. Equivalently, it is a number for which the sum of proper divisors (or aliquot sum) is less than n. For example, the proper divisors of 8 are 1, 2, and 4, and their sum is less than 8, so 8 is deficient. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Deficient_number">https://en.wikipedia.org/wiki/Deficient_number</a>)"""@en ;
  skos:broader psr:-FM1M1PDT-5, psr:-CVDPQB0Q-M ;
  skos:inScheme psr: ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Deficient_number>, <https://fr.wikipedia.org/wiki/Nombre_d%C3%A9ficient> ;
  skos:prefLabel "deficient number"@en, "nombre déficient"@fr ;
  a skos:Concept ;
  skos:altLabel "defective number"@en ;
  dc:modified "2024-10-18"^^xsd:date .

psr:-CVDPQB0Q-M
  skos:prefLabel "natural numbers"@en, "entier naturel"@fr ;
  a skos:Concept ;
  skos:narrower psr:-P4SZHJ38-R .

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

