You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
neigh(G, n) is the neighbourhood of the node n in the graph G.
neigh(G, n) = arcsOut(G, n) ∪ arcsIn(G, n).
5.3.2 has:
For a node n of the graph G, we define neigh(n) as the set of triples adjacent to n in the graph; these are the triples that have n either as subject or as object.
The text was updated successfully, but these errors were encountered:
Up top in Terminology we have:
neigh(G, n) = arcsOut(G, n) ∪ arcsIn(G, n).
5.3.2 has:
The text was updated successfully, but these errors were encountered: