PRISM — EU AI Act Compliance Record-Keeping Ontology
A structured vocabulary for documenting AI system compliance with the EU Artificial Intelligence Act
version 0.4.0
Draft 5 July 2026
- This version:
- Namespace:
https://w3id.org/prism#- Prefix:
prism- License:
- EUPL-1.2
Copyright 2026 bigspark. Licensed under EUPL-1.2.
Overview
PRISM models EU AI Act compliance obligations using a rule-based applicability model: each obligation declares the conditions under which it applies — actor role, risk level, AI lifecycle stage, Annex III sector, system type, or any combination.
It extends AIRO, the W3C Data Privacy Vocabulary (DPV) 2.3, and the EU AI Act extension with structured mappings from legal obligations to compliance record types, industry-specific interpretations, and attestation workflows.
Lifecycle stages are aligned with ISO/IEC 22989 via DPV 2.3's ai:LifecycleStage.
Approximately twenty compliance record types map to specific EU AI Act obligation
areas, each declaring when they are required through prism:ApplicabilityCondition.
Problem
The EU AI Act creates compliance obligations that differ significantly by actor role, risk level, AI lifecycle stage, Annex III sector, and system type. Existing vocabularies — DPV, eu-aiact, AIRO — define the terms (risk levels, actor roles, AI system types) but do not model the obligation structure itself: which records must be produced, by whom, at which stage, and what they must evidence.
Rule-Based Obligation Applicability
PRISM uses a declarative model where each obligation states its own applicability conditions. Rather than a fixed set of variables, obligations declare whichever conditions are relevant:
- Actor role — using eu-aiact actor concepts
- Risk level — using the
eu-aiact:RiskLeveltaxonomy - AI lifecycle stage — using
ai:LifecycleStagefrom DPV 2.3 (ISO/IEC 22989) - Annex III sector — for obligations triggered by specific regulatory sectors (e.g.,
eu-aiact:EmploymentSector). See Economic Sector Coverage for the distinction between Annex III sector and industry sector. - System type — for obligations triggered by system classification. Uses eu-aiact concepts where available (e.g.,
eu-aiact:BiometricCategorisationSystem,eu-aiact:EmotionRecognitionSystem), or prism-local classes where eu-aiact has not yet modelled the concept (e.g.,prism:ChatBot,prism:AIContentGenerator) - Entity type — for obligations specific to entity types (e.g., public sector deployers)
Not all conditions are needed for every obligation. Some require only actor + risk level (e.g., quality management). Others add lifecycle stage (e.g., risk management applies at design and operation). FRIA adds sector (only specific Annex III areas) and entity type (public sector deployers have broader FRIA obligations).
Attestation Workflow
Compliance records follow a two-stage attestation workflow:
- Candidate — extracted by an AI connector (e.g. from existing documentation or system logs). Assigned a
prism:extractionConfidencescore. Does not count as evidential coverage. - Attested — reviewed and signed off by a named individual (
prism:attestedBy) at a specific time (prism:attestedAt). The named graph is hashed at write time (prism:sha256Hash) for immutability verification. Only attested records count as evidential coverage in gap analysis.
Each record also stores prism:ontologyVersion — the PRISM version under which it was attested — so that records can be flagged for re-review when the ontology updates.
Ontology details
Applicability conditions, regulatory processes, compliance record types, and economic sector coverage.
Read ontology details →Queries
SPARQL queries demonstrating how to discover compliance obligations using PRISM and AIRO.
Read queries →Concept Hierarchy
- Economic Sector
-
Regulatory Process
-
Governance Activity
- Applicability Condition
- Chat Bot
- AI Content Generator
-
Compliance Record
- Risk Management Record
- Data Governance Record
- Technical Documentation Record
- Logging Record
- Transparency Record
- Human Oversight Record
- Accuracy, Robustness and Cybersecurity Record
- Quality Management System Record
- Corrective Action Record
- Post-Market Monitoring Record
- Incident Reporting Record
- Incident Log
- Conformity Assessment Record
- Supply Chain Verification Record
- Document Retention Record
- Non-Conformity Register
- EU Declaration of Conformity Record
- CE Marking Record
- EU AI Database Registration Record
- Use per Instructions Record
- Input Data Quality Record
- Operational Monitoring Record
- Worker Notification Record
- Right to Explanation Record
- GPAI Transparency Record
- GPAI Technical Documentation Record
- Copyright and Training Data Policy Record
- GPAI Registration Record
- Adversarial Testing Record
- GPAI Incident Reporting Record
- AI Literacy Record
- Authorised Representative Mandate Record
- Fundamental Rights Impact Assessment Record
- Agent Identity Record
- Delegation of Authority Record
- Agent Change Management Record
- Attestation Status
-
Process Obligation
- Agentic AI System
- Agent Architecture
- Agent Component
- System Access Type
- Action Scope
- Autonomy Level
- Control Layer
- Oversight Checkpoint
- Checkpoint Trigger
- Agentic Risk
- Testing Dimension
- Change Trigger
- Change Category
- Tooling Provider
- Agent Platform Provider
Click a term to see details
Classes
prism:EconomicSector details →
| Term | prism:EconomicSector |
|---|---|
| Label | Economic Sector |
| IRI | https://w3id.org/prism#EconomicSector |
| Type | rdfs:Class |
| Broader/Parent types | dpv:#Sector |
| Definition | An economic sector classification based on NACE Rev. 2, identifying where an AI system operates. Distinct from eu-aiact Annex III sectors, which determine which obligations apply. |
prism:RegulatoryProcess details →
| Term | prism:RegulatoryProcess |
|---|---|
| Label | Regulatory Process |
| IRI | https://w3id.org/prism#RegulatoryProcess |
| Type | rdfs:Class |
| Instances | Conformity Assessment Supply Chain Verification Market Entry |
| Subject of | prism:occursAtStage |
| Definition | An AI Act-specific procedure that occurs at one or more AI lifecycle stages. Not a lifecycle stage itself. |
prism:GovernanceActivity details →
| Term | prism:GovernanceActivity |
|---|---|
| Label | Governance Activity |
| IRI | https://w3id.org/prism#GovernanceActivity |
| Type | rdfs:Class |
| Instances | Internal Processes Risk Assessment |
| Definition | An ongoing governance activity that spans multiple AI lifecycle stages. Not bound to a single stage. |
prism:ApplicabilityCondition details →
| Term | prism:ApplicabilityCondition |
|---|---|
| Label | Applicability Condition |
| IRI | https://w3id.org/prism#ApplicabilityCondition |
| Type | rdfs:Class |
| Subject of | prism:forActor, prism:forRiskLevel, prism:atLifecycleStage, prism:forSector, prism:forSystemType, prism:forEntityType |
| Object of | prism:hasApplicabilityCondition |
| Definition | A set of conditions that determine when an EU AI Act obligation applies. Conditions can include actor role, risk level, lifecycle stage, use case category, entity type, or any combination. An obligation may have multiple ApplicabilityConditions (disjunction — any one set of conditions is sufficient). |
prism:ChatBot details →
| Term | prism:ChatBot |
|---|---|
| Label | Chat Bot |
| IRI | https://w3id.org/prism#ChatBot |
| Type | rdfs:Class |
| Definition | An AI system designed to interact with natural persons via text or speech. Providers and deployers of chatbots must disclose to users that they are interacting with an AI system, as required by Article 50(1). Pending eu-aiact modelling of this system type. |
prism:AIContentGenerator details →
| Term | prism:AIContentGenerator |
|---|---|
| Label | AI Content Generator |
| IRI | https://w3id.org/prism#AIContentGenerator |
| Type | rdfs:Class |
| Definition | An AI system that generates synthetic images, audio, video, or text. Providers must label AI-generated content (deepfakes) under Article 50(3), and AI-generated text on matters of public interest under Article 50(4). Pending eu-aiact modelling of this system type. |
prism:ComplianceRecord details →
prism:RiskManagementRecord details →
| Term | prism:RiskManagementRecord |
|---|---|
| Label | Risk Management Record |
| IRI | https://w3id.org/prism#RiskManagementRecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord, airo:#RiskControl |
| Definition | Documents the risk management system for a high-risk AI system, as required by Article 9. Must cover the full lifecycle and be updated continuously. Subclass of both prism:ComplianceRecord and airo:RiskControl. |
prism:DataGovernanceRecord details →
| Term | prism:DataGovernanceRecord |
|---|---|
| Label | Data Governance Record |
| IRI | https://w3id.org/prism#DataGovernanceRecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord |
| Definition | Documents data governance and management practices for training, validation, and testing datasets, as required by Article 10. Covers relevance, representativeness, error-freeness, and bias mitigation. Article 10(5) specifically requires bias detection and mitigation measures using special-category data where strictly necessary, with appropriate safeguards. |
prism:TechnicalDocumentationRecord details →
| Term | prism:TechnicalDocumentationRecord |
|---|---|
| Label | Technical Documentation Record |
| IRI | https://w3id.org/prism#TechnicalDocumentationRecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord |
| Definition | Documents the technical documentation demonstrating compliance, as required by Article 11 and specified in Annex IV. |
prism:LoggingRecord details →
| Term | prism:LoggingRecord |
|---|---|
| Label | Logging Record |
| IRI | https://w3id.org/prism#LoggingRecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord |
| Definition | Documents the automatic logging capabilities designed into a high-risk AI system and the retention of those logs, as required by Articles 12 and 19. Article 12 requires logging capabilities to be designed in; Article 19 requires retention of logs during operation. |
prism:TransparencyRecord details →
| Term | prism:TransparencyRecord |
|---|---|
| Label | Transparency Record |
| IRI | https://w3id.org/prism#TransparencyRecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord |
| Definition | Documents transparency obligations. For high-risk systems (Article 13): instructions for use provided to deployers. For Article 50 systems: disclosure that users are interacting with AI (chatbots), that content is AI-generated (deepfakes), or that emotion recognition/biometric categorisation is in use. |
prism:HumanOversightRecord details →
| Term | prism:HumanOversightRecord |
|---|---|
| Label | Human Oversight Record |
| IRI | https://w3id.org/prism#HumanOversightRecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord |
| Narrower/Child types | prism:OversightIntervention, prism:OversightEffectivenessRecord |
| Definition | Documents the human oversight measures in place for a high-risk AI system. For providers (Article 14): design measures enabling effective human control. For deployers (Article 26): operational implementation of oversight. Must identify the named overseer, their authority, and any intervention events. |
prism:OversightIntervention details →
| Term | prism:OversightIntervention |
|---|---|
| Label | Oversight Intervention |
| IRI | https://w3id.org/prism#OversightIntervention |
| Type | rdfs:Class |
| Broader/Parent types | prism:HumanOversightRecord |
| Definition | A timestamped, append-only record of a named individual overriding or modifying an AI system's output. Cryptographically hashed at write time. |
prism:AccuracyRobustnessRecord details →
| Term | prism:AccuracyRobustnessRecord |
|---|---|
| Label | Accuracy, Robustness and Cybersecurity Record |
| IRI | https://w3id.org/prism#AccuracyRobustnessRecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord |
| Narrower/Child types | prism:AgenticTestingRecord |
| Definition | Documents the measures ensuring accuracy, robustness, and cybersecurity of a high-risk AI system, as required by Article 15. |
prism:QualityManagementRecord details →
| Term | prism:QualityManagementRecord |
|---|---|
| Label | Quality Management System Record |
| IRI | https://w3id.org/prism#QualityManagementRecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord |
| Definition | Documents the quality management system covering governance, testing, incident handling processes, and procedures for cooperation with competent authorities, as required by Article 17. Includes documented procedures for responding to authority requests per Art. 22(8), 23(8), 24(5), 26(4). |
prism:CorrectiveActionRecord details →
| Term | prism:CorrectiveActionRecord |
|---|---|
| Label | Corrective Action Record |
| IRI | https://w3id.org/prism#CorrectiveActionRecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord |
| Definition | Documents corrective actions taken to address non-compliance, including notifications to authorities, as required by Article 20. |
prism:PostMarketMonitoringRecord details →
| Term | prism:PostMarketMonitoringRecord |
|---|---|
| Label | Post-Market Monitoring Record |
| IRI | https://w3id.org/prism#PostMarketMonitoringRecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord |
| Definition | Documents post-market monitoring activities for a high-risk AI system, including the monitoring plan and ongoing performance tracking, as required by Article 72. |
prism:IncidentReportingRecord details →
| Term | prism:IncidentReportingRecord |
|---|---|
| Label | Incident Reporting Record |
| IRI | https://w3id.org/prism#IncidentReportingRecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord |
| Definition | Documents the reporting of serious incidents to authorities within the required 15-day window, as required by Article 73 (providers, importers, distributors) and Article 26 (deployers). Links to eu-aiact:SeriousIncident which models the incident event itself. |
prism:IncidentLog details →
| Term | prism:IncidentLog |
|---|---|
| Label | Incident Log |
| IRI | https://w3id.org/prism#IncidentLog |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord |
| Definition | An append-only, cryptographically hashed log of serious incidents or malfunctions involving an AI system. Use airo:hasRisk on individual log entries to link to the airo:Risk being documented. |
prism:ConformityAssessmentRecord details →
| Term | prism:ConformityAssessmentRecord |
|---|---|
| Label | Conformity Assessment Record |
| IRI | https://w3id.org/prism#ConformityAssessmentRecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord |
| Definition | Documents the conformity assessment process — either self-assessment (Module A) for most systems, or third-party assessment for biometric and Annex I systems — as required by Articles 43–44. |
prism:SupplyChainVerificationRecord details →
| Term | prism:SupplyChainVerificationRecord |
|---|---|
| Label | Supply Chain Verification Record |
| IRI | https://w3id.org/prism#SupplyChainVerificationRecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord |
| Definition | Documents that an importer or distributor has verified the AI system's compliance with the AI Act before placing it on the market, as required by Articles 23(1)–(2) and 24(1)–(2). |
prism:DocumentRetentionRecord details →
| Term | prism:DocumentRetentionRecord |
|---|---|
| Label | Document Retention Record |
| IRI | https://w3id.org/prism#DocumentRetentionRecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord |
| Definition | Documents that the importer maintains a copy of the EU Declaration of Conformity and has access to technical documentation for 10 years after the AI system has been placed on the market, as required by Article 23(5). |
prism:NonConformityRegister details →
| Term | prism:NonConformityRegister |
|---|---|
| Label | Non-Conformity Register |
| IRI | https://w3id.org/prism#NonConformityRegister |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord |
| Definition | Documents the register of non-conforming AI systems, complaints, and recalls maintained by the importer, including investigations conducted and notifications to distributors, as required by Articles 23(6)–(7). |
prism:DeclarationOfConformityRecord details →
| Term | prism:DeclarationOfConformityRecord |
|---|---|
| Label | EU Declaration of Conformity Record |
| IRI | https://w3id.org/prism#DeclarationOfConformityRecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord |
| Definition | Documents the formal EU Declaration of Conformity statement, as required by Article 47. |
prism:CEMarkingRecord details →
| Term | prism:CEMarkingRecord |
|---|---|
| Label | CE Marking Record |
| IRI | https://w3id.org/prism#CEMarkingRecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord |
| Definition | Documents that the CE conformity marking has been affixed to the AI system, as required by Article 48. |
prism:MarketRegistrationRecord details →
| Term | prism:MarketRegistrationRecord |
|---|---|
| Label | EU AI Database Registration Record |
| IRI | https://w3id.org/prism#MarketRegistrationRecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord |
| Definition | Documents registration in the EU AI Database, mandatory before placing a high-risk AI system on the market, as required by Articles 49 and 71. Authorised representatives may perform registration on behalf of the provider per Article 22(3)(a). Public sector deployers must also register before putting high-risk systems into service per Article 49(2). |
prism:UsePerInstructionsRecord details →
| Term | prism:UsePerInstructionsRecord |
|---|---|
| Label | Use per Instructions Record |
| IRI | https://w3id.org/prism#UsePerInstructionsRecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord |
| Definition | Documents that the deployer is using the AI system in accordance with the provider's Instructions for Use, as required by Article 26. |
prism:InputDataQualityRecord details →
| Term | prism:InputDataQualityRecord |
|---|---|
| Label | Input Data Quality Record |
| IRI | https://w3id.org/prism#InputDataQualityRecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord |
| Definition | Documents that the deployer ensures appropriate input data is fed to the AI system during operation, as required by Article 26. |
prism:OperationalMonitoringRecord details →
| Term | prism:OperationalMonitoringRecord |
|---|---|
| Label | Operational Monitoring Record |
| IRI | https://w3id.org/prism#OperationalMonitoringRecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord |
| Definition | Documents the deployer's ongoing monitoring of AI system performance during use, as required by Article 26. |
prism:WorkerNotificationRecord details →
| Term | prism:WorkerNotificationRecord |
|---|---|
| Label | Worker Notification Record |
| IRI | https://w3id.org/prism#WorkerNotificationRecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord |
| Definition | Documents that employees and their representatives have been informed where AI systems are used in decisions affecting them, as required by Article 26. |
prism:RightToExplanationRecord details →
| Term | prism:RightToExplanationRecord |
|---|---|
| Label | Right to Explanation Record |
| IRI | https://w3id.org/prism#RightToExplanationRecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord |
| Definition | Documents the deployer's mechanism for providing affected persons with a meaningful explanation of the role the AI system played in a decision, as required by Article 86. Evidenced by explanation templates, documented explanation procedures, or logs of explanations provided to individuals. |
prism:GPAITransparencyRecord details →
| Term | prism:GPAITransparencyRecord |
|---|---|
| Label | GPAI Transparency Record |
| IRI | https://w3id.org/prism#GPAITransparencyRecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord |
| Definition | Documents the information and documentation made available to downstream AI system providers to allow them to understand the capabilities and limitations of the GPAI model, as required by Article 53(1)(a). Includes model capabilities, limitations, intended and foreseeable misuse, and integration guidance. |
prism:GPAITechnicalDocRecord details →
| Term | prism:GPAITechnicalDocRecord |
|---|---|
| Label | GPAI Technical Documentation Record |
| IRI | https://w3id.org/prism#GPAITechnicalDocRecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord |
| Definition | Documents the technical documentation for a GPAI model, including training methodologies, data sources, computational resources, and evaluation results, as required by Article 53(1)(b). Must be kept up to date and made available to the AI Office and national authorities upon request. |
prism:CopyrightPolicyRecord details →
| Term | prism:CopyrightPolicyRecord |
|---|---|
| Label | Copyright and Training Data Policy Record |
| IRI | https://w3id.org/prism#CopyrightPolicyRecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord |
| Definition | Documents the policy for complying with Union copyright law, including the identification and respect of opt-out rights under Article 4(3) of Directive (EU) 2019/790, and a sufficiently detailed summary of training data content, as required by Article 53(1)(c). |
prism:GPAIRegistrationRecord details →
| Term | prism:GPAIRegistrationRecord |
|---|---|
| Label | GPAI Registration Record |
| IRI | https://w3id.org/prism#GPAIRegistrationRecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord |
| Definition | Documents registration of the GPAI model in the EU AI Database, as required by Article 53(1)(d). |
prism:AdversarialTestingRecord details →
| Term | prism:AdversarialTestingRecord |
|---|---|
| Label | Adversarial Testing Record |
| IRI | https://w3id.org/prism#AdversarialTestingRecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord |
| Definition | Documents adversarial testing and model evaluation (red-teaming) conducted on a GPAI model with systemic risk, including testing methodologies, identified vulnerabilities, and mitigation measures, as required by Article 55(1)(a). Must include state-of-the-art evaluation tools and methodologies. |
prism:GPAIIncidentReportingRecord details →
| Term | prism:GPAIIncidentReportingRecord |
|---|---|
| Label | GPAI Incident Reporting Record |
| IRI | https://w3id.org/prism#GPAIIncidentReportingRecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord |
| Definition | Documents the reporting of serious incidents involving a GPAI model with systemic risk to the AI Office and relevant national authorities, as required by Article 55(1)(b). Includes incident description, corrective measures taken, and communication with downstream providers. |
prism:AILiteracyRecord details →
| Term | prism:AILiteracyRecord |
|---|---|
| Label | AI Literacy Record |
| IRI | https://w3id.org/prism#AILiteracyRecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord |
| Definition | Documents that the organisation ensures sufficient AI literacy of staff and other persons dealing with the operation and use of AI systems on their behalf, as required by Article 4. Evidenced by training records, competency frameworks, assessment results, and awareness briefings. Scoped to the organisation, not individual AI systems. |
prism:ARMandateRecord details →
| Term | prism:ARMandateRecord |
|---|---|
| Label | Authorised Representative Mandate Record |
| IRI | https://w3id.org/prism#ARMandateRecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord |
| Definition | Documents the written mandate from a provider to an authorised representative, covering all obligations listed in Article 22(3). The mandate must be kept up to date and made available to market surveillance authorities upon request. Required by Article 22(1)–(2). |
prism:FRIARecord details →
| Term | prism:FRIARecord |
|---|---|
| Label | Fundamental Rights Impact Assessment Record |
| IRI | https://w3id.org/prism#FRIARecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord, dpv:/legal/eu/aiact#FRIA |
| Definition | Documents the FRIA conducted by a deployer, as required by Article 27. Mandatory for specific Annex III use case areas and for all Annex III systems deployed by public sector entities. |
prism:AttestationStatus details →
| Term | prism:AttestationStatus |
|---|---|
| Label | Attestation Status |
| IRI | https://w3id.org/prism#AttestationStatus |
| Type | rdfs:Class |
| Object of | prism:hasAttestationStatus |
| Definition | The lifecycle status of a compliance record — Candidate (AI-extracted, unreviewed) or Attested (reviewed and signed off by a named individual). |
prism:ProcessObligation details →
| Term | prism:ProcessObligation |
|---|---|
| Label | Process Obligation |
| IRI | https://w3id.org/prism#ProcessObligation |
| Type | rdfs:Class |
| Instances | Importer Contact Information Importer Storage and Transport Conditions Importer Cooperation with Authorities Distributor Storage and Transport Conditions Distributor Non-Conformity Notification Distributor Cooperation with Authorities Deemed Provider Obligation Authorised Representative Cooperation with Authorities Authorised Representative Documentation Provision Authorised Representative Mandate Termination Provider Obligations Compliance List Appointment of Authorised Representative Deployer Registration Verification Remote Biometric Identification Notification |
| Definition | An EU AI Act obligation that is behavioural or operational in nature and does not produce a standalone compliance record. Tracked for completeness and queryability. Evidence of compliance is typically subsumed by the Quality Management System or demonstrated through operational procedures. |
prism:AgenticAISystem details →
| Term | prism:AgenticAISystem |
|---|---|
| Label | Agentic AI System |
| IRI | https://w3id.org/prism#AgenticAISystem |
| Type | rdfs:Class |
| Broader/Parent types | airo:#AISystem |
| Narrower/Child types | prism:MultiAgentSystem |
| Subject of | prism:hasAgentComponent, prism:hasAutonomyLevel, prism:hasAgentControl |
| Object of | prism:comprisesAgent, prism:delegatedTo |
| Definition | An AI system consisting of one or more AI agents that possess some degree of independent planning, decision-making, and action-taking over multiple steps to achieve a user-defined goal (IMDA MGF for Agentic AI §1.1). Describe its bounds with prism:hasAutonomyLevel, prism:hasAgentComponent and prism:hasAgentControl. |
prism:MultiAgentSystem details →
| Term | prism:MultiAgentSystem |
|---|---|
| Label | Multi-Agent System |
| IRI | https://w3id.org/prism#MultiAgentSystem |
| Type | rdfs:Class |
| Broader/Parent types | prism:AgenticAISystem |
| Subject of | prism:comprisesAgent, prism:hasArchitecture |
| Definition | An agentic AI system in which multiple agents work together, whether sequentially, under a supervisor, or as a swarm (MGF §1.1.2). Member agents are linked with prism:comprisesAgent; the coordination pattern with prism:hasArchitecture. Multi-agent setups increase exposure to the systemic risks in Section 9e (miscoordination, conflict, collusion, emergent behaviour). |
prism:AgentArchitecture details →
| Term | prism:AgentArchitecture |
|---|---|
| Label | Agent Architecture |
| IRI | https://w3id.org/prism#AgentArchitecture |
| Type | rdfs:Class |
| Object of | prism:hasArchitecture |
| Definition | A coordination pattern for a multi-agent system (MGF §1.1.2). |
prism:AgentComponent details →
| Term | prism:AgentComponent |
|---|---|
| Label | Agent Component |
| IRI | https://w3id.org/prism#AgentComponent |
| Type | rdfs:Class |
| Narrower/Child types | prism:ModelComponent, prism:InstructionComponent, prism:MemoryComponent, prism:PlanningComponent, prism:ToolComponent, prism:ProtocolComponent, prism:LoggingMonitoringComponent, prism:AgentControl |
| Object of | prism:hasAgentComponent |
| Definition | A core component of an agentic AI system as taxonomised in MGF §1.1.1: model, instructions, memory, planning and reasoning, tools, protocols, controls, and logging and monitoring. Each component is a distinct source of risk (MGF §1.2.1) and a distinct locus for technical controls (MGF §2.3.1). |
prism:ModelComponent details →
| Term | prism:ModelComponent |
|---|---|
| Label | Model Component |
| IRI | https://w3id.org/prism#ModelComponent |
| Type | rdfs:Class |
| Broader/Parent types | prism:AgentComponent |
| Definition | The SLM, LLM or MLLM serving as the central reasoning and planning engine of the agent. |
prism:InstructionComponent details →
| Term | prism:InstructionComponent |
|---|---|
| Label | Instruction Component |
| IRI | https://w3id.org/prism#InstructionComponent |
| Type | rdfs:Class |
| Broader/Parent types | prism:AgentComponent |
| Definition | Natural language commands defining the agent's role, capabilities and behavioural constraints, e.g. a system prompt. The level of instruction detail (detailed SOP vs own judgment) is a primary determinant of autonomy. |
prism:MemoryComponent details →
| Term | prism:MemoryComponent |
|---|---|
| Label | Memory Component |
| IRI | https://w3id.org/prism#MemoryComponent |
| Type | rdfs:Class |
| Broader/Parent types | prism:AgentComponent |
| Definition | Short or long-term information storage accessible to the agent. Persistent memory that can store sensitive data across sessions increases the impact of data-related risks (MGF §2.1.1) and is the target of memory poisoning attacks. |
prism:PlanningComponent details →
| Term | prism:PlanningComponent |
|---|---|
| Label | Planning and Reasoning Component |
| IRI | https://w3id.org/prism#PlanningComponent |
| Type | rdfs:Class |
| Broader/Parent types | prism:AgentComponent |
| Definition | The capability to output and follow a series of steps needed for a task. Plans can drift from user intent through hallucination or semantic misalignment (MGF §1.2.1). |
prism:ToolComponent details →
| Term | prism:ToolComponent |
|---|---|
| Label | Tool Component |
| IRI | https://w3id.org/prism#ToolComponent |
| Type | rdfs:Class |
| Broader/Parent types | prism:AgentComponent |
| Definition | A tool enabling the agent to take actions and interact with other systems (files, databases, devices, transactions). The tools an agent may call, and the permissions on those tools, determine its action-space. Declare prism:hasSystemAccess and prism:hasActionScope on each tool. |
prism:ProtocolComponent details →
| Term | prism:ProtocolComponent |
|---|---|
| Label | Protocol Component |
| IRI | https://w3id.org/prism#ProtocolComponent |
| Type | rdfs:Class |
| Broader/Parent types | prism:AgentComponent |
| Definition | A standardised way for the agent to communicate with tools or other agents, e.g. MCP or A2A. Poorly deployed or compromised protocol endpoints (such as untrusted MCP servers) are an agent-specific attack surface (MGF §1.2.1). |
prism:LoggingMonitoringComponent details →
| Term | prism:LoggingMonitoringComponent |
|---|---|
| Label | Logging and Monitoring Component |
| IRI | https://w3id.org/prism#LoggingMonitoringComponent |
| Type | rdfs:Class |
| Broader/Parent types | prism:AgentComponent |
| Definition | Records agent actions, decisions and interactions across all components to enable monitoring, debugging and accountability. For high-risk systems this component realises the Article 12 logging capability documented in a prism:LoggingRecord. |
prism:SystemAccessType details →
| Term | prism:SystemAccessType |
|---|---|
| Label | System Access Type |
| IRI | https://w3id.org/prism#SystemAccessType |
| Type | rdfs:Class |
| Object of | prism:hasSystemAccess |
| Definition | The kind of system a tool, or an agent through its tools, can reach (MGF §1.1.3, action-space). One axis of the action-space; the other is prism:ActionScope. |
prism:ActionScope details →
| Term | prism:ActionScope |
|---|---|
| Label | Action Scope |
| IRI | https://w3id.org/prism#ActionScope |
| Type | rdfs:Class |
| Object of | prism:hasActionScope |
| Definition | Whether the agent can only read from, or can also modify, the systems it has access to (MGF §1.1.3). |
prism:AutonomyLevel details →
| Term | prism:AutonomyLevel |
|---|---|
| Label | Autonomy Level |
| IRI | https://w3id.org/prism#AutonomyLevel |
| Type | rdfs:Class |
| Object of | prism:hasAutonomyLevel |
| Definition | The degree to which the agent decides how to act towards a goal, determined by its instructions and the level of human involvement (MGF §1.1.3, drawing on the Knight First Amendment Institute's Levels of Autonomy for AI Agents). The declared level is key evidence for how Article 14/26 human oversight is designed. |
prism:AgentControl details →
| Term | prism:AgentControl |
|---|---|
| Label | Agent Control |
| IRI | https://w3id.org/prism#AgentControl |
| Type | rdfs:Class |
| Broader/Parent types | prism:AgentComponent, dpv:#RiskMitigationMeasure |
| Narrower/Child types | prism:AccessControl, prism:Guardrail, prism:HumanApprovalControl |
| Subject of | prism:implementedAtLayer |
| Object of | prism:hasAgentControl |
| Definition | A control limiting an agent's action-space or autonomy (MGF §1.1.1). Declare the enforcement layer with prism:implementedAtLayer; prefer structural over prompt-layer enforcement for higher-risk actions (MGF §2.3.1). |
prism:AccessControl details →
| Term | prism:AccessControl |
|---|---|
| Label | Access Control |
| IRI | https://w3id.org/prism#AccessControl |
| Type | rdfs:Class |
| Broader/Parent types | prism:AgentControl |
| Definition | Limits what an agent is allowed to see, use or change, including restricting access to sensitive data, tools and systems. |
prism:Guardrail details →
| Term | prism:Guardrail |
|---|---|
| Label | Guardrail |
| IRI | https://w3id.org/prism#Guardrail |
| Type | rdfs:Class |
| Broader/Parent types | prism:AgentControl |
| Definition | Monitors and constrains an agent's behaviour before, during or after it acts; can detect unsafe instructions, policy violations, or actions inconsistent with user intent. |
prism:HumanApprovalControl details →
| Term | prism:HumanApprovalControl |
|---|---|
| Label | Human Approval Control |
| IRI | https://w3id.org/prism#HumanApprovalControl |
| Type | rdfs:Class |
| Broader/Parent types | prism:AgentControl |
| Definition | A requirement for a human to review or approve agent actions. Its placement is designed through prism:OversightCheckpoint definitions. |
prism:ControlLayer details →
| Term | prism:ControlLayer |
|---|---|
| Label | Control Layer |
| IRI | https://w3id.org/prism#ControlLayer |
| Type | rdfs:Class |
| Object of | prism:implementedAtLayer |
| Definition | The layer at which a control is enforced (MGF §2.3.1). Structural controls are deterministic and cannot be bypassed by the model; prompt-layer controls are inconsistently defined across users and may be bypassed or forgotten. |
prism:OversightCheckpoint details →
| Term | prism:OversightCheckpoint |
|---|---|
| Label | Oversight Checkpoint |
| IRI | https://w3id.org/prism#OversightCheckpoint |
| Type | rdfs:Class |
| Subject of | prism:hasCheckpointTrigger |
| Object of | prism:hasOversightCheckpoint |
| Definition | A defined point or action boundary in an agentic workflow at which human approval is required before the agent proceeds (MGF §2.2.2). Attach to the system or to a prism:HumanOversightRecord via prism:hasOversightCheckpoint; classify the boundary with prism:hasCheckpointTrigger. |
prism:CheckpointTrigger details →
| Term | prism:CheckpointTrigger |
|---|---|
| Label | Checkpoint Trigger |
| IRI | https://w3id.org/prism#CheckpointTrigger |
| Type | rdfs:Class |
| Object of | prism:hasCheckpointTrigger |
| Definition | The category of action boundary that makes a checkpoint significant (MGF §2.2.2). |
prism:OversightEffectivenessRecord details →
| Term | prism:OversightEffectivenessRecord |
|---|---|
| Label | Oversight Effectiveness Record |
| IRI | https://w3id.org/prism#OversightEffectivenessRecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:HumanOversightRecord, prism:ComplianceRecord |
| Subject of | prism:humanOverrideRate, prism:meanApprovalResponseTime |
| Definition | Documents measures ensuring that human oversight of an agentic system remains effective over time, notwithstanding automation bias and alert fatigue: measured human override rates, review response times, outlier-reviewer analysis, and overseer training (MGF §2.2.2). Evidences the Article 14(4) requirement that oversight measures enable persons to remain aware of automation bias, and its operational counterpart in Article 26(2). |
prism:AgentIdentityRecord details →
| Term | prism:AgentIdentityRecord |
|---|---|
| Label | Agent Identity Record |
| IRI | https://w3id.org/prism#AgentIdentityRecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord |
| Subject of | prism:accountableParty, prism:registeredIn, prism:agentIdentifier |
| Definition | Documents the unique identity of a deployed agent, the party accountable for it, the capacity in which it acts, and its entry in a central agent registry (MGF §2.1.2). Supports Article 12 traceability and helps prevent agent sprawl. Best-practice record derived from the IMDA MGF; not itself an EU AI Act obligation. |
prism:DelegationRecord details →
| Term | prism:DelegationRecord |
|---|---|
| Label | Delegation of Authority Record |
| IRI | https://w3id.org/prism#DelegationRecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord |
| Subject of | prism:delegatedBy, prism:delegatedTo, prism:permissionScope, prism:validFrom, prism:validUntil |
| Definition | Records a delegation of authority from a human user or organisational role to an agent: who delegated, to which agent, the permission scope granted, and its validity window (MGF §2.1.2). The agent's permissions should not exceed those of the authorising human. Supports Article 14/26 oversight evidence and Article 12 traceability. |
prism:AgenticRisk details →
| Term | prism:AgenticRisk |
|---|---|
| Label | Agentic Risk |
| IRI | https://w3id.org/prism#AgenticRisk |
| Type | rdfs:Class |
| Broader/Parent types | airo:#Risk |
| Narrower/Child types | prism:CascadingFailure, prism:AgentSprawl, prism:Miscoordination, prism:AgentConflict, prism:AgentCollusion, prism:EmergentBehaviour, prism:MemoryPoisoning, prism:ToolMisuse, prism:PromptInjection, prism:PrivilegeCompromise |
| Definition | A risk specific to, or significantly amplified by, agentic AI systems (IMDA MGF for Agentic AI §1.2). Use with airo:hasRisk. |
prism:CascadingFailure details →
| Term | prism:CascadingFailure |
|---|---|
| Label | Cascading Failure |
| IRI | https://w3id.org/prism#CascadingFailure |
| Type | rdfs:Class |
| Broader/Parent types | prism:AgenticRisk |
| Definition | A mistake in one step propagating and amplifying across later steps of a multi-step workflow, resulting in outsized impact. |
prism:AgentSprawl details →
| Term | prism:AgentSprawl |
|---|---|
| Label | Agent Sprawl |
| IRI | https://w3id.org/prism#AgentSprawl |
| Type | rdfs:Class |
| Broader/Parent types | prism:AgenticRisk |
| Definition | Uncontrolled proliferation of agents without centralised management, causing provenance, compatibility and manageability issues. Mitigated by central identity cataloguing (prism:AgentIdentityRecord). |
prism:Miscoordination details →
| Term | prism:Miscoordination |
|---|---|
| Label | Miscoordination |
| IRI | https://w3id.org/prism#Miscoordination |
| Type | rdfs:Class |
| Broader/Parent types | prism:AgenticRisk |
| Definition | Agents working together failing through bad communication or diverging interpretations of user intent. |
prism:AgentConflict details →
| Term | prism:AgentConflict |
|---|---|
| Label | Agent Conflict |
| IRI | https://w3id.org/prism#AgentConflict |
| Type | rdfs:Class |
| Broader/Parent types | prism:AgenticRisk |
| Definition | Agents optimising different goals coming into conflict, e.g. a support agent offering refunds a revenue-protection agent blocks. |
prism:AgentCollusion details →
| Term | prism:AgentCollusion |
|---|---|
| Label | Agent Collusion |
| IRI | https://w3id.org/prism#AgentCollusion |
| Type | rdfs:Class |
| Broader/Parent types | prism:AgenticRisk |
| Definition | Agents developing behaviours that appear coordinated without explicit instruction, e.g. pricing agents converging on higher prices rather than competing. |
prism:EmergentBehaviour details →
| Term | prism:EmergentBehaviour |
|---|---|
| Label | Emergent Behaviour |
| IRI | https://w3id.org/prism#EmergentBehaviour |
| Type | rdfs:Class |
| Broader/Parent types | prism:AgenticRisk |
| Definition | Unpredictable behaviour arising when multiple non-deterministic agents interact, which cannot be predicted from testing each agent individually. |
prism:MemoryPoisoning details →
| Term | prism:MemoryPoisoning |
|---|---|
| Label | Memory Poisoning |
| IRI | https://w3id.org/prism#MemoryPoisoning |
| Type | rdfs:Class |
| Broader/Parent types | prism:AgenticRisk |
| Definition | An attacker inserting content into an agent's persistent memory to influence later decisions (MGF §2.1.1 threat modelling). |
prism:ToolMisuse details →
| Term | prism:ToolMisuse |
|---|---|
| Label | Tool Misuse |
| IRI | https://w3id.org/prism#ToolMisuse |
| Type | rdfs:Class |
| Broader/Parent types | prism:AgenticRisk |
| Definition | The agent calling the wrong tools, the right tools with wrong inputs, hallucinated tools, or tools in a biased manner (MGF §1.2.1). |
prism:PromptInjection details →
| Term | prism:PromptInjection |
|---|---|
| Label | Prompt Injection |
| IRI | https://w3id.org/prism#PromptInjection |
| Type | rdfs:Class |
| Broader/Parent types | prism:AgenticRisk |
| Definition | Adversarial instructions embedded in content the agent processes (documents, web pages, tool outputs) redirecting it towards harmful actions, including data exfiltration through its tool access. |
prism:PrivilegeCompromise details →
| Term | prism:PrivilegeCompromise |
|---|---|
| Label | Privilege Compromise |
| IRI | https://w3id.org/prism#PrivilegeCompromise |
| Type | rdfs:Class |
| Broader/Parent types | prism:AgenticRisk |
| Definition | An attacker exploiting the agent's credentials or permissions to act beyond the intended authorisation (MGF §2.1.1 threat modelling). |
prism:AgenticTestingRecord details →
| Term | prism:AgenticTestingRecord |
|---|---|
| Label | Agentic Testing Record |
| IRI | https://w3id.org/prism#AgenticTestingRecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:AccuracyRobustnessRecord, prism:ComplianceRecord |
| Subject of | prism:coversTestingDimension |
| Definition | Documents agent-specific pre-deployment testing across the MGF §2.3.2 dimensions (overall task execution, policy adherence, tool calling, robustness), including whole-workflow testing, multi-agent testing, testing in realistic environments, and repeated runs across varied datasets. Specialises the Article 15 evidence for agentic systems; declare covered dimensions with prism:coversTestingDimension. |
prism:TestingDimension details →
| Term | prism:TestingDimension |
|---|---|
| Label | Testing Dimension |
| IRI | https://w3id.org/prism#TestingDimension |
| Type | rdfs:Class |
| Object of | prism:coversTestingDimension |
| Definition | A dimension of agent-specific testing (MGF §2.3.2). |
prism:AgentChangeManagementRecord details →
| Term | prism:AgentChangeManagementRecord |
|---|---|
| Label | Agent Change Management Record |
| IRI | https://w3id.org/prism#AgentChangeManagementRecord |
| Type | rdfs:Class |
| Broader/Parent types | prism:ComplianceRecord |
| Subject of | prism:hasChangeTrigger, prism:hasChangeCategory |
| Definition | Documents a change to an agentic system under a defined change review process: the trigger that initiated review and the risk category of the change (MGF §2.3.3). Material and critical changes inform the substantial-modification analysis under Articles 25(1)(b) and 43(4), and feed Article 72 post-market monitoring. |
prism:ChangeTrigger details →
| Term | prism:ChangeTrigger |
|---|---|
| Label | Change Trigger |
| IRI | https://w3id.org/prism#ChangeTrigger |
| Type | rdfs:Class |
| Object of | prism:hasChangeTrigger |
| Definition | The kind of event that initiates a change review (MGF §2.3.3). |
prism:ChangeCategory details →
| Term | prism:ChangeCategory |
|---|---|
| Label | Change Category |
| IRI | https://w3id.org/prism#ChangeCategory |
| Type | rdfs:Class |
| Object of | prism:hasChangeCategory |
| Definition | The risk categorisation of a reviewed change (MGF §2.3.3). |
prism:ToolingProvider details →
| Term | prism:ToolingProvider |
|---|---|
| Label | Tooling Provider |
| IRI | https://w3id.org/prism#ToolingProvider |
| Type | rdfs:Class |
| Broader/Parent types | dpv:#Entity |
| Definition | An entity providing tools or protocol infrastructure that agents rely on, e.g. hosts of MCP servers or third-party APIs (MGF §2.2.1). Not an EU AI Act actor; obligations towards it are contractual and should be recorded per MGF §2.2.1 (distribution of obligations, third-party opacity). |
prism:AgentPlatformProvider details →
| Term | prism:AgentPlatformProvider |
|---|---|
| Label | Agent Platform Provider |
| IRI | https://w3id.org/prism#AgentPlatformProvider |
| Type | rdfs:Class |
| Broader/Parent types | dpv:#Entity |
| Definition | An entity providing the platform on which agentic systems are built or operated (MGF §2.2.1). Distinct from the eu-aiact:AIProvider of the resulting system; the platform relationship affects visibility and control and belongs in the risk assessment (MGF §2.1.1, third-party solutions factor). |
prism:ConformityAssessment
| Term | prism:ConformityAssessment |
|---|---|
| Label | Conformity Assessment |
| IRI | https://w3id.org/prism#ConformityAssessment |
| Type | owl:NamedIndividual, prism:RegulatoryProcess |
| Definition | The AI Act procedure in which conformity is formally assessed, either through self-assessment (Module A) or third-party assessment for biometric and Annex I systems (Articles 43-44). |
prism:SupplyChainVerification
| Term | prism:SupplyChainVerification |
|---|---|
| Label | Supply Chain Verification |
| IRI | https://w3id.org/prism#SupplyChainVerification |
| Type | owl:NamedIndividual, prism:RegulatoryProcess |
| Definition | The AI Act procedure in which importers and distributors verify that an AI system complies before placing it on the market (Articles 43-44). |
prism:MarketEntry
| Term | prism:MarketEntry |
|---|---|
| Label | Market Entry |
| IRI | https://w3id.org/prism#MarketEntry |
| Type | owl:NamedIndividual, prism:RegulatoryProcess |
| Definition | The AI Act procedure covering formal market placement: EU Declaration of Conformity, CE marking, and EU AI Database registration (Articles 47-49). |
prism:InternalProcesses
| Term | prism:InternalProcesses |
|---|---|
| Label | Internal Processes |
| IRI | https://w3id.org/prism#InternalProcesses |
| Type | owl:NamedIndividual, prism:GovernanceActivity |
| Definition | Ongoing internal governance and quality management obligations including the quality management system and corrective actions (Articles 16-17, 20). |
prism:RiskAssessment
| Term | prism:RiskAssessment |
|---|---|
| Label | Risk Assessment |
| IRI | https://w3id.org/prism#RiskAssessment |
| Type | owl:NamedIndividual, prism:GovernanceActivity |
| Definition | Risk assessment activities including the Fundamental Rights Impact Assessment (FRIA) for Annex III high-risk use cases (Article 27). |
prism:Annual
| Term | prism:Annual |
|---|---|
| Label | Annual |
| IRI | https://w3id.org/prism#Annual |
| Type | owl:NamedIndividual |
prism:Continuous
| Term | prism:Continuous |
|---|---|
| Label | Continuous |
| IRI | https://w3id.org/prism#Continuous |
| Type | owl:NamedIndividual |
prism:ImporterContactInformation
| Term | prism:ImporterContactInformation |
|---|---|
| Label | Importer Contact Information |
| IRI | https://w3id.org/prism#ImporterContactInformation |
| Type | owl:NamedIndividual, prism:ProcessObligation |
| Definition | Importer must indicate their name, registered trade name or registered trade mark, and the address at which they can be contacted on the AI system or its packaging, as required by Article 23(3). |
Has applicability condition
| For actor | dpv:/legal/eu/aiact#AIImporter |
|---|---|
| For risk level | dpv:/legal/eu/aiact#RiskLevelHigh |
| At lifecycle stage | dpv:/ai#DeploymentStage |
prism:ImporterStorageTransport
| Term | prism:ImporterStorageTransport |
|---|---|
| Label | Importer Storage and Transport Conditions |
| IRI | https://w3id.org/prism#ImporterStorageTransport |
| Type | owl:NamedIndividual, prism:ProcessObligation |
| Definition | Importer must ensure appropriate storage and transport conditions do not jeopardise the AI system's compliance, as required by Article 23(4). |
Has applicability condition
| For actor | dpv:/legal/eu/aiact#AIImporter |
|---|---|
| For risk level | dpv:/legal/eu/aiact#RiskLevelHigh |
| At lifecycle stage | dpv:/ai#DeploymentStage |
prism:ImporterCooperation
| Term | prism:ImporterCooperation |
|---|---|
| Label | Importer Cooperation with Authorities |
| IRI | https://w3id.org/prism#ImporterCooperation |
| Type | owl:NamedIndividual, prism:ProcessObligation |
| Definition | Importer must cooperate with market surveillance authorities and provide all requested information and documentation to demonstrate conformity, as required by Article 23(8). |
Has applicability condition
| For actor | dpv:/legal/eu/aiact#AIImporter |
|---|---|
| For risk level | dpv:/legal/eu/aiact#RiskLevelHigh |
prism:DistributorStorageTransport
| Term | prism:DistributorStorageTransport |
|---|---|
| Label | Distributor Storage and Transport Conditions |
| IRI | https://w3id.org/prism#DistributorStorageTransport |
| Type | owl:NamedIndividual, prism:ProcessObligation |
| Definition | Distributor must ensure appropriate storage and transport conditions while the system is under their responsibility, as required by Article 24(3). |
Has applicability condition
| For actor | dpv:/legal/eu/aiact#AIDistributor |
|---|---|
| For risk level | dpv:/legal/eu/aiact#RiskLevelHigh |
| At lifecycle stage | dpv:/ai#DeploymentStage |
prism:DistributorNonConformityNotification
| Term | prism:DistributorNonConformityNotification |
|---|---|
| Label | Distributor Non-Conformity Notification |
| IRI | https://w3id.org/prism#DistributorNonConformityNotification |
| Type | owl:NamedIndividual, prism:ProcessObligation |
| Definition | Distributor must inform provider or importer and market surveillance authority if the AI system presents a serious risk or is non-conforming, as required by Article 24(4). |
Has applicability condition
| For actor | dpv:/legal/eu/aiact#AIDistributor |
|---|---|
| For risk level | dpv:/legal/eu/aiact#RiskLevelHigh |
| At lifecycle stage | dpv:/ai#OperationStage |
prism:DistributorCooperation
| Term | prism:DistributorCooperation |
|---|---|
| Label | Distributor Cooperation with Authorities |
| IRI | https://w3id.org/prism#DistributorCooperation |
| Type | owl:NamedIndividual, prism:ProcessObligation |
| Definition | Distributor must cooperate with market surveillance authorities and provide all requested information and documentation, as required by Article 24(5). |
Has applicability condition
| For actor | dpv:/legal/eu/aiact#AIDistributor |
|---|---|
| For risk level | dpv:/legal/eu/aiact#RiskLevelHigh |
prism:DeemedProviderObligation
| Term | prism:DeemedProviderObligation |
|---|---|
| Label | Deemed Provider Obligation |
| IRI | https://w3id.org/prism#DeemedProviderObligation |
| Type | owl:NamedIndividual, prism:ProcessObligation |
| Definition | Where an importer, distributor, or authorised representative places an AI system on the market under their own name or trade mark, or makes a substantial modification, they assume full provider obligations under Chapter 3, as required by Article 25(1). This is a role transition trigger, not a standalone record. |
Has applicability condition
prism:ARCooperation
| Term | prism:ARCooperation |
|---|---|
| Label | Authorised Representative Cooperation with Authorities |
| IRI | https://w3id.org/prism#ARCooperation |
| Type | owl:NamedIndividual, prism:ProcessObligation |
| Definition | Authorised representative must cooperate with competent authorities upon reasoned request and carry out tasks to ensure compliance, as required by Article 22(3)(c). |
Has applicability condition
| For actor | dpv:/legal/eu/aiact#AuthorisedRepresentative |
|---|---|
| For risk level | dpv:/legal/eu/aiact#RiskLevelHigh |
prism:ARProvideDocumentation
| Term | prism:ARProvideDocumentation |
|---|---|
| Label | Authorised Representative Documentation Provision |
| IRI | https://w3id.org/prism#ARProvideDocumentation |
| Type | owl:NamedIndividual, prism:ProcessObligation |
| Definition | Authorised representative must provide market surveillance authority with all information and documentation necessary to demonstrate conformity of the high-risk AI system, as required by Article 22(3)(b). |
Has applicability condition
| For actor | dpv:/legal/eu/aiact#AuthorisedRepresentative |
|---|---|
| For risk level | dpv:/legal/eu/aiact#RiskLevelHigh |
prism:ARMandateTermination
| Term | prism:ARMandateTermination |
|---|---|
| Label | Authorised Representative Mandate Termination |
| IRI | https://w3id.org/prism#ARMandateTermination |
| Type | owl:NamedIndividual, prism:ProcessObligation |
| Definition | Authorised representative must terminate the mandate and immediately inform market surveillance authority if the provider acts in non-compliance with its obligations, as required by Article 22(4). |
Has applicability condition
| For actor | dpv:/legal/eu/aiact#AuthorisedRepresentative |
|---|---|
| For risk level | dpv:/legal/eu/aiact#RiskLevelHigh |
prism:ProviderComplianceChecklist
| Term | prism:ProviderComplianceChecklist |
|---|---|
| Label | Provider Obligations Compliance List |
| IRI | https://w3id.org/prism#ProviderComplianceChecklist |
| Type | owl:NamedIndividual, prism:ProcessObligation |
| Definition | Article 16 lists the full set of provider obligations for high-risk AI systems (Arts. 9–49). Compliance is evidenced by having all required ComplianceRecords in place — this is a meta-obligation, not a standalone record. Gap analysis queries against this obligation should check for completeness of all provider record types. |
Has applicability condition
| For actor | dpv:/legal/eu/aiact#AIProvider |
|---|---|
| For risk level | dpv:/legal/eu/aiact#RiskLevelHigh |
| At lifecycle stage | dpv:/ai#InceptionStage |
prism:AppointAuthorisedRepresentative
| Term | prism:AppointAuthorisedRepresentative |
|---|---|
| Label | Appointment of Authorised Representative |
| IRI | https://w3id.org/prism#AppointAuthorisedRepresentative |
| Type | owl:NamedIndividual, prism:ProcessObligation |
| Definition | Providers established outside the EU must appoint an authorised representative by written mandate before placing a high-risk AI system on the EU market, as required by Article 22. Evidence of compliance is the ARMandateRecord held by the appointed representative. |
Has applicability condition
| For actor | dpv:/legal/eu/aiact#AIProvider |
|---|---|
| For risk level | dpv:/legal/eu/aiact#RiskLevelHigh |
| At lifecycle stage | dpv:/ai#InceptionStage |
prism:DeployerRegistrationVerification
| Term | prism:DeployerRegistrationVerification |
|---|---|
| Label | Deployer Registration Verification |
| IRI | https://w3id.org/prism#DeployerRegistrationVerification |
| Type | owl:NamedIndividual, prism:ProcessObligation |
| Definition | Private-sector deployers must verify, before putting a high-risk AI system into service, that the provider has registered it in the EU AI Database as required by Article 49(1). Where the deployer is a public authority, they bear their own registration obligation under Article 49(2) — this obligation covers the non-public-sector case only. Evidence of compliance is typically a dated screenshot or confirmation from the EU AI Database, held within the Quality Management System. |
Has applicability condition
Applies to all non-public-sector deployers of high-risk systems at the point of deployment.
| For actor | dpv:/legal/eu/aiact#AIDeployer |
|---|---|
| For risk level | dpv:/legal/eu/aiact#RiskLevelHigh |
| At lifecycle stage | dpv:/ai#DeploymentStage |
prism:RemoteBiometricNotification
| Term | prism:RemoteBiometricNotification |
|---|---|
| Label | Remote Biometric Identification Notification |
| IRI | https://w3id.org/prism#RemoteBiometricNotification |
| Type | owl:NamedIndividual, prism:ProcessObligation |
| Definition | Deployers using post-remote biometric identification systems must comply with additional notification and authorisation requirements, as required by Article 26(11). Includes notification to relevant authorities and compliance with national law restrictions. |
Has applicability condition
| For actor | dpv:/legal/eu/aiact#AIDeployer |
|---|---|
| For risk level | dpv:/legal/eu/aiact#RiskLevelHigh |
| For system type | dpv:/legal/eu/aiact#BiometricCategorisationSystem |
| At lifecycle stage | dpv:/ai#OperationStage |
Properties
prism:hasComplianceRecord details →
| Term | prism:hasComplianceRecord |
|---|---|
| Label | has compliance record |
| IRI | https://w3id.org/prism#hasComplianceRecord |
| Type | ObjectProperty |
| Domain | airo:#AISystem |
| Range | prism:ComplianceRecord |
| Definition | Links an AI system to a compliance record. Subproperty of airo:hasDocumentation. |
prism:hasOrganisationalRecord details →
| Term | prism:hasOrganisationalRecord |
|---|---|
| Label | has organisational record |
| IRI | https://w3id.org/prism#hasOrganisationalRecord |
| Type | ObjectProperty |
| Range | prism:ComplianceRecord |
| Definition | Links an actor (provider, deployer, importer, distributor) to an organisation-level compliance record that is not specific to a single AI system. Used for cross-cutting obligations such as AI literacy (Art. 4). |
prism:evidencesObligation details →
| Term | prism:evidencesObligation |
|---|---|
| Label | evidences obligation |
| IRI | https://w3id.org/prism#evidencesObligation |
| Type | ObjectProperty |
| Definition | Links a compliance record type to the eu-aiact concept(s) it provides evidence for. Where no eu-aiact concept exists yet, this property is omitted and the applicable article is noted via prism:pendingArticle. |
prism:hasApplicabilityCondition details →
| Term | prism:hasApplicabilityCondition |
|---|---|
| Label | has applicability condition |
| IRI | https://w3id.org/prism#hasApplicabilityCondition |
| Type | ObjectProperty |
| Domain | n59863425639d4cacbad3885a8bee7fc1b48 |
| Range | prism:ApplicabilityCondition |
| Definition | Links a compliance record type or process obligation to the conditions under which it applies. |
prism:forActor details →
| Term | prism:forActor |
|---|---|
| Label | for actor |
| IRI | https://w3id.org/prism#forActor |
| Type | ObjectProperty |
| Domain | prism:ApplicabilityCondition |
| Definition | The actor role(s) for which this condition applies. |
prism:forRiskLevel details →
| Term | prism:forRiskLevel |
|---|---|
| Label | for risk level |
| IRI | https://w3id.org/prism#forRiskLevel |
| Type | ObjectProperty |
| Domain | prism:ApplicabilityCondition |
| Definition | The risk level(s) for which this condition applies. |
prism:atLifecycleStage details →
| Term | prism:atLifecycleStage |
|---|---|
| Label | at lifecycle stage |
| IRI | https://w3id.org/prism#atLifecycleStage |
| Type | ObjectProperty |
| Domain | prism:ApplicabilityCondition |
| Range | dpv:/ai#LifecycleStage |
| Definition | The AI lifecycle stage(s) at which this condition applies. Uses DPV ai:LifecycleStage (ISO/IEC 22989). |
prism:forSector details →
| Term | prism:forSector |
|---|---|
| Label | for sector |
| IRI | https://w3id.org/prism#forSector |
| Type | ObjectProperty |
| Domain | prism:ApplicabilityCondition |
| Range | dpv:#Sector |
| Definition | The Annex III sector for which this condition applies (e.g., eu-aiact:EmploymentSector). Uses eu-aiact sector concepts, which are subclasses of dpv:Sector. Distinct from dpv:hasSector on the AI system, which identifies the operational industry via NACE codes. |
prism:forSystemType details →
| Term | prism:forSystemType |
|---|---|
| Label | for system type |
| IRI | https://w3id.org/prism#forSystemType |
| Type | ObjectProperty |
| Domain | prism:ApplicabilityCondition |
| Definition | The AI system type classification for which this condition applies (e.g., eu-aiact:BiometricCategorisationSystem, eu-aiact:EmotionRecognitionSystem, prism:ChatBot, prism:AIContentGenerator). Only present when the obligation is triggered by a specific system type. May reference prism-local types where eu-aiact has not yet modelled the concept. |
prism:forEntityType details →
| Term | prism:forEntityType |
|---|---|
| Label | for entity type |
| IRI | https://w3id.org/prism#forEntityType |
| Type | ObjectProperty |
| Domain | prism:ApplicabilityCondition |
| Definition | The type of entity (e.g., public body) for which this condition applies. Only present when the obligation has entity-specific triggers. |
prism:occursAtStage details →
| Term | prism:occursAtStage |
|---|---|
| Label | occurs at stage |
| IRI | https://w3id.org/prism#occursAtStage |
| Type | ObjectProperty |
| Domain | prism:RegulatoryProcess |
| Range | dpv:/ai#LifecycleStage |
| Definition | Links a regulatory process to the AI lifecycle stage(s) at which it occurs. Uses DPV ai:LifecycleStage (ISO/IEC 22989). |
prism:hasAttestationStatus details →
| Term | prism:hasAttestationStatus |
|---|---|
| Label | has attestation status |
| IRI | https://w3id.org/prism#hasAttestationStatus |
| Type | ObjectProperty |
| Domain | prism:ComplianceRecord |
| Range | prism:AttestationStatus |
prism:attestedBy details →
| Term | prism:attestedBy |
|---|---|
| Label | attested by |
| IRI | https://w3id.org/prism#attestedBy |
| Type | ObjectProperty |
| Domain | prism:ComplianceRecord |
prism:reviewCadence details →
| Term | prism:reviewCadence |
|---|---|
| Label | review cadence |
| IRI | https://w3id.org/prism#reviewCadence |
| Type | ObjectProperty |
prism:hasAgentComponent details →
| Term | prism:hasAgentComponent |
|---|---|
| Label | has agent component |
| IRI | https://w3id.org/prism#hasAgentComponent |
| Type | ObjectProperty |
| Domain | prism:AgenticAISystem |
| Range | prism:AgentComponent |
| Definition | Links an agentic AI system to one of its components (model, instructions, memory, planning, tools, protocols, controls, logging). |
prism:comprisesAgent details →
| Term | prism:comprisesAgent |
|---|---|
| Label | comprises agent |
| IRI | https://w3id.org/prism#comprisesAgent |
| Type | ObjectProperty |
| Domain | prism:MultiAgentSystem |
| Range | prism:AgenticAISystem |
| Definition | Links a multi-agent system to a member agent. |
prism:hasArchitecture details →
| Term | prism:hasArchitecture |
|---|---|
| Label | has architecture |
| IRI | https://w3id.org/prism#hasArchitecture |
| Type | ObjectProperty |
| Domain | prism:MultiAgentSystem |
| Range | prism:AgentArchitecture |
| Definition | The coordination pattern of a multi-agent system (sequential, supervisor, swarm). |
prism:hasAutonomyLevel details →
| Term | prism:hasAutonomyLevel |
|---|---|
| Label | has autonomy level |
| IRI | https://w3id.org/prism#hasAutonomyLevel |
| Type | ObjectProperty |
| Domain | prism:AgenticAISystem |
| Range | prism:AutonomyLevel |
| Definition | The declared level of human involvement in the agent's decision-making. Key evidence for Article 14/26 oversight design. |
prism:hasSystemAccess details →
| Term | prism:hasSystemAccess |
|---|---|
| Label | has system access |
| IRI | https://w3id.org/prism#hasSystemAccess |
| Type | ObjectProperty |
| Range | prism:SystemAccessType |
| Definition | The kind of system reachable (sandboxed, internal, external). Declare on each tool component; may also summarise the widest access at system level. |
prism:hasActionScope details →
| Term | prism:hasActionScope |
|---|---|
| Label | has action scope |
| IRI | https://w3id.org/prism#hasActionScope |
| Type | ObjectProperty |
| Range | prism:ActionScope |
| Definition | Read-only or read-write scope. Declare on each tool component; may also summarise the widest scope at system level. |
prism:hasAgentControl details →
| Term | prism:hasAgentControl |
|---|---|
| Label | has agent control |
| IRI | https://w3id.org/prism#hasAgentControl |
| Type | ObjectProperty |
| Domain | prism:AgenticAISystem |
| Range | prism:AgentControl |
| Definition | Links an agentic AI system to a control bounding its action-space or autonomy. |
prism:implementedAtLayer details →
| Term | prism:implementedAtLayer |
|---|---|
| Label | implemented at layer |
| IRI | https://w3id.org/prism#implementedAtLayer |
| Type | ObjectProperty |
| Domain | prism:AgentControl |
| Range | prism:ControlLayer |
| Definition | The enforcement layer of a control (structural, model-based, prompt, runtime). Queryable proxy for control strength: prefer structural for higher-risk actions. |
prism:hasOversightCheckpoint details →
| Term | prism:hasOversightCheckpoint |
|---|---|
| Label | has oversight checkpoint |
| IRI | https://w3id.org/prism#hasOversightCheckpoint |
| Type | ObjectProperty |
| Range | prism:OversightCheckpoint |
| Definition | Links an agentic AI system, or the prism:HumanOversightRecord documenting its oversight design, to a defined human-approval checkpoint. |
prism:hasCheckpointTrigger details →
| Term | prism:hasCheckpointTrigger |
|---|---|
| Label | has checkpoint trigger |
| IRI | https://w3id.org/prism#hasCheckpointTrigger |
| Type | ObjectProperty |
| Domain | prism:OversightCheckpoint |
| Range | prism:CheckpointTrigger |
| Definition | The category of action boundary the checkpoint guards (high-stakes, irreversible, outlier, user-defined). |
prism:accountableParty details →
| Term | prism:accountableParty |
|---|---|
| Label | accountable party |
| IRI | https://w3id.org/prism#accountableParty |
| Type | ObjectProperty |
| Domain | prism:AgentIdentityRecord |
| Definition | The supervising agent, human user, or organisational department to which this agent's identity is tied for accountability and tracking (MGF §2.1.2). |
prism:registeredIn details →
| Term | prism:registeredIn |
|---|---|
| Label | registered in |
| IRI | https://w3id.org/prism#registeredIn |
| Type | ObjectProperty |
| Domain | prism:AgentIdentityRecord |
| Definition | The centralised registry from which the agent's identity and permissions are issued and tracked, preventing agent sprawl (MGF §2.1.2). |
prism:delegatedBy details →
| Term | prism:delegatedBy |
|---|---|
| Label | delegated by |
| IRI | https://w3id.org/prism#delegatedBy |
| Type | ObjectProperty |
| Domain | prism:DelegationRecord |
| Definition | The human user or organisational role delegating authority to the agent. The agent's permissions should not exceed this party's own. |
prism:delegatedTo details →
| Term | prism:delegatedTo |
|---|---|
| Label | delegated to |
| IRI | https://w3id.org/prism#delegatedTo |
| Type | ObjectProperty |
| Domain | prism:DelegationRecord |
| Range | prism:AgenticAISystem |
| Definition | The agentic AI system receiving the delegated authority. |
prism:coversTestingDimension details →
| Term | prism:coversTestingDimension |
|---|---|
| Label | covers testing dimension |
| IRI | https://w3id.org/prism#coversTestingDimension |
| Type | ObjectProperty |
| Domain | prism:AgenticTestingRecord |
| Range | prism:TestingDimension |
| Definition | A testing dimension covered by this agentic testing record. |
prism:hasChangeTrigger details →
| Term | prism:hasChangeTrigger |
|---|---|
| Label | has change trigger |
| IRI | https://w3id.org/prism#hasChangeTrigger |
| Type | ObjectProperty |
| Domain | prism:AgentChangeManagementRecord |
| Range | prism:ChangeTrigger |
| Definition | The event category that initiated this change review. |
prism:hasChangeCategory details →
| Term | prism:hasChangeCategory |
|---|---|
| Label | has change category |
| IRI | https://w3id.org/prism#hasChangeCategory |
| Type | ObjectProperty |
| Domain | prism:AgentChangeManagementRecord |
| Range | prism:ChangeCategory |
| Definition | The risk categorisation assigned to the reviewed change. |
prism:pendingArticle details →
| Term | prism:pendingArticle |
|---|---|
| Label | pending article |
| IRI | https://w3id.org/prism#pendingArticle |
| Type | DatatypeProperty |
| Range | xsd:string |
| Definition | The EU AI Act article(s) this record type evidences, recorded as a string pending the availability of a machine-readable eu-aiact concept. Tooling can query for records with this property to identify gaps in eu-aiact coverage. |
prism:attestedAt details →
| Term | prism:attestedAt |
|---|---|
| Label | attested at |
| IRI | https://w3id.org/prism#attestedAt |
| Type | DatatypeProperty |
| Domain | prism:ComplianceRecord |
| Range | xsd:dateTime |
prism:extractionConfidence details →
| Term | prism:extractionConfidence |
|---|---|
| Label | extraction confidence |
| IRI | https://w3id.org/prism#extractionConfidence |
| Type | DatatypeProperty |
| Domain | prism:ComplianceRecord |
| Range | xsd:decimal |
| Definition | Confidence score (0.0–1.0) assigned by the AI connector at extraction time. |
prism:sha256Hash details →
| Term | prism:sha256Hash |
|---|---|
| Label | SHA-256 hash |
| IRI | https://w3id.org/prism#sha256Hash |
| Type | DatatypeProperty |
| Domain | prism:ComplianceRecord |
| Range | xsd:string |
| Definition | Hash of the named graph at write time, for immutability verification. |
prism:ontologyVersion details →
| Term | prism:ontologyVersion |
|---|---|
| Label | ontology version |
| IRI | https://w3id.org/prism#ontologyVersion |
| Type | DatatypeProperty |
| Domain | prism:ComplianceRecord |
| Range | xsd:string |
| Definition | The PRISM version under which this record was attested. Used to flag records for re-review when the ontology updates. |
prism:humanOverrideRate details →
| Term | prism:humanOverrideRate |
|---|---|
| Label | human override rate |
| IRI | https://w3id.org/prism#humanOverrideRate |
| Type | DatatypeProperty |
| Domain | prism:OversightEffectivenessRecord |
| Range | xsd:decimal |
| Definition | The measured frequency (0.0 to 1.0) at which humans reject or modify agent actions over the reporting period. A very low rate may signal rubber-stamping (automation bias); interpret alongside response times (MGF §2.2.2). |
prism:meanApprovalResponseTime details →
| Term | prism:meanApprovalResponseTime |
|---|---|
| Label | mean approval response time |
| IRI | https://w3id.org/prism#meanApprovalResponseTime |
| Type | DatatypeProperty |
| Domain | prism:OversightEffectivenessRecord |
| Range | xsd:duration |
| Definition | The mean time humans spend reviewing agent actions before approving, over the reporting period. Very short times may signal automation bias or review fatigue (MGF §2.2.2). |
prism:agentIdentifier details →
| Term | prism:agentIdentifier |
|---|---|
| Label | agent identifier |
| IRI | https://w3id.org/prism#agentIdentifier |
| Type | DatatypeProperty |
| Domain | prism:AgentIdentityRecord |
| Range | xsd:string |
| Definition | The agent's unique identifier, ideally cryptographically verifiable (MGF §2.1.2). |
prism:permissionScope details →
| Term | prism:permissionScope |
|---|---|
| Label | permission scope |
| IRI | https://w3id.org/prism#permissionScope |
| Type | DatatypeProperty |
| Domain | prism:DelegationRecord |
| Range | xsd:string |
| Definition | Human-readable statement of the scoped, least-privilege permissions granted, including any escalation paths. |
prism:validFrom details →
| Term | prism:validFrom |
|---|---|
| Label | valid from |
| IRI | https://w3id.org/prism#validFrom |
| Type | DatatypeProperty |
| Domain | prism:DelegationRecord |
| Range | xsd:dateTime |
| Definition | Start of the delegation's validity window. Authorisations should be time- or session-bound (MGF §2.1.2). |
prism:validUntil details →
| Term | prism:validUntil |
|---|---|
| Label | valid until |
| IRI | https://w3id.org/prism#validUntil |
| Type | DatatypeProperty |
| Domain | prism:DelegationRecord |
| Range | xsd:dateTime |
| Definition | End of the delegation's validity window. |
SHACL Shapes
prism:AISystemShape
Target class: airo:#AISystem
| Path | Min | Max | Class |
|---|---|---|---|
| rdfs:label | 1 | ||
| dpv:/legal/eu/aiact#hasRiskLevel | 1 | ||
| dpv:#hasSector | 1 |
prism:ComplianceRecordShape
Target class: prism:ComplianceRecord
| Path | Min | Max | Class |
|---|---|---|---|
| prism:hasAttestationStatus | 1 | ||
| prism:evidencesArticle | 1 | ||
| prism:ontologyVersion | 1 |
prism:AttestedRecordShape
| Path | Min | Max | Class |
|---|---|---|---|
| prism:attestedBy | 1 | ||
| prism:attestedAt | 1 | ||
| prism:sha256Hash | 1 |
prism:OversightInterventionShape
Target class: prism:OversightIntervention
| Path | Min | Max | Class |
|---|---|---|---|
| prism:attestedAt | 1 | ||
| prism:attestedBy | 1 | ||
| rdfs:comment | 1 |
prism:HumanOversightAIROShape
Target class: prism:HumanOversightRecord
| Path | Min | Max | Class |
|---|---|---|---|
| airo:#hasHumanInvolvement | 1 |
prism:AISystemAIROComplianceShape
| Path | Min | Max | Class |
|---|---|---|---|
| airo:#compliesWithRegulation | 1 |
prism:HighRiskDeployerArticle14Shape
| Path | Min | Max | Class |
|---|---|---|---|
| prism:hasComplianceRecord |
prism:HighRiskDeployerArticle26Shape
| Path | Min | Max | Class |
|---|---|---|---|
| prism:hasComplianceRecord |
prism:HighRiskDeployerArticle27Shape
| Path | Min | Max | Class |
|---|---|---|---|
| prism:hasComplianceRecord |
prism:ApplicabilityConditionShape
Target class: prism:ApplicabilityCondition
prism:AgenticAISystemShape
Target class: prism:AgenticAISystem
| Path | Min | Max | Class |
|---|---|---|---|
| prism:hasAutonomyLevel | 1 | ||
| prism:hasAgentComponent | 1 | ||
| prism:hasAgentControl | 1 |
prism:ToolComponentShape
Target class: prism:ToolComponent
| Path | Min | Max | Class |
|---|---|---|---|
| prism:hasSystemAccess | 1 | ||
| prism:hasActionScope | 1 |
prism:AgentControlShape
Target class: prism:AccessControl
| Path | Min | Max | Class |
|---|---|---|---|
| prism:implementedAtLayer | 1 |
prism:AgentIdentityRecordShape
Target class: prism:AgentIdentityRecord
| Path | Min | Max | Class |
|---|---|---|---|
| prism:agentIdentifier | 1 | ||
| prism:accountableParty | 1 |
prism:DelegationRecordShape
Target class: prism:DelegationRecord
| Path | Min | Max | Class |
|---|---|---|---|
| prism:delegatedBy | 1 | ||
| prism:delegatedTo | 1 | ||
| prism:permissionScope | 1 | ||
| prism:validUntil | 1 |
prism:OversightEffectivenessRecordShape
Target class: prism:OversightEffectivenessRecord
| Path | Min | Max | Class |
|---|---|---|---|
| prism:humanOverrideRate | |||
| prism:humanOverrideRate | 1 |
prism:AgentChangeManagementRecordShape
Target class: prism:AgentChangeManagementRecord
| Path | Min | Max | Class |
|---|---|---|---|
| prism:hasChangeTrigger | 1 | ||
| prism:hasChangeCategory | 1 |