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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1048,7 +1048,7 @@ aas:DataElementExcludingFileAndBlobCorrectCategory a sh:NodeShape ;
1048
1048
sh:targetClass aas:DataElement;
1049
1049
sh:sparql [
1050
1050
a sh:SPARQLConstraint ;
1051
-
sh:message "For data elements DataElement/category shall be one of the following values: CONSTANT, PARAMETER or VARIABLE. Exception: File and Blob data elements." ;
1051
+
sh:message "For data elements DataElement/category shall be one of the following values: Constant, Parameter or Variable. Exception: File and Blob data elements." ;
1052
1052
sh:prefixes rdf: ;
1053
1053
sh:select """
1054
1054
SELECT ?element
@@ -1057,7 +1057,7 @@ aas:DataElementExcludingFileAndBlobCorrectCategory a sh:NodeShape ;
"For data elements DataElement/category shall be one of the following values: CONSTANT, PARAMETER or VARIABLE. Exception: File and Blob data elements."));
75
+
"For data elements DataElement/category shall be one of the following values: Constant, Parameter or Variable. Exception: File and Blob data elements."));
0 commit comments