@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:-Z5NBGSJC-F
  skos:prefLabel "nombre"@fr, "number"@en ;
  a skos:Concept ;
  skos:narrower psr:-V0PFK6HL-1 .

psr:-C7ZLH8LZ-5
  skos:prefLabel "théorie additive des nombres"@fr, "additive number theory"@en ;
  a skos:Concept ;
  skos:related psr:-V0PFK6HL-1 .

psr:-V0PFK6HL-1
  skos:prefLabel "entier relatif"@fr, "integer"@en ;
  skos:exactMatch <https://fr.wikipedia.org/wiki/Entier_relatif>, <https://en.wikipedia.org/wiki/Integer> ;
  a skos:Concept ;
  skos:definition """En mathématiques, un entier relatif, un entier rationnel ou simplement un nombre entier est un nombre qui se présente comme un entier naturel auquel on a adjoint un signe positif ou négatif indiquant sa position par rapport à 0 sur un axe orienté. Les entiers positifs (supérieurs à zéro) s'identifient aux entiers naturels : 0, 1, 2, 3… tandis que les entiers négatifs sont leurs opposés : 0, −1, −2, −3… L'entier 0 lui-même est donc le seul nombre à la fois positif et négatif. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Entier_relatif">https://fr.wikipedia.org/wiki/Entier_relatif</a>)"""@fr, """An integer is the number zero (0), a positive natural number (1, 2, 3, etc.) or a negative integer with a minus sign (−1, −2, −3, etc.). The negative numbers are the additive inverses of the corresponding positive numbers. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Integer">https://en.wikipedia.org/wiki/Integer</a>)"""@en ;
  skos:broader psr:-Z5NBGSJC-F ;
  skos:related psr:-C7ZLH8LZ-5 ;
  skos:inScheme psr: ;
  dc:modified "2023-08-04"^^xsd:date .

