@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:-MW41WWL0-2
  skos:definition """Subtraction (which is signified by the minus sign −) is one of the four arithmetic operations along with addition, multiplication and division. Subtraction is an operation that represents removal of objects from a collection. For example, in the adjacent picture, there are 5 − 2 peaches—meaning 5 peaches with 2 taken away, resulting in a total of 3 peaches. Therefore, the difference of 5 and 2 is 3; that is, 5 − 2 = 3. While primarily associated with natural numbers in arithmetic, subtraction can also represent removing or decreasing physical and abstract quantities using different kinds of objects including negative numbers, fractions, irrational numbers, vectors, decimals, functions, and matrices. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Subtraction">https://en.wikipedia.org/wiki/Subtraction</a>)"""@en, """La <b>soustraction</b> est l'une des opérations basiques de l'arithmétique. La soustraction combine deux ou plusieurs grandeurs du même type, appelées <i>opérandes</i>, pour donner un seul nombre, appelé la <i>différence</i>.  <dl><dd>Soustraire signifie diminuer en comptant.</dd> <dd>Soustraire b de a (calculer a − b) c'est trouver le nombre qui <i>complèterait</i> b pour donner a, c'est-à-dire le nombre d tel que b + d = a</dd></dl> Le signe de soustraction est le symbole « − ». Par exemple : on lit 3 − 2 = 1 comme « trois moins deux egale un ». Les noms des différents termes de la formule  <dl><dd><i>c</i> − <i>b</i> = <i>a</i></dd></dl> sont <i>diminuende</i> (<i>c</i>) − <i>diminuteur</i> (<i>b</i>) = <i>différence</i> (<i>a</i>).  
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Soustraction">https://fr.wikipedia.org/wiki/Soustraction</a>)"""@fr ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Subtraction>, <https://fr.wikipedia.org/wiki/Soustraction> ;
  skos:prefLabel "soustraction"@fr, "subtraction"@en ;
  dc:modified "2024-10-18"^^xsd:date ;
  skos:inScheme psr: ;
  a skos:Concept ;
  skos:broader psr:-S20PBJCF-M .

psr:-S20PBJCF-M
  skos:prefLabel "opération arithmétique"@fr, "arithmetic operation"@en ;
  a skos:Concept ;
  skos:narrower psr:-MW41WWL0-2 .

