Go to PGM-AUA V1.0 Data Types

Definition
Functional Requirements
Syntax
Semantics
Conformance Testing
Performance Assessment

Definition

Domain Access Status (PGM‑DAS) is a Status issued by Domain Access that reports the fulfilment of domain operations requested by A‑User Control, including the application of domain context, ambiguity resolution, constraint enforcement, semantic enrichment, cross‑modal consistency handling, and context construction, together with associated metadata for identification, exchange, and description.

Functional Requirements

  1. Status Identification and Traceability: The status shall include a unique identifier (DACStatusID) and a timestamp (DACStatusTime) to ensure traceability and correlation with the corresponding directive.
  2. Domain Context Reporting: The status shall include the DomainContext used during execution to ensure traceability of semantic interpretation.
  3. Domain Type and Instance Reporting: The status shall report DomainType and DomainInstance defining the domain in which processing occurred.
  4. Ontology and Constraint Reporting: The status may include OntologyRef and ConstraintSet indicating the knowledge structures and constraints applied.
  5. Interaction Mode Reporting: The status may include InteractionMode indicating the interaction context applied during interpretation.
  6. Action Fulfilment Reporting: The status shall include ActionFulfilment indicating whether each requested domain operation has been executed successfully, partially, or not.
  7. Ambiguity Resolution Reporting: The status shall indicate whether ambiguity resolution was performed and its outcome.
  8. Constraint Enforcement Reporting: The status shall indicate whether domain constraints were applied and enforced.
  9. Semantic Enrichment Reporting: The status shall indicate whether semantic enrichment based on domain knowledge was performed.
  10. Cross-Modal Resolution Reporting: The status shall indicate whether inconsistencies between modalities were resolved.
  11. Execution Context Construction Reporting: The status shall indicate whether a domain-aligned execution context was produced.
  12. Guide Generation Reporting: The status shall indicate whether User Context Guide and Personality Context Guide were generated.
  13. Prompt Generation Reporting: The status shall indicate whether a DA-Prompt was generated.
  14. Data Exchange Metadata: The status shall include DataXMData to provide standardised metadata supporting interoperability, traceability, and data exchange control.
  15. Descriptive Metadata: The status may include DescrMetadata to provide additional descriptive information.

Syntax

https://schemas.mpai.community/PGM1/V1.0/data/DACStatus.json

Semantics

Label Description
Header Status header identifier matching pattern “PGM-DAS-Vx.y”.
DACStatusID Unique identifier for this DAC Status instance.
DACStatusTime Timestamp indicating when the status was produced.
DomainContext Container defining the domain used during interpretation.
– DomainType Category of domain (e.g., physical, intellectual, interactional).
– DomainInstance Specific domain instance used during processing.
– OntologyRef Reference to ontology used during semantic interpretation.
– ConstraintSet Reference to domain constraints applied.
– InteractionMode Interaction context applied during execution.
ActionFulfilment Set of indicators reporting fulfilment of domain operations.
– ResolveAmbiguities Indicates whether ambiguity resolution was performed and completed.
– ApplyConstraints Indicates whether domain constraints were applied.
– SemanticEnrichment Indicates whether descriptors were enriched with domain semantics.
– CrossModalResolution Indicates whether cross-modal inconsistencies were resolved.
– ExecutionContext Indicates whether a domain-aligned execution context was constructed.
– UserContextGuide Indicates whether a User Context Guide was generated.
– PersonalityContextGuide Indicates whether a Personality Context Guide was generated.
– DAPrompt Indicates whether a DA-Prompt was generated.
DataXMData Data Exchange Metadata compliant with MPAI-PTF V1.0.
DescrMetadata Optional descriptive metadata providing human-readable context.