@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:-KFSNTTXP-S
  skos:prefLabel "general topology"@en, "topologie générale"@fr ;
  a skos:Concept ;
  skos:narrower psr:-BV206ZJQ-N .

psr:-PX7GDTC2-7
  skos:prefLabel "point"@fr, "point"@en ;
  a skos:Concept ;
  skos:related psr:-BV206ZJQ-N .

psr:-BV206ZJQ-N
  skos:related psr:-PX7GDTC2-7 ;
  skos:definition """En mathématiques, un point d'accumulation d'une partie <i>A</i> d'un espace topologique <i>E</i> est un point <i>x</i> de <i>E</i> qui peut être « approché » par des points de <i>A</i> au sens où chaque voisinage de <i>x</i> – pour la topologie de <i>E</i> – contient un point de <i>A</i> distinct de <i>x</i>. Un tel point <i>x</i> n'est pas nécessairement un point de <i>A</i>. Ce concept généralise la notion de limite, et permet de définir des notions comme les espaces fermés et l'adhérence. De fait, pour qu'un espace soit fermé, il faut et il suffit qu'il contienne tous ses points d'accumulation. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Point_d%27accumulation_(math%C3%A9matiques)">https://fr.wikipedia.org/wiki/Point_d%27accumulation_(math%C3%A9matiques)</a>)"""@fr, """In mathematics, a limit point, accumulation point, or cluster point of a set <i>S</i> in a topological space <i>X</i> is a point <i>x</i> that can be "approximated" by points of <i>S</i> in the sense that every neighbourhood of <i>x</i> with respect to the topology on <i>X</i> also contains a point of <i>S</i> other than <i>x</i> itself. <i>A</i> limit point of a set <i>S</i> does not itself have to be an element of <i>S</i>. There is also a closely related concept for sequences. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Accumulation_point">https://en.wikipedia.org/wiki/Accumulation_point</a>)"""@en ;
  skos:prefLabel "accumulation point"@en, "point d'accumulation"@fr ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Accumulation_point>, <https://fr.wikipedia.org/wiki/Point_d%27accumulation_(math%C3%A9matiques)> ;
  skos:inScheme psr: ;
  a skos:Concept ;
  dc:created "2023-07-24"^^xsd:date ;
  skos:altLabel "limit point"@en, "cluster point"@en ;
  dc:modified "2023-08-11"^^xsd:date ;
  skos:broader psr:-KFSNTTXP-S .

