@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:-L9VC0GTQ-R
  skos:definition """In mathematics, division by infinity is division where the divisor (denominator) is ∞. In ordinary arithmetic, this does not have a well-defined meaning, since ∞ is a mathematical concept that does not correspond to a specific number, and moreover, there is no nonzero real number that, when added to itself an infinite number of times, gives a finite number. However, "dividing by ∞“ can be given meaning as an informal way of expressing the limit of dividing a number by larger and larger divisors. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Division_by_infinity">https://en.wikipedia.org/wiki/Division_by_infinity</a>)"""@en ;
  dc:created "2023-08-11"^^xsd:date ;
  dc:modified "2024-10-18"^^xsd:date ;
  a skos:Concept ;
  skos:inScheme psr: ;
  skos:broader psr:-Q2WNH3PD-F ;
  skos:prefLabel "division by infinity"@en, "division par l'infini"@fr ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Division_by_infinity> .

psr:-Q2WNH3PD-F
  skos:prefLabel "division"@fr, "division"@en ;
  a skos:Concept ;
  skos:narrower psr:-L9VC0GTQ-R .

