Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit 9e3908b

Browse files
author
changqin26
committed
Fixing the error for Constraint 080.
1 parent 4230fa8 commit 9e3908b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

validator/src/main/resources/constraint_shapes.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,9 +1018,9 @@ aas:KeyWithGlobalReferenceTypeCorrectIdType a sh:NodeShape ;
10181018
WHERE {
10191019
?element a <https://admin-shell.io/aas/3/0/RC01/Key> .
10201020
?element <https://admin-shell.io/aas/3/0/RC01/Key/type> ?keyType .
1021-
FILTER(?keyType = <https://admin-shell.io/aas/3/0/RC01/KeyElements/GLOBAL_REFERENCE>)
1021+
FILTER(?keyType = <https://admin-shell.io/aas/3/0/RC01/KeyElements/GlobalReference>)
10221022
?element <https://admin-shell.io/aas/3/0/RC01/Key/idType> ?keyIdType .
1023-
FILTER(?keyIdType = <https://admin-shell.io/aas/3/0/RC01/KeyType/ID_SHORT> || ?keyIdType = <https://admin-shell.io/aas/3/0/RC01/KeyType/FRAGMENT_ID>)
1023+
FILTER(?keyIdType = <https://admin-shell.io/aas/3/0/RC01/LocalKeyType/IdShort> || ?keyIdType = <https://admin-shell.io/aas/3/0/RC01/LocalKeyType/FragmentId>)
10241024
}
10251025
""" ;
10261026
] .

0 commit comments

Comments
 (0)