@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:-MZM2ZSX7-R .

psr:-MZM2ZSX7-R
  dc:created "2023-08-01"^^xsd:date ;
  skos:inScheme psr: ;
  skos:definition """L'axe médian est une méthode permettant de représenter la forme d'un objet en trouvant son squelette topologique, c'est-à-dire un ensemble de courbes qui « court » le long du « milieu » de l'objet. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Axe_m%C3%A9dian">https://fr.wikipedia.org/wiki/Axe_m%C3%A9dian</a>)"""@fr, """The medial axis of an object is the set of all points having more than one closest point on the object's boundary. Originally referred to as the topological skeleton, it was introduced in 1967 by Harry Blum as a tool for biological shape recognition. In mathematics the closure of the medial axis is known as the cut locus. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Medial_axis">https://en.wikipedia.org/wiki/Medial_axis</a>)"""@en ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Medial_axis>, <https://fr.wikipedia.org/wiki/Axe_m%C3%A9dian> ;
  dc:modified "2024-10-18"^^xsd:date ;
  skos:prefLabel "axe médian"@fr, "medial axis"@en ;
  skos:broader psr:-ST8XF8P3-G ;
  a skos:Concept .

psr: a skos:ConceptScheme .
