@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:-Z6DZ5M0C-0
  skos:prefLabel "line"@en, "droite"@fr ;
  a skos:Concept ;
  skos:narrower psr:-QZ6NCLNG-R .

psr:-QZ6NCLNG-R
  skos:broader psr:-Z6DZ5M0C-0 ;
  skos:definition """In geometry, a secant is a line that intersects a curve at a minimum of two distinct points. The word secant comes from the Latin word secare, meaning to cut. In the case of a circle, a secant intersects the circle at exactly two points. A chord is the line segment determined by the two points, that is, the interval on the secant whose ends are the two points. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Secant_line">https://en.wikipedia.org/wiki/Secant_line</a>)"""@en, """En géométrie, une droite est sécante à un autre objet géométrique lorsqu'elle « coupe » cet autre objet. On dit que deux droites sont sécantes si elles ont un unique point commun. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Droite_s%C3%A9cante">https://fr.wikipedia.org/wiki/Droite_s%C3%A9cante</a>)"""@fr ;
  skos:prefLabel "secant line"@en, "droite sécante"@fr ;
  dc:created "2023-08-02"^^xsd:date ;
  dc:modified "2023-08-02"^^xsd:date ;
  skos:inScheme psr: ;
  skos:exactMatch <https://fr.wikipedia.org/wiki/Droite_s%C3%A9cante>, <https://en.wikipedia.org/wiki/Secant_line> ;
  a skos:Concept .

