@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:-DBLT51MJ-X
  skos:exactMatch <https://en.wikipedia.org/wiki/Planar_graph>, <https://fr.wikipedia.org/wiki/Graphe_planaire> ;
  skos:inScheme psr: ;
  dc:modified "2024-10-18"^^xsd:date ;
  skos:broader psr:-T1J15DPM-T ;
  a skos:Concept ;
  skos:prefLabel "graphe planaire"@fr, "planar graph"@en ;
  skos:definition """Dans la théorie des graphes, un graphe planaire est un graphe qui a la particularité de pouvoir se représenter sur un plan sans qu'aucune arête (ou arc pour un graphe orienté) n'en croise une autre. Autrement dit, ces graphes sont précisément ceux que l'on peut plonger dans le plan, ou encore les graphes dont le nombre de croisements est nul.
<br/>Les méthodes associées à ces graphes permettent de résoudre des problèmes comme l'énigme des trois maisons et d'autres plus difficiles comme le théorème des quatre couleurs. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Graphe_planaire">https://fr.wikipedia.org/wiki/Graphe_planaire</a>)"""@fr, """In graph theory, a planar graph is a graph that can be embedded in the plane, i.e., it can be drawn on the plane in such a way that its edges intersect only at their endpoints. In other words, it can be drawn in such a way that no edges cross each other. Such a drawing is called a plane graph or planar embedding of the graph. A plane graph can be defined as a planar graph with a mapping from every node to a point on a plane, and from every edge to a plane curve on that plane, such that the extreme points of each curve are the points mapped from its end nodes, and all curves are disjoint except on their extreme points. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Planar_graph">https://en.wikipedia.org/wiki/Planar_graph</a>)"""@en .

psr:-T1J15DPM-T
  skos:prefLabel "graphe"@fr, "graph"@en ;
  a skos:Concept ;
  skos:narrower psr:-DBLT51MJ-X .

