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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -880,16 +880,16 @@ aas:ConceptDescriptionWithCategoryDocumentAndIEC61360CorrectDataType a sh:NodeSh
880
880
sh:targetClass aas:ConceptDescription;
881
881
sh:sparql [
882
882
a sh:SPARQLConstraint ;
883
-
sh:message "For a ConceptDescription with category DOCUMENT using data specification template IEC61360 (http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0) - DataSpecificationIEC61360/dataType shall be one of the following values: String or Url." ;
883
+
sh:message "For a ConceptDescription with category DOCUMENT using data specification template IEC61360 (http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0) - DataSpecificationIEC61360/dataType shall be one of the following values: String or URL." ;
884
884
885
885
sh:select """
886
886
SELECT ?conceptDescription
887
887
WHERE {
888
888
?element a <https://admin-shell.io/aas/3/0/RC01/ConceptDescription> .
Copy file name to clipboardExpand all lines: validator/src/test/java/io/adminshell/aas/v3/model/validator/TestAASd_072.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ public void wrongDataType() {
68
68
fail();
69
69
} catch (ValidationExceptione) {
70
70
assertTrue(e.getMessage().endsWith(
71
-
"For a ConceptDescription with category DOCUMENT using data specification template IEC61360 (http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0) - DataSpecificationIEC61360/dataType shall be one of the following values: STRING or URL."));
71
+
"For a ConceptDescription with category DOCUMENT using data specification template IEC61360 (http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0) - DataSpecificationIEC61360/dataType shall be one of the following values: String or URL."));
0 commit comments