SHACL Shapes
https://meta.linked.archi/archimate4/principle-shapes#
SHACL shapes encoding common enterprise architecture principles as executable constraints. Adapted from 3.2 principle shapes for ArchiMate 4.0 domain-based structure.
SELECT $this (COUNT(DISTINCT ?comp) AS ?count) WHERE {
?comp am4:realizes $this .
?comp rdf:type/rdfs:subClassOf* am4:InternalActiveStructureElement .
}
GROUP BY $this
HAVING (COUNT(DISTINCT ?comp) > 1)