@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:-F1B5QL5S-0
  skos:prefLabel "algèbre non associative"@fr, "non-associative algebra"@en ;
  a skos:Concept ;
  skos:narrower psr:-WDX96PR6-V .

psr:-WDX96PR6-V
  skos:broader psr:-F1B5QL5S-0 ;
  skos:inScheme psr: ;
  skos:prefLabel "algèbre à division"@fr, "division algebra"@en ;
  skos:definition """En mathématiques, et plus précisément en algèbre, une algèbre à division est une algèbre sur un corps avec la possibilité de diviser par un élément non nul (à droite et à gauche). Toutefois, dans une algèbre à division, la multiplication peut ne pas être commutative, ni même associative. Un anneau à division ou corps gauche, comme celui-des quaternions, est une algèbre associative à division sur son centre, ou sur un sous-corps de celui-ci. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Alg%C3%A8bre_%C3%A0_division">https://fr.wikipedia.org/wiki/Alg%C3%A8bre_%C3%A0_division</a>)"""@fr, """In the field of mathematics called abstract algebra, a division algebra is, roughly speaking, an algebra over a field in which division, except by zero, is always possible. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Division_algebra">https://en.wikipedia.org/wiki/Division_algebra</a>)"""@en ;
  dc:created "2023-08-24"^^xsd:date ;
  a skos:Concept ;
  dc:modified "2023-08-24"^^xsd:date ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Division_algebra>, <https://fr.wikipedia.org/wiki/Alg%C3%A8bre_%C3%A0_division> .

