@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:-DVT9K125-N
  skos:broader psr:-NWMQVMJQ-1, psr:-QHVZG9C1-5 ;
  skos:inScheme psr: ;
  skos:definition """In mathematics, a dyadic rational or binary rational is a number that can be expressed as a fraction whose denominator is a power of two. For example, 1/2, 3/2, and 3/8 are dyadic rationals, but 1/3 is not. These numbers are important in computer science because they are the only ones with finite binary representations. Dyadic rationals also have applications in weights and measures, musical time signatures, and early mathematics education. They can accurately approximate any real number. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Dyadic_rational">https://en.wikipedia.org/wiki/Dyadic_rational</a>)"""@en, """En mathématiques, une <b>fraction dyadique</b> ou <b>rationnel dyadique</b> est un nombre rationnel qui peut s'écrire sous forme de fraction avec pour dénominateur une puissance de deux</span>. On peut noter l'ensemble des nombres dyadiques formellement par  <center><span class="mwe-math-element"><span class="mwe-math-mathml-inline mwe-math-mathml-a11y" style="display: none;"><math xmlns="http://www.w3.org/1998/Math/MathML" alttext="{\\\\displaystyle D=\\\\left\\\\{\\\\left.{\\rac {a}{2^{b}}}~\\ight|~(a,b)\\\\in \\\\mathbb {Z} \\	imes \\\\mathbb {N} \\ight\\\\}.}">   <semantics>     <mrow class="MJX-TeXAtom-ORD">       <mstyle displaystyle="true" scriptlevel="0">         <mi>D</mi>         <mo>=</mo>         <mrow>           <mo>{</mo>           <mrow>             <mrow>               <mo fence="true" stretchy="true" symmetric="true"></mo>               <mrow>                 <mrow class="MJX-TeXAtom-ORD">                   <mfrac>                     <mi>a</mi>                     <msup>                       <mn>2</mn>                       <mrow class="MJX-TeXAtom-ORD">                         <mi>b</mi>                       </mrow>                     </msup>                   </mfrac>                 </mrow>                 <mtext> </mtext>               </mrow>               <mo>|</mo>             </mrow>             <mtext> </mtext>             <mo stretchy="false">(</mo>             <mi>a</mi>             <mo>,</mo>             <mi>b</mi>             <mo stretchy="false">)</mo>             <mo>∈<!-- ∈ --></mo>             <mrow class="MJX-TeXAtom-ORD">               <mi mathvariant="double-struck">Z</mi>             </mrow>             <mo>×<!-- × --></mo>             <mrow class="MJX-TeXAtom-ORD">               <mi mathvariant="double-struck">N</mi>             </mrow>           </mrow>           <mo>}</mo>         </mrow>         <mo>.</mo>       </mstyle>     </mrow>     <annotation encoding="application/x-tex">{\\\\displaystyle D=\\\\left\\\\{\\\\left.{\\rac {a}{2^{b}}}~\\ight|~(a,b)\\\\in \\\\mathbb {Z} \\	imes \\\\mathbb {N} \\ight\\\\}.}</annotation>   </semantics> </math></span><img src="https://wikimedia.org/api/rest_v1/media/math/render/svg/a05833c8d514315f51d4f45e00cc37cfa24ecd20" class="mwe-math-fallback-image-inline mw-invert" aria-hidden="true" style="vertical-align: -2.505ex; width:28.654ex; height:6.176ex;" alt="D=\\\\left\\\\{\\\\left.\\rac a{2^b}~\\ight|~(a,b)\\\\in\\\\Z\\	imes \\\\N\\ight\\\\}."></span></center> Par exemple, 1/2 ou 3/8 sont des fractions dyadiques, mais pas 1/3. De même que les nombres décimaux sont les nombres qui ont un développement décimal fini</span>, les fractions dyadiques sont les nombres qui ont un développement binaire fini.  
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Fraction_dyadique">https://fr.wikipedia.org/wiki/Fraction_dyadique</a>)"""@fr ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Dyadic_rational>, <https://fr.wikipedia.org/wiki/Fraction_dyadique> ;
  dc:modified "2024-10-18"^^xsd:date ;
  skos:prefLabel "rationnel dyadique"@fr, "dyadic rational"@en ;
  a skos:Concept ;
  skos:altLabel "fraction dyadique"@fr, "binary rational"@en ;
  dc:created "2023-08-04"^^xsd:date .

psr:-NWMQVMJQ-1
  skos:prefLabel "nombre rationnel"@fr, "rational number"@en ;
  a skos:Concept ;
  skos:narrower psr:-DVT9K125-N .

psr:-QHVZG9C1-5
  skos:prefLabel "fraction"@fr, "fraction"@en ;
  a skos:Concept ;
  skos:narrower psr:-DVT9K125-N .

