Taxonomy

Output Dataset

Taxonomy

The output data this deployed system produces when it operates — decisions, content, and actions.

Elements

Raw JSON

Live API response from GET /schemas/ai@2026-05-06-beta/categories (this category) and GET /schemas/ai@2026-05-06-beta/elements?category_id=output_dataset.

category "output_dataset"105 lines
{
  "id": "output_dataset",
  "name": [
    {
      "locale": "en",
      "value": "Output Dataset"
    }
  ],
  "description": [
    {
      "locale": "en",
      "value": "The output data this deployed system produces when it operates — decisions, content, and actions."
    }
  ],
  "prompt": [
    {
      "locale": "en",
      "value": "What does this AI system produce?"
    }
  ],
  "authoring_guidance": [],
  "examples": [],
  "sources": [],
  "required": false,
  "order": 8,
  "datachain_type": "ai",
  "shape": "circle",
  "element_variables": [
    {
      "id": "additional_description",
      "label": [
        {
          "locale": "en",
          "value": "Description"
        }
      ],
      "required": true
    }
  ],
  "element_context": {
    "id": "pii",
    "name": [
      {
        "locale": "en",
        "value": "Personal Information"
      }
    ],
    "description": [
      {
        "locale": "en",
        "value": "How identifiable the data is when this system produces it. The element name says what the output is about; this colour says how directly it identifies a person."
      }
    ],
    "values": [
      {
        "id": "de_identified",
        "name": [
          {
            "locale": "en",
            "value": "Anonymized data"
          }
        ],
        "description": [
          {
            "locale": "en",
            "value": "Output about people with the link to who is broken. Stripped of identifiers, blurred, aggregated, or noised so the result can’t reasonably be tied back to an individual."
          }
        ],
        "color": "#4A90D9"
      },
      {
        "id": "pseudonymous",
        "name": [
          {
            "locale": "en",
            "value": "Pseudonymous data"
          }
        ],
        "description": [
          {
            "locale": "en",
            "value": "The output is labelled with a token (hash, ID, template) that lets this system tie the result to the same person across events without revealing a name. Reidentification is possible with extra information."
          }
        ],
        "color": "#9575CD"
      },
      {
        "id": "identifiable",
        "name": [
          {
            "locale": "en",
            "value": "Identifiable data"
          }
        ],
        "description": [
          {
            "locale": "en",
            "value": "The output names a person directly (name, address, account, recognisable face or voice, plate) or carries a token this system resolves to legal identity in the same step."
          }
        ],
        "color": "#FFD700"
      }
    ]
  }
}
elements in "output_dataset" (10)497 lines
[
  {
    "id": "output_about_a_measurement",
    "category_id": "output_dataset",
    "title": [
      {
        "locale": "en",
        "value": "About a measurement"
      }
    ],
    "description": [
      {
        "locale": "en",
        "value": "The AI produces numeric measurements over time — sensor outputs, derived quality scores, forecasted values. Examples: an hourly air-quality score for a plaza, a predicted ridership curve for tomorrow, an aggregated noise-level reading published to a public dashboard."
      }
    ],
    "authoring_guidance": [],
    "examples": [],
    "sources": [],
    "symbol_id": "values_time",
    "variables": [
      {
        "id": "additional_description",
        "label": [
          {
            "locale": "en",
            "value": "Description"
          }
        ],
        "required": true
      }
    ],
    "shape": "circle",
    "icon_variants": [
      "default",
      "dark",
      "de_identified",
      "de_identified.dark",
      "pseudonymous",
      "pseudonymous.dark",
      "identifiable",
      "identifiable.dark"
    ]
  },
  {
    "id": "output_about_a_place",
    "category_id": "output_dataset",
    "title": [
      {
        "locale": "en",
        "value": "About a place"
      }
    ],
    "description": [
      {
        "locale": "en",
        "value": "The AI produces location, route, region, or floor-plan output. Examples: a wayfinding route shown on a kiosk, a heatmap of foot-traffic density, a geofence boundary published to downstream systems."
      }
    ],
    "authoring_guidance": [],
    "examples": [],
    "sources": [],
    "symbol_id": "spatial",
    "variables": [
      {
        "id": "additional_description",
        "label": [
          {
            "locale": "en",
            "value": "Description"
          }
        ],
        "required": true
      }
    ],
    "shape": "circle",
    "icon_variants": [
      "default",
      "dark",
      "de_identified",
      "de_identified.dark",
      "pseudonymous",
      "pseudonymous.dark",
      "identifiable",
      "identifiable.dark"
    ]
  },
  {
    "id": "output_about_behaviour",
    "category_id": "output_dataset",
    "title": [
      {
        "locale": "en",
        "value": "About behaviour"
      }
    ],
    "description": [
      {
        "locale": "en",
        "value": "The AI produces records of what people did — paths walked, items selected, dwell times, interaction patterns. Examples: a weekly report of most-visited destinations, a session log of touchscreen interactions, an inferred route someone took through a venue."
      }
    ],
    "authoring_guidance": [],
    "examples": [],
    "sources": [],
    "symbol_id": "about_behaviour",
    "variables": [
      {
        "id": "additional_description",
        "label": [
          {
            "locale": "en",
            "value": "Description"
          }
        ],
        "required": true
      }
    ],
    "shape": "circle",
    "icon_variants": [
      "default",
      "dark",
      "de_identified",
      "de_identified.dark",
      "pseudonymous",
      "pseudonymous.dark",
      "identifiable",
      "identifiable.dark"
    ]
  },
  {
    "id": "output_biometric",
    "category_id": "output_dataset",
    "title": [
      {
        "locale": "en",
        "value": "Biometric"
      }
    ],
    "description": [
      {
        "locale": "en",
        "value": "The AI produces output containing biological signals from a person's body — face templates, voice embeddings, gait vectors, gesture sequences. Examples: an enrolled face template stored downstream, a voice embedding for later matching, a gait signature exported to another system."
      }
    ],
    "authoring_guidance": [],
    "examples": [],
    "sources": [],
    "symbol_id": "biometric",
    "variables": [
      {
        "id": "additional_description",
        "label": [
          {
            "locale": "en",
            "value": "Description"
          }
        ],
        "required": true
      }
    ],
    "shape": "circle",
    "icon_variants": [
      "default",
      "dark",
      "de_identified",
      "de_identified.dark",
      "pseudonymous",
      "pseudonymous.dark",
      "identifiable",
      "identifiable.dark"
    ]
  },
  {
    "id": "output_decision",
    "category_id": "output_dataset",
    "title": [
      {
        "locale": "en",
        "value": "A decision about you"
      }
    ],
    "description": [
      {
        "locale": "en",
        "value": "The AI produces a binding determination about a person — eligibility, classification, ranking, or yes/no. Examples: an access-control system deciding to open a gate, an automated benefits eligibility result, an automated screening that rules someone out."
      }
    ],
    "authoring_guidance": [],
    "examples": [],
    "sources": [
      {
        "type": "regulation",
        "title": "EU AI Act Article 3(1) — output class \"decisions\"",
        "url": "https://eur-lex.europa.eu/eli/reg/2024/1689/oj",
        "citation": "Regulation (EU) 2024/1689, Article 3(1)."
      },
      {
        "type": "regulation",
        "title": "EU AI Act Annex III — High-risk decision domains",
        "url": "https://eur-lex.europa.eu/eli/reg/2024/1689/oj",
        "citation": "Regulation (EU) 2024/1689, Annex III — biometric ID, employment, essential services, justice, migration, education."
      }
    ],
    "symbol_id": "dm_accept-or-deny",
    "variables": [
      {
        "id": "additional_description",
        "label": [
          {
            "locale": "en",
            "value": "Description"
          }
        ],
        "required": true
      }
    ],
    "shape": "circle",
    "icon_variants": [
      "default",
      "dark",
      "de_identified",
      "de_identified.dark",
      "pseudonymous",
      "pseudonymous.dark",
      "identifiable",
      "identifiable.dark"
    ]
  },
  {
    "id": "output_generated_content",
    "category_id": "output_dataset",
    "title": [
      {
        "locale": "en",
        "value": "Generated content"
      }
    ],
    "description": [
      {
        "locale": "en",
        "value": "The AI produces new content — text, images, audio, or video that did not exist before. Examples: an LLM-written service advisory shown on a sign, a synthesized voice announcement played over a public-address system, a generated illustration on a digital kiosk."
      }
    ],
    "authoring_guidance": [],
    "examples": [],
    "sources": [
      {
        "type": "regulation",
        "title": "EU AI Act Article 3(1) — output class \"content\"",
        "url": "https://eur-lex.europa.eu/eli/reg/2024/1689/oj",
        "citation": "Regulation (EU) 2024/1689, Article 3(1)."
      },
      {
        "type": "regulation",
        "title": "EU AI Act Article 50 — Synthetic-content disclosure",
        "url": "https://eur-lex.europa.eu/eli/reg/2024/1689/oj",
        "citation": "Regulation (EU) 2024/1689, Article 50."
      },
      {
        "type": "standard",
        "title": "NIST AI 100-4 — AI Risk Management Framework",
        "url": "https://nvlpubs.nist.gov/nistpubs/ai/NIST.AI.100-4.pdf",
        "citation": "NIST."
      },
      {
        "type": "standard",
        "title": "C2PA — Coalition for Content Provenance and Authenticity",
        "url": "https://c2pa.org",
        "citation": "C2PA."
      }
    ],
    "symbol_id": "generated_content",
    "variables": [
      {
        "id": "additional_description",
        "label": [
          {
            "locale": "en",
            "value": "Description"
          }
        ],
        "required": true
      }
    ],
    "shape": "circle",
    "icon_variants": [
      "default",
      "dark",
      "de_identified",
      "de_identified.dark",
      "pseudonymous",
      "pseudonymous.dark",
      "identifiable",
      "identifiable.dark"
    ]
  },
  {
    "id": "output_operational_data",
    "category_id": "output_dataset",
    "title": [
      {
        "locale": "en",
        "value": "Operational data"
      }
    ],
    "description": [
      {
        "locale": "en",
        "value": "The AI produces administrative output — schedules, routes, occupancy estimates, budget allocations, or other records about how a place or service runs. Not about any one person. Examples: an optimized trash-collection route, a school occupancy projection, a recommended budget allocation for next quarter."
      }
    ],
    "authoring_guidance": [],
    "examples": [],
    "sources": [],
    "symbol_id": "operational_data",
    "variables": [
      {
        "id": "additional_description",
        "label": [
          {
            "locale": "en",
            "value": "Description"
          }
        ],
        "required": true
      }
    ],
    "shape": "circle",
    "icon_variants": [
      "default",
      "dark",
      "de_identified",
      "de_identified.dark",
      "pseudonymous",
      "pseudonymous.dark",
      "identifiable",
      "identifiable.dark"
    ]
  },
  {
    "id": "output_physical_action",
    "category_id": "output_dataset",
    "title": [
      {
        "locale": "en",
        "value": "A physical action"
      }
    ],
    "description": [
      {
        "locale": "en",
        "value": "The AI triggers something in the physical world — a door unlocking, a light turning on, an alert sounding, signage changing, HVAC adjusting. Examples: a turnstile that opens on facial match, a public-address alert played automatically, an HVAC adjustment commanded by a building model."
      }
    ],
    "authoring_guidance": [],
    "examples": [],
    "sources": [
      {
        "type": "regulation",
        "title": "EU AI Act Article 3(1) — outputs that \"influence physical or virtual environments\"",
        "url": "https://eur-lex.europa.eu/eli/reg/2024/1689/oj",
        "citation": "Regulation (EU) 2024/1689, Article 3(1). Pairs with the agentic_mode element in this schema."
      }
    ],
    "symbol_id": "physical_action",
    "variables": [
      {
        "id": "additional_description",
        "label": [
          {
            "locale": "en",
            "value": "Description"
          }
        ],
        "required": true
      }
    ],
    "shape": "circle",
    "icon_variants": [
      "default",
      "dark",
      "de_identified",
      "de_identified.dark",
      "pseudonymous",
      "pseudonymous.dark",
      "identifiable",
      "identifiable.dark"
    ]
  },
  {
    "id": "output_recommendation",
    "category_id": "output_dataset",
    "title": [
      {
        "locale": "en",
        "value": "A recommendation or prediction"
      }
    ],
    "description": [
      {
        "locale": "en",
        "value": "The AI produces an advisory output — a suggestion, forecast, risk score, or ranking. Distinct from a binding decision because it advises rather than determines. Examples: a signage system suggesting an alternate route based on predicted crowding, a forecasted demand curve for tomorrow, a recommended next destination on a kiosk."
      }
    ],
    "authoring_guidance": [],
    "examples": [],
    "sources": [
      {
        "type": "regulation",
        "title": "EU AI Act Article 3(1) — output classes \"predictions, recommendations\"",
        "url": "https://eur-lex.europa.eu/eli/reg/2024/1689/oj",
        "citation": "Regulation (EU) 2024/1689, Article 3(1)."
      }
    ],
    "symbol_id": "dm_priority-ranking",
    "variables": [
      {
        "id": "additional_description",
        "label": [
          {
            "locale": "en",
            "value": "Description"
          }
        ],
        "required": true
      }
    ],
    "shape": "circle",
    "icon_variants": [
      "default",
      "dark",
      "de_identified",
      "de_identified.dark",
      "pseudonymous",
      "pseudonymous.dark",
      "identifiable",
      "identifiable.dark"
    ]
  },
  {
    "id": "output_sensitive_personal",
    "category_id": "output_dataset",
    "title": [
      {
        "locale": "en",
        "value": "Sensitive personal information"
      }
    ],
    "description": [
      {
        "locale": "en",
        "value": "The AI produces output about health, finances, beliefs, sexuality, immigration status, or other categories that carry legal and social risk. Examples: a triage priority assigned at a clinic, an eligibility result sent to a benefits portal, an inferred protected attribute exported downstream."
      }
    ],
    "authoring_guidance": [],
    "examples": [],
    "sources": [
      {
        "type": "regulation",
        "title": "GDPR Article 9 — Special categories of personal data",
        "url": "https://eur-lex.europa.eu/eli/reg/2016/679/oj",
        "citation": "Regulation (EU) 2016/679, Article 9."
      },
      {
        "type": "other",
        "title": "Apple App Store privacy labels — Sensitive Info / Health & Fitness / Financial Info",
        "url": "https://developer.apple.com/app-store/app-privacy-details/",
        "citation": "Apple."
      }
    ],
    "symbol_id": "sensitive_personal",
    "variables": [
      {
        "id": "additional_description",
        "label": [
          {
            "locale": "en",
            "value": "Description"
          }
        ],
        "required": true
      }
    ],
    "shape": "circle",
    "icon_variants": [
      "default",
      "dark",
      "de_identified",
      "de_identified.dark",
      "pseudonymous",
      "pseudonymous.dark",
      "identifiable",
      "identifiable.dark"
    ]
  }
]