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

Commit 7c7b9ac

Browse files
committed
Fixing check for Constraint 66a
1 parent 39e62f0 commit 7c7b9ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

validator/src/main/resources/constraint_shapes.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ aas:AASd-067Shape a sh:NodeShape ;
803803
?identifier <https://admin-shell.io/aas/3/0/RC01/Identifier/identifier> ?identifierValue .
804804
805805
FILTER ( ?keyValue = ?identifierValue )
806-
FILTER (?dataType != <https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0/RC01/DataTypeIEC61360/STRING_TRANSLATABLE>)
806+
FILTER (?dataType != <https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0/RC01/StringTranslatable>)
807807
}
808808
""" ;
809809
] .

0 commit comments

Comments
 (0)