@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:-T1J15DPM-T
  skos:prefLabel "graphe"@fr, "graph"@en ;
  a skos:Concept ;
  skos:narrower psr:-FB80M997-T .

psr:-FB80M997-T
  skos:definition """In mathematics, and more specifically in graph theory, a directed graph (or digraph) is a graph that is made up of a set of vertices connected by directed edges, often called arcs. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Directed_graph">https://en.wikipedia.org/wiki/Directed_graph</a>)"""@en, """Dans la théorie des graphes, un graphe orienté G = (V, A) est un couple formé de V un ensemble, appelé ensemble de nœuds et A un ensemble appelé ensemble d'arêtes. Les arêtes sont alors nommées arcs, chaque arête étant un couple de noeuds, représenté par une flèche. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Graphe_orient%C3%A9">https://fr.wikipedia.org/wiki/Graphe_orient%C3%A9</a>)"""@fr ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Directed_graph>, <https://fr.wikipedia.org/wiki/Graphe_orient%C3%A9> ;
  skos:narrower psr:-C53R8NDD-D, psr:-KKK654BJ-F ;
  skos:prefLabel "directed graph"@en, "graphe orienté"@fr ;
  skos:inScheme psr: ;
  dc:modified "2024-10-18"^^xsd:date ;
  a skos:Concept ;
  skos:broader psr:-T1J15DPM-T ;
  skos:altLabel "digraph"@en .

psr: a skos:ConceptScheme .
psr:-C53R8NDD-D
  skos:prefLabel "fermeture transitive"@fr, "transitive closure"@en ;
  a skos:Concept ;
  skos:broader psr:-FB80M997-T .

psr:-KKK654BJ-F
  skos:prefLabel "carquois"@fr, "quiver"@en ;
  a skos:Concept ;
  skos:broader psr:-FB80M997-T .

