@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:-D47MRSSJ-D
  skos:prefLabel "ensemble infini"@fr, "infinite set"@en ;
  a skos:Concept ;
  skos:narrower psr:-SFSW7XPM-D .

psr:-Q4S38X2S-L
  skos:prefLabel "cardinality"@en, "cardinalité"@fr ;
  a skos:Concept ;
  skos:narrower psr:-SFSW7XPM-D .

psr:-SFSW7XPM-D
  skos:definition """ In mathematics, specifically set theory, the continuum hypothesis (abbreviated CH) is a hypothesis about the possible sizes of infinite sets. It states :
<br/>         "There is no set whose cardinality is strictly between that of the integers and the real numbers."
<br/>Or equivalently :
<br/>         "Any subset of the real numbers is either finite, or countably infinite, or has the cardinality of the real numbers." 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Continuum_hypothesis">https://en.wikipedia.org/wiki/Continuum_hypothesis</a>)"""@en, """En théorie des ensembles, l'hypothèse du continu (HC), due à Georg Cantor, affirme qu'il n'existe aucun ensemble dont le cardinal est strictement compris entre le cardinal de l'ensemble des entiers naturels et celui de l'ensemble des nombres réels. En d'autres termes : tout ensemble strictement plus grand, au sens de la cardinalité, que l'ensemble des entiers naturels doit contenir une « copie » de l'ensemble des nombres réels. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Hypoth%C3%A8se_du_continu">https://fr.wikipedia.org/wiki/Hypoth%C3%A8se_du_continu</a>)"""@fr ;
  skos:prefLabel "hypothèse du continu"@fr, "continuum hypothesis"@en ;
  dc:created "2023-07-03"^^xsd:date ;
  dc:modified "2024-10-18"^^xsd:date ;
  skos:broader psr:-D47MRSSJ-D, psr:-Q4S38X2S-L ;
  skos:inScheme psr: ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Continuum_hypothesis>, <https://fr.wikipedia.org/wiki/Hypoth%C3%A8se_du_continu> ;
  a skos:Concept .

