SHACL Shapes
https://meta.linked.archi/archimate4/element-shapes#
SHACL shapes for validating ArchiMate 4.0 element instances and metamodel patterns. Adapted from 3.2 shapes for the domain-based structure of 4.0. Draft — needs validation against the ArchiMate 4.0 relationship validity matrix.
| Property | Constraint | Value | Severity | Message |
|---|---|---|---|---|
accessType |
datatype | string | Violation | |
accessType |
in | 7257a4745cf789ef |
Violation | |
accessType |
maxCount | 1 |
Violation |
| Property | Constraint | Value | Severity | Message |
|---|---|---|---|---|
prefLabel |
datatype | langString | Violation | |
prefLabel |
minCount | 1 |
Violation |
| Property | Constraint | Value | Severity | Message |
|---|---|---|---|---|
influenceStrength |
datatype | string | Violation | |
influenceStrength |
in | 7257a4745cf789ea |
Violation | |
influenceStrength |
maxCount | 1 |
Violation |
SELECT $this WHERE {
$this am4:flowsTo ?target .
$this rdf:type/rdfs:subClassOf* am4:MotivationElement .
}
SELECT $this WHERE {
$this am4:triggers ?target .
$this rdf:type/rdfs:subClassOf* am4:MotivationElement .
}
SELECT $this WHERE { $this am4:aggregates $this . }
SELECT $this WHERE { $this am4:composedOf $this . }
SELECT $this WHERE { $this am4:specializes $this . }
SELECT $this ?target WHERE {
$this am4:specializes ?target .
$this rdf:type ?sourceType .
?target rdf:type ?targetType .
?sourceType rdfs:subClassOf* arch:Element .
?targetType rdfs:subClassOf* arch:Element .
FILTER NOT EXISTS {
$this rdf:type ?commonType .
?target rdf:type ?commonType .
?commonType rdfs:subClassOf* arch:Element .
}
}