@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:-W3FS2WPS-M .

psr:-W3FS2WPS-M
  skos:prefLabel "adherent point"@en, "point adhérent"@fr ;
  dc:modified "2023-07-24"^^xsd:date ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Adherent_point>, <https://fr.wikipedia.org/wiki/Point_adh%C3%A9rent> ;
  skos:broader psr:-KFSNTTXP-S ;
  dc:created "2023-07-24"^^xsd:date ;
  skos:definition """In mathematics, an adherent point (also closure point or point of closure or contact point) of a subset <i>A</i> of a topological space <i>X</i>, is a point <i>x</i> in <i>X</i> such that every neighbourhood of <i>x</i> (or equivalently, every open neighborhood of <i>x</i>) contains at least one point of <i>A</i>. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Adherent_point">https://en.wikipedia.org/wiki/Adherent_point</a>)"""@en, """En mathématiques et plus précisément en topologie, un point adhérent à une partie <i>A</i> d'un espace topologique <i>E</i> est un élément de l'adhérence de <i>A</i>, c'est-à-dire un point <i>x</i> de <i>E</i> tel que tout voisinage de <i>x</i> rencontre <i>A</i> (i.e. est non disjoint de <i>A</i>) ou encore : tout ouvert contenant x rencontre <i>A</i>. Tous les points de <i>A</i> sont adhérents à <i>A</i> ; d'autres points de <i>E</i> peuvent aussi, selon le cas, être adhérents à <i>A</i>. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Point_adh%C3%A9rent">https://fr.wikipedia.org/wiki/Point_adh%C3%A9rent</a>)"""@fr ;
  skos:inScheme psr: ;
  a skos:Concept .

