@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:-FPRSWWXS-5 .

psr:-FPRSWWXS-5
  skos:definition """In general topology and analysis, a Cauchy space is a generalization of metric spaces and uniform spaces for which the notion of Cauchy convergence still makes sense. Cauchy spaces were introduced by H. H. Keller in 1968, as an axiomatic tool derived from the idea of a Cauchy filter, in order to study completeness in topological spaces. The category of Cauchy spaces and Cauchy continuous maps is Cartesian closed, and contains the category of proximity spaces. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Cauchy_space">https://en.wikipedia.org/wiki/Cauchy_space</a>)"""@en ;
  dc:created "2023-07-24"^^xsd:date ;
  dc:modified "2023-07-24"^^xsd:date ;
  a skos:Concept ;
  skos:inScheme psr: ;
  skos:broader psr:-KFSNTTXP-S ;
  skos:prefLabel "Cauchy space"@en, "espace de Cauchy"@fr ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Cauchy_space> .

