@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:-K9FXDR6F-N
  skos:prefLabel "loi de probabilité"@fr, "probability distribution"@en ;
  a skos:Concept ;
  skos:narrower psr:-GNRGK10R-4 .

psr:-GNRGK10R-4
  skos:exactMatch <https://fr.wikipedia.org/wiki/Loi_de_Benford>, <https://en.wikipedia.org/wiki/Benford%27s_law> ;
  skos:inScheme psr: ;
  skos:definition """Benford's law, also known as the Newcomb–Benford law, the law of anomalous numbers, or the first-digit law, is an observation that in many real-life sets of numerical data, the leading digit is likely to be small. In sets that obey the law, the number 1 appears as the leading significant digit about 30% of the time, while 9 appears as the leading significant digit less than 5% of the time. If the digits were distributed uniformly, they would each occur about 11.1% of the time. Benford's law also makes predictions about the distribution of second digits, third digits, digit combinations, and so on.  
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Benford%27s_law">https://en.wikipedia.org/wiki/Benford%27s_law</a>)"""@en, """La loi de Benford, initialement appelée loi des nombres anormaux par Benford, fait référence à une fréquence de distribution statistique observée empiriquement sur de nombreuses sources de données dans la vraie vie, ainsi qu'en mathématiques. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Loi_de_Benford">https://fr.wikipedia.org/wiki/Loi_de_Benford</a>)"""@fr ;
  skos:prefLabel "loi de Benford"@fr, "Benford's law"@en ;
  skos:altLabel "law of anomalous numbers"@en, "loi des nombres anormaux"@fr, "first-digit law"@en, "Newcomb-Benford law"@en ;
  dc:created "2023-07-27"^^xsd:date ;
  dc:modified "2024-10-18"^^xsd:date ;
  a skos:Concept ;
  skos:broader psr:-K9FXDR6F-N .

