@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:-DGS50VQP-B .

psr: a skos:ConceptScheme .
psr:-DGS50VQP-B
  skos:broader psr:-ST8XF8P3-G ;
  skos:inScheme psr: ;
  dc:created "2023-08-17"^^xsd:date ;
  dc:modified "2023-08-17"^^xsd:date ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Simson_line>, <https://fr.wikipedia.org/wiki/Droite_de_Simson> ;
  skos:definition """Soit un triangle <i>ABC</i>, <i>M</i> un point du plan et <i>U</i>, <i>V</i> et <i>W</i> les projetés orthogonaux de <i>M</i> sur les droites (<i>BC</i>), (<i>AC</i>) et (<i>AB</i>). Alors les deux propositions suivantes sont équivalentes : 
         <br/>- <i>M</i> est sur le cercle circonscrit au triangle;
         <br/>- <i>U</i>, <i>V</i> et <i>W</i> sont alignés.
         <br/>Dans ce cas, la droite portant les points <i>U</i>, <i>V</i> et <i>W</i> s'appelle la droite de Simson (ou droite de Wallace, qui fut en fait le premier à la découvrir en 1799) associée au point <i>M</i>. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Droite_de_Simson">https://fr.wikipedia.org/wiki/Droite_de_Simson</a>)"""@fr, """In geometry, given a triangle <i>ABC</i> and a point <i>P</i> on its circumcircle, the three closest points to <i>P</i> on lines <i>AB</i>, <i>AC</i>, and <i>BC</i> are collinear. The line through these points is the Simson line of <i>P</i>, named for Robert Simson. The concept was first published, however, by William Wallace in 1799. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Simson_line">https://en.wikipedia.org/wiki/Simson_line</a>)"""@en ;
  a skos:Concept ;
  skos:related psr:-RX61SX55-G ;
  skos:prefLabel "Simson line"@en, "droite de Simson"@fr .

psr:-RX61SX55-G
  skos:prefLabel "triangle"@fr, "triangle"@en ;
  a skos:Concept ;
  skos:related psr:-DGS50VQP-B .

