@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:-H3TRP9TH-D .

psr: a skos:ConceptScheme .
psr:-H3TRP9TH-D
  skos:broader psr:-ST8XF8P3-G ;
  skos:inScheme psr: ;
  skos:prefLabel "incircle"@en, "cercle inscrit"@fr ;
  skos:altLabel "inscribed circle"@en ;
  dc:modified "2024-10-18"^^xsd:date ;
  skos:definition """In geometry, the incircle or inscribed circle of a triangle is the largest circle that can be contained in the triangle; it touches (is tangent to) the three sides. The center of the incircle is a triangle center called the triangle's incenter. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Incircle_and_excircles">https://en.wikipedia.org/wiki/Incircle_and_excircles</a>)"""@en, """En géométrie, un cercle inscrit à un polygone est un cercle qui est tangent à tous les côtés de ce polygone. De manière plus générale, on parle de cercle inscrit dans une surface bornée pour indiquer un cercle de plus grand rayon possible inclus dans la surface. Un polygone ayant un cercle inscrit est dit circonscriptible. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Cercle_inscrit">https://fr.wikipedia.org/wiki/Cercle_inscrit</a>)"""@fr ;
  skos:exactMatch <https://fr.wikipedia.org/wiki/Cercle_inscrit>, <https://en.wikipedia.org/wiki/Incircle_and_excircles> ;
  a skos:Concept .

