@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:-CRCPSSRT-M
  skos:prefLabel "graphe birégulier"@fr, "biregular graph"@en ;
  skos:inScheme psr: ;
  a skos:Concept ;
  skos:definition """In graph-theoretic mathematics, a biregular graph or semiregular bipartite graph is a bipartite graph G = (U, V, E) for which every two vertices on the same side of the given bipartition have the same degree as each other. If the degree of the vertices in U is x and the degree of the vertices in V is y, then the graph is said to be (x, y)-biregular. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Biregular_graph">https://en.wikipedia.org/wiki/Biregular_graph</a>)"""@en, """Dans la théorie des graphes, un graphe birégulier est un graphe biparti dans lequel tous les sommets de chacune des deux parties du graphe ont le même degré. Notons U et V les deux parties d'un graphe birégulier. Si le degré des sommets de U est x et si le degré des sommets de V est y , le graphe est dit (x, y)-birégulier. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Graphe_bir%C3%A9gulier">https://fr.wikipedia.org/wiki/Graphe_bir%C3%A9gulier</a>)"""@fr ;
  skos:broader psr:-ST2K7066-3 ;
  skos:altLabel "semiregular bipartite graph"@en ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Biregular_graph>, <https://fr.wikipedia.org/wiki/Graphe_bir%C3%A9gulier> ;
  dc:modified "2024-10-18"^^xsd:date .

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

