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

Commit b81e081

Browse files
authored
Merge branch 'admin-shell-io:feature/validation' into feature/validation
2 parents 9e3908b + 7c7b9ac commit b81e081

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)