@prefix psr: <http://data.loterre.fr/ark:/67375/PSR> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

psr: a skos:ConceptScheme .
psr:-WW75956Z-P
  skos:prefLabel "right triangle"@en, "triangle rectangle"@fr ;
  a skos:Concept ;
  skos:related psr:-KTC8S0MG-K .

psr:-GKWK9C3G-P
  skos:prefLabel "géométrie euclidienne"@fr, "Euclidean geometry"@en ;
  a skos:Concept ;
  skos:narrower psr:-KTC8S0MG-K .

psr:-KTC8S0MG-K
  skos:related psr:-WW75956Z-P ;
  skos:inScheme psr: ;
  skos:definition """Dans un triangle rectangle, le côté opposé à l'angle droit est appelé hypoténuse. Le théorème de Pythagore, parfois appelé théorème de l'hypoténuse, affirme que dans un triangle rectangle, la longueur de l'hypoténuse égale la racine carrée de la somme des carrés des longueurs des deux autres côtés, appelée parfois somme pythagoricienne de ces deux longueurs. L'hypoténuse d'un triangle rectangle est un diamètre du cercle circonscrit à celui-ci. Les côtés adjacents à l'angle droit sont parfois appelés cathètes. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Hypot%C3%A9nuse">https://fr.wikipedia.org/wiki/Hypot%C3%A9nuse</a>)"""@fr, """In geometry, a hypotenuse is the longest side of a right-angled triangle, the side opposite the right angle. The length of the hypotenuse can be found using the Pythagorean theorem, which states that the square of the length of the hypotenuse equals the sum of the squares of the lengths of the other two sides. For example, if one of the other sides has a length of 3 (when squared, 9) and the other has a length of 4 (when squared, 16), then their squares add up to 25. The length of the hypotenuse is the square root of 25, that is, 5. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Hypotenuse">https://en.wikipedia.org/wiki/Hypotenuse</a>)"""@en ;
  skos:prefLabel "hypotenuse"@en, "hypoténuse"@fr ;
  skos:broader psr:-GKWK9C3G-P ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Hypotenuse>, <https://fr.wikipedia.org/wiki/Hypot%C3%A9nuse> ;
  a skos:Concept .

