@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:-R2S4K5T7-C
  skos:altLabel "halving"@en, "mediation"@en, "dimidiation"@en, "dimidiation"@fr, "médiation"@fr ;
  skos:exactMatch <https://fr.wikipedia.org/wiki/Division_par_deux>, <https://en.wikipedia.org/wiki/Division_by_two> ;
  dc:created "2023-08-10"^^xsd:date ;
  skos:definition """En mathématiques, la division par deux a aussi été appelée la médiation ou la dimidiation.
<br/>La considération de cela comme étant une opération différente de la multiplication ou de la division par d'autres nombres remonte aux Égyptiens de l'Antiquité, dont l'algorithme de multiplication utilise la division par deux comme une de ses étapes fondamentales. Certains mathématiciens, jusqu'au XVIe siècle, ont continué à voir la division par deux comme une opération distincte, et elle est souvent traitée ainsi dans les logiciels informatiques modernes.
<br/>L'exécution de cette opération est simple dans l'arithmétique décimale, dans le système binaire qui est utilisé dans les logiciels informatiques, et dans d'autres bases paires. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Division_par_deux">https://fr.wikipedia.org/wiki/Division_par_deux</a>)"""@fr, """ In mathematics, division by two or halving has also been called mediation or dimidiation. The treatment of this as a different operation from multiplication and division by other numbers goes back to the ancient Egyptians, whose multiplication algorithm used division by two as one of its fundamental steps. Some mathematicians as late as the sixteenth century continued to view halving as a separate operation, and it often continues to be treated separately in modern computer programming. Performing this operation is simple in decimal arithmetic, in the binary numeral system used in computer programming, and in other even-numbered bases. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Division_by_two">https://en.wikipedia.org/wiki/Division_by_two</a>)"""@en ;
  a skos:Concept ;
  skos:prefLabel "division par deux"@fr, "division by two"@en ;
  dc:modified "2024-10-18"^^xsd:date ;
  skos:inScheme psr: ;
  skos:broader psr:-Q2WNH3PD-F .

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

