@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:-W42D202L-K
  skos:prefLabel "inégalité"@fr, "inequality"@en ;
  a skos:Concept ;
  skos:narrower psr:-CQ9CW6N9-Z .

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

psr:-CQ9CW6N9-Z
  skos:inScheme psr: ;
  skos:definition """In mathematics, the triangle inequality states that for any triangle, the sum of the lengths of any two sides must be greater than or equal to the length of the remaining side. This statement permits the inclusion of degenerate triangles, but some authors, especially those writing about elementary geometry, will exclude this possibility, thus leaving out the possibility of equality. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Triangle_inequality">https://en.wikipedia.org/wiki/Triangle_inequality</a>)"""@en, """En géométrie, l'inégalité triangulaire est le fait que, dans un triangle, la longueur d'un côté est inférieure à la somme des longueurs des deux autres côtés. Cette inégalité est relativement intuitive. Dans la vie ordinaire, comme dans la géométrie euclidienne, cela se traduit par le fait que la ligne droite est le plus court chemin : le plus court chemin d'un point A à un point B est d'y aller tout droit, sans passer par un troisième point C qui ne serait pas sur la ligne droite. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/In%C3%A9galit%C3%A9_triangulaire">https://fr.wikipedia.org/wiki/In%C3%A9galit%C3%A9_triangulaire</a>)"""@fr ;
  a skos:Concept ;
  skos:exactMatch <https://fr.wikipedia.org/wiki/In%C3%A9galit%C3%A9_triangulaire>, <https://en.wikipedia.org/wiki/Triangle_inequality> ;
  skos:prefLabel "inégalité triangulaire"@fr, "triangle inequality"@en ;
  skos:broader psr:-W42D202L-K ;
  skos:related psr:-RX61SX55-G ;
  dc:modified "2023-08-11"^^xsd:date ;
  dc:created "2023-08-11"^^xsd:date .

