@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:-GLSRS35B-K
  skos:prefLabel "zéro"@fr, "zero"@en ;
  a skos:Concept ;
  skos:related psr:-N9CPM2Q2-D .

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

psr:-N9CPM2Q2-D
  skos:exactMatch <https://fr.wikipedia.org/wiki/Division_par_z%C3%A9ro>, <https://en.wikipedia.org/wiki/Division_by_zero> ;
  skos:definition """In mathematics, division by zero, division where the divisor (denominator) is zero, is a unique and problematic special case. Using fraction notation, the general example can be written as a a/0, where a is the dividend (numerator). 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Division_by_zero">https://en.wikipedia.org/wiki/Division_by_zero</a>)"""@en, """La division par zéro consiste à chercher le résultat qu'on obtiendrait en prenant zéro comme diviseur. Ainsi, une division par zéro s'écrirait x/0, où x serait le dividende (ou numérateur). 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Division_par_z%C3%A9ro">https://fr.wikipedia.org/wiki/Division_par_z%C3%A9ro</a>)"""@fr ;
  skos:inScheme psr: ;
  skos:broader psr:-Q2WNH3PD-F ;
  skos:prefLabel "division par zéro"@fr, "division by zero"@en ;
  a skos:Concept ;
  skos:related psr:-GLSRS35B-K ;
  dc:created "2023-08-11"^^xsd:date ;
  dc:modified "2024-10-18"^^xsd:date .

