II.
Topic JSON
Structured · livetopic:graph-clustering
Graph Clustering json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:graph-clustering",
"_kind": "Topic",
"_file": "domain/topics/topics-scope-context.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Graph Clustering",
"description": "Detecting communities, modules, and clusters in knowledge graphs —\nLouvain, label propagation, spectral clustering. Enables navigating\nlarge graphs by identifying natural groupings of related concepts.\n"
},
"outgoingEdges": [
{
"from": "topic:graph-clustering",
"to": "domain:data-science",
"kind": "applies_to"
},
{
"from": "topic:graph-clustering",
"to": "domain:databases",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:data-science",
"to": "topic:graph-clustering",
"kind": "contains"
},
{
"from": "domain:databases",
"to": "topic:graph-clustering",
"kind": "contains"
}
]
}