You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 15, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: validator/src/main/resources/constraint_shapes.ttl
+35Lines changed: 35 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -273,6 +273,41 @@ aas:AASd-023Shape a sh:NodeShape ;
273
273
""" ;
274
274
] .
275
275
276
+
# AASd-026
277
+
aas:AASd-026Shape a sh:NodeShape ;
278
+
sh:targetClass aas:SubmodelElementCollection ;
279
+
sh:prefixes xsd: ;
280
+
sh:sparql [
281
+
a sh:SPARQLConstraint ;
282
+
sh:message "If allowDuplicates==false then it is not allowed that the collection contains several elements with the same semantics (i.e. the same semanticId)." ;
283
+
sh:select """
284
+
SELECT ?keyType
285
+
WHERE {
286
+
?SubmodelElementCollection a <https://admin-shell.io/aas/3/0/RC01/SubmodelElementCollection> .
* <i> If allowDuplicates==false then it is not allowed that the collection contains several elements with the same semantics (i.e. the same semanticId). </i>
0 commit comments