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
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -813,7 +813,7 @@ aas:AASd-068Shape a sh:NodeShape ;
813
813
sh:targetClass aas:Range;
814
814
sh:sparql [
815
815
a sh:SPARQLConstraint ;
816
-
sh:message "If the semanticId of a Range submodel element references a ConceptDescription then DataSpecificationIEC61360/dataType shall be a numerical one, i.e. REAL_* or RATIONAL_*." ;
816
+
sh:message "If the semanticId of a Range submodel element references a ConceptDescription then DataSpecificationIEC61360/dataType shall be a numerical one, i.e. Real* or Rational*." ;
817
817
sh:prefixes [
818
818
sh:declare [
819
819
sh:prefix "iec61360" ;
@@ -838,11 +838,11 @@ aas:AASd-068Shape a sh:NodeShape ;
838
838
FILTER ( ?keyValue = ?identifierValue )
839
839
840
840
FILTER (?dataType NOT IN (
841
-
<https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0/RC01/DataTypeIEC61360/REAL_CURRENCY>, # TODO: should be RealCount
842
-
<https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0/RC01/DataTypeIEC61360/REAL_COUNT>, # TODO: should be RealCount
843
-
<https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0/RC01/DataTypeIEC61360/REAL_MEASURE>, # TODO: should be RealMeasure
844
-
<https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0/RC01/DataTypeIEC61360/RATIONAL>, # TODO: should be Rational
845
-
<https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0/RC01/DataTypeIEC61360/RATIONAL_MEASURE> # TODO: should be RationalMeasure
0 commit comments