@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:-V1WXCPFV-C
  skos:exactMatch <https://en.wikipedia.org/wiki/Complete_bipartite_graph>, <https://fr.wikipedia.org/wiki/Graphe_biparti_complet> ;
  skos:definition """En théorie des graphes, un graphe est dit biparti complet (ou encore est appelé une biclique) s'il est biparti et chaque sommet du premier ensemble est relié à tous les sommets du second ensemble. Plus précisément, il existe une partition de son ensemble de sommets en deux sous-ensembles U et V telle que chaque sommet de U est relié à chaque sommet de V. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Graphe_biparti_complet">https://fr.wikipedia.org/wiki/Graphe_biparti_complet</a>)"""@fr, """In the mathematical field of graph theory, a complete bipartite graph or biclique is a special kind of bipartite graph where every vertex of the first set is connected to every vertex of the second set. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Complete_bipartite_graph">https://en.wikipedia.org/wiki/Complete_bipartite_graph</a>)"""@en ;
  skos:prefLabel "complete bipartite graph"@en, "graphe biparti complet"@fr ;
  a skos:Concept ;
  skos:broader psr:-ST2K7066-3 ;
  skos:inScheme psr: ;
  dc:modified "2024-10-18"^^xsd:date .

psr:-ST2K7066-3
  skos:prefLabel "bipartite graph"@en, "graphe biparti"@fr ;
  a skos:Concept ;
  skos:narrower psr:-V1WXCPFV-C .

