II.
LibraryProcess JSON
Structured · livelib-process:legal--data-subject-rights-management
specializations/domains/business/legal/data-subject-rights-management json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:legal--data-subject-rights-management",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/domains/business/legal/data-subject-rights-management",
"description": "Data Subject Rights Management - Implement procedures for handling access, deletion, portability,\nand other data subject requests within regulatory timeframes.",
"libraryPath": "library/specializations/domains/business/legal/data-subject-rights-management.js",
"specialization": "legal",
"references": [
"- IAPP CIPP Certification: https://iapp.org/certify/cipp/",
"- GDPR DSR Requirements: https://gdpr.eu/right-of-access/"
],
"example": "const result = await orchestrate('specializations/domains/business/legal/data-subject-rights-management', {\n requestId: 'DSR-2024-001',\n requestType: 'access',\n action: 'process',\n outputDir: 'dsr-management'\n});",
"usesAgents": [
"privacy-specialist"
]
},
"outgoingEdges": [
{
"from": "lib-process:legal--data-subject-rights-management",
"to": "skill-area:financial-regulation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--data-subject-rights-management",
"to": "skill-area:compliance-automation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:legal--data-subject-rights-management",
"to": "domain:legal",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--data-subject-rights-management",
"to": "role:legal-counsel",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--data-subject-rights-management",
"to": "role:compliance-officer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:legal--data-subject-rights-management",
"to": "workflow:contract-lifecycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--data-subject-rights-management",
"to": "workflow:compliance-audit",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:legal--data-subject-rights-management",
"to": "specialization:legal-compliance",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:legal--data-subject-rights-management",
"to": "specialization:legal",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}