-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Labels
Description
The graph contains nodes, which are connected by directed-arcs. A node is typically data such as a string, number, typed values (like dates and times) or an IRI.
Propose to use the more common "edges" rather than "arcs" and to remove the hyphen. Also, that the IRI is a different node than the resource itself ... an IRI is the value of @id
, whereas a JSON object representing a resource is (IMO) the most common node in the graph.
Propose:
The graph contains nodes, which are connected by directed edges. A node is either a resource with properties, or the data values of those properties including strings, numbers, typed values (like dates and times) and IRIs.