@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:-R4TC9P7G-2
  skos:prefLabel "graphe complet"@fr, "complete graph"@en ;
  skos:inScheme psr: ;
  skos:definition """En théorie des graphes, un graphe complet est un graphe simple dont tous les sommets sont adjacents deux à deux, c'est-à-dire que tout couple de sommets disjoints est relié par une arête. Si le graphe est orienté, on dit qu'il est complet si chaque paire de sommets est reliée par exactement deux arcs (un dans chaque sens). 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Graphe_complet">https://fr.wikipedia.org/wiki/Graphe_complet</a>)"""@fr, """In the mathematical field of graph theory, a complete graph is a simple undirected graph in which every pair of distinct vertices is connected by a unique edge. A complete digraph is a directed graph in which every pair of distinct vertices is connected by a pair of unique edges (one in each direction). 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Complete_graph">https://en.wikipedia.org/wiki/Complete_graph</a>)"""@en ;
  skos:related psr:-W036BQX4-N ;
  dc:modified "2024-10-18"^^xsd:date ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Complete_graph>, <https://fr.wikipedia.org/wiki/Graphe_complet> ;
  skos:broader psr:-Z52SX3PF-B ;
  a skos:Concept .

psr:-Z52SX3PF-B
  skos:prefLabel "graphe non orienté"@fr, "undirected graph"@en ;
  a skos:Concept ;
  skos:narrower psr:-R4TC9P7G-2 .

psr:-W036BQX4-N
  skos:prefLabel "Graham-Pollak theorem"@en, "théorème de Graham-Pollak"@fr ;
  a skos:Concept ;
  skos:related psr:-R4TC9P7G-2 .

