II.
Domain JSON
Structured · livedomain:nlp
Natural Language Processing json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "domain:nlp",
"_kind": "Domain",
"_file": "domain/domains/domains-expanded.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Natural Language Processing",
"description": "Computational linguistics, text understanding, generation, and dialogue.\nCovers tokenization, parsing, named-entity recognition, sentiment analysis,\nmachine translation, and modern large-language-model applications.\n"
},
"outgoingEdges": [
{
"from": "domain:nlp",
"to": "specialization:data-science-ml",
"kind": "contains"
},
{
"from": "domain:nlp",
"to": "specialization:ai-agents-conversational",
"kind": "contains"
}
],
"incomingEdges": [
{
"from": "role:nlp-engineer",
"to": "domain:nlp",
"kind": "applies_to",
"attributes": {}
}
]
}