@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:-QLGNKBD8-R
  skos:prefLabel "ensemble"@fr, "set"@en ;
  a skos:Concept ;
  skos:narrower psr:-R23QHZHQ-S .

psr:-R23QHZHQ-S
  skos:prefLabel "finite set"@en, "ensemble fini"@fr ;
  skos:definition """In mathematics, particularly set theory, a finite set is a set that has a finite number of elements. Informally, a finite set is a set which one could in principle count and finish counting. For example,
<br/>     {2,4,6,8,10}
<br/>is a finite set with five elements. The number of elements of a finite set is a natural number (possibly zero) and is called the cardinality (or the cardinal number) of the set. A set that is not a finite set is called an infinite set. For example, the set of all positive integers is infinite :
<br/>     {1,2,3,…} 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Finite_set">https://en.wikipedia.org/wiki/Finite_set</a>)"""@en, """En mathématiques, un ensemble fini est un ensemble qui possède un nombre fini d'éléments, c'est-à-dire qu'il est possible de compter ses éléments, le résultat étant un nombre entier. Un ensemble infini est un ensemble qui n'est pas fini.
<br/>Ainsi l'ensemble des chiffres usuels (en base dix) 
<br/>     {0,1,2,3,4,5,6,7,8,9}
<br/>qui possède 10 éléments, est fini. De même l'ensemble des lettres de l'alphabet qui possède 26 éléments. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Ensemble_fini">https://fr.wikipedia.org/wiki/Ensemble_fini</a>)"""@fr ;
  skos:exactMatch <https://fr.wikipedia.org/wiki/Ensemble_fini>, <https://en.wikipedia.org/wiki/Finite_set> ;
  dc:modified "2024-10-18"^^xsd:date ;
  skos:inScheme psr: ;
  a skos:Concept ;
  skos:broader psr:-QLGNKBD8-R .

