What Is the referential difference between a payload node's IRI and its payload flow's IRI

A payload node IRI (e.g. ns/djradon/bio/) identifies the abstract dataset itself — it's a dereferenceable identifier for an RDF dataset A payload flow IRI (e.g. ns/djradon/bio/_payload) identifies the semantic flow that captures the evolution of that dataset — metadata about how the payload is produced, validated, versioned, or transformed.

AspectPayload Node (ns/djradon/bio/)Payload Flow (ns/djradon/bio/_payload)
Referential roleRefers to the dataset as contentRefers to the dataset’s production process
Ontological categorysflo:PayloadNode (or equivalent)sflo:PayloadFlow (a subclass of sflo:Flow)
NaturePublic, stable identifier for consumersInternal, operational metadata for publishers
Dereferencing expectationReturns the default dataset or its default distribution (index.trig, etc.)Returns RDF describing the flow’s inputs, transformations, outputs
PersistenceSemi-permanent, versioned through dataset series (_series/_main/v1/...)May change across builds, describing how payload evolves
Relationssflo:hasPayloadFlow <_payload>sflo:producesPayload <bio/> (inverse)

In short:

  • /bio/ = “the data about Bio.”
  • /bio/_payload = “the process that emits /bio/.”

The node is the what; the flow is the how.