@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:-ST8XF8P3-G
  skos:prefLabel "geometric drawing"@en, "construction géométrique"@fr ;
  a skos:Concept ;
  skos:narrower psr:-BFCGXH26-W .

psr: a skos:ConceptScheme .
psr:-BFCGXH26-W
  dc:modified "2024-10-18"^^xsd:date ;
  skos:exactMatch <https://fr.wikipedia.org/wiki/Probl%C3%A8me_du_cercle_minimum>, <https://en.wikipedia.org/wiki/Smallest-circle_problem> ;
  skos:altLabel "smallest enclosing circle problem"@en, "cercle minimum"@fr, "minimum covering circle problem"@en, "problème du cercle englobant minimum"@fr, "bounding circle problem"@en, "least bounding circle problem"@en ;
  skos:definition """En algorithmique et en géométrie, le problème du cercle englobant minimum (ou cercle minimum tout court) consiste à trouver le cercle le plus petit englobant un ensemble borné de points du plan euclidien. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Probl%C3%A8me_du_cercle_minimum">https://fr.wikipedia.org/wiki/Probl%C3%A8me_du_cercle_minimum</a>)"""@fr, """The smallest-circle problem (also known as minimum covering circle problem, bounding circle problem, least bounding circle problem, smallest enclosing circle problem) is a computational geometry problem of computing the smallest circle that contains all of a given set of points in the Euclidean plane. The corresponding problem in n-dimensional space, the smallest bounding sphere problem, is to compute the smallest n-sphere that contains all of a given set of points. The smallest-circle problem was initially proposed by the English mathematician James Joseph Sylvester in 1857. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Smallest-circle_problem">https://en.wikipedia.org/wiki/Smallest-circle_problem</a>)"""@en ;
  skos:prefLabel "smallest-circle problem"@en, "problème du cercle minimum"@fr ;
  skos:inScheme psr: ;
  a skos:Concept ;
  skos:broader psr:-ST8XF8P3-G .

