@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:-SBH8LP2G-F .

psr: a skos:ConceptScheme .
psr:-SBH8LP2G-F
  dc:created "2023-07-31"^^xsd:date ;
  skos:inScheme psr: ;
  dc:modified "2024-10-18"^^xsd:date ;
  skos:broader psr:-ST8XF8P3-G ;
  a skos:Concept ;
  skos:definition """En géométrie plane, une lunule est la surface concave-convexe délimitée par deux arcs de cercles (alors que la surface convexe-convexe délimitée par deux arcs de cercles est la version plane d'une lentille bi-convexe). 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Lunule_(g%C3%A9om%C3%A9trie)">https://fr.wikipedia.org/wiki/Lunule_(g%C3%A9om%C3%A9trie)</a>)"""@fr, """In plane geometry, a lune (from Latin luna 'moon') is the concave-convex region bounded by two circular arcs. It has one boundary portion for which the connecting segment of any two nearby points moves outside the region and another boundary portion for which the connecting segment of any two nearby points lies entirely inside the region. A convex-convex region is termed a lens. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Lune_(geometry)">https://en.wikipedia.org/wiki/Lune_(geometry)</a>)"""@en ;
  skos:prefLabel "lunule"@fr, "lune"@en ;
  skos:exactMatch <https://fr.wikipedia.org/wiki/Lunule_(g%C3%A9om%C3%A9trie)>, <https://en.wikipedia.org/wiki/Lune_(geometry)> .

