Generic Dataproduct and Notification Rules for Aerospace‑X
Status: Placeholder documentation (to be expanded)
Overview
This document describes the Aerospace‑X Generic DataPackage SHACL Model, available at:
https://w3id.org/aerospace-x/semanticModel/genericDataPackage/0#
It defines the mandatory business rules and validation constraints that all datasets and notifications must satisfy to be considered valid within the Aerospace‑X dataspace.
The objectives of this documentation are to:
- provide strict, operational rules (not semantic theory),
- support domain teams importing this model via
owl:imports,
- ensure consistent, minimal compliance across all dataset and notification exchanges.
Schema for generic dataset
flowchart TD
A[ax_core:Generic_Dataset]
%% Dataset shape properties
A -->|dataProvider 1-1| E[Aerospace-X Partner]
A -->|dataReceiver 0-*| E[Aerospace-X Partner]
A -->|inSeries 0-1| G[Asset declared in EDC connector]
A -->|conformsToStandard 1-1| H[URI of Aerospace-X standard]
A -->|version 1-1| I[Version following semver.org]
A -->|referenceEntity 0-*| J[Reference to a use‑case domain concept]
A -->|lastModificationDate 0-1| K[Date]
A -->|creationDate 1-1| K
A -->|description 1-*| M[Free text]
A -->|title 1-*| N[Free text]
Schema for generic notification
flowchart TD
B[ax_core:Generic_Notification]
%% Notification shape properties
B -->|notificationProvider 1-1| O[Aerospace-X Partner]
B -->|notificationReceiver 1-1| O[Aerospace-X Partner]
B -->|notificationComment 0-*| Q[Free text]
B -->|notificationCriticity 1-1| R[Criticity level]
B -->|notificationDate 1-1| S[Date]