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

Commit a06e54d

Browse files
author
changqin26
committed
Merge remote-tracking branch 'origin/feature/validation' into feature/validation
2 parents 0f7108b + b81e081 commit a06e54d

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)