iiRecord
Agentic AI Atlas · data-mapping-inventory
lib-process:legal--data-mapping-inventorya5c.ai
II.
LibraryProcess JSON

lib-process:legal--data-mapping-inventory

Structured · live

data-mapping-inventory json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:legal--data-mapping-inventory",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "data-mapping-inventory",
    "description": "Data Mapping and Inventory - Establish data processing activity mapping, data flow\ndocumentation, and records of processing activities (ROPA).",
    "libraryPath": "library/specializations/domains/business/legal/data-mapping-inventory.js",
    "specialization": "legal",
    "references": [
      "- NIST Privacy Framework: https://www.nist.gov/privacy-framework\n- ISO 27701: https://www.iso.org/standard/71670.html"
    ],
    "example": "const result = await orchestrate('specializations/domains/business/legal/data-mapping-inventory', {\n  organizationProfile: { name: 'Acme Corp', departments: ['HR', 'Sales', 'Marketing', 'IT'] },\n  scope: ['personal-data', 'sensitive-data'],\n  outputDir: 'data-mapping'\n});",
    "usesAgents": [
      "privacy-specialist"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:legal--data-mapping-inventory",
      "to": "skill-area:financial-regulation",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:legal--data-mapping-inventory",
      "to": "skill-area:compliance-automation",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:legal--data-mapping-inventory",
      "to": "domain:legal",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:legal--data-mapping-inventory",
      "to": "role:legal-counsel",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:legal--data-mapping-inventory",
      "to": "role:compliance-officer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:legal--data-mapping-inventory",
      "to": "workflow:contract-lifecycle",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:legal--data-mapping-inventory",
      "to": "workflow:compliance-audit",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:legal--data-mapping-inventory",
      "to": "specialization:legal-compliance",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:legal--data-mapping-inventory",
      "to": "specialization:legal",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 0.9
      }
    }
  ],
  "incomingEdges": []
}