II.
Topic JSON
Structured · livetopic:graph-provenance
Graph Provenance json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:graph-provenance",
"_kind": "Topic",
"_file": "domain/topics/topics-evidence-model.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Graph Provenance",
"description": "Graph Provenance as a cross-cutting topic — tracking the origin,\nlineage, and transformation history of nodes and edges in a knowledge\ngraph. Covers source attribution, temporal versioning, confidence\ndecay, and audit trails that enable consumers to assess data quality\nand trace assertions back to their originating evidence or process.\n"
},
"outgoingEdges": [
{
"from": "topic:graph-provenance",
"to": "domain:software-engineering",
"kind": "applies_to"
},
{
"from": "topic:graph-provenance",
"to": "domain:data-science",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:data-science",
"to": "topic:graph-provenance",
"kind": "contains"
},
{
"from": "domain:software-engineering",
"to": "topic:graph-provenance",
"kind": "contains"
}
]
}