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

Commit e937e10

Browse files
author
changqin26
committed
Fixing the error for Constraint 068.
1 parent a06e54d commit e937e10

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

validator/src/main/resources/constraint_shapes.ttl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -838,11 +838,11 @@ aas:AASd-068Shape a sh:NodeShape ;
838838
FILTER ( ?keyValue = ?identifierValue )
839839
840840
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
841+
<https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0/RC01/RealCount>, # TODO: should be RealCount
842+
<https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0/RC01/RealCount>, # TODO: should be RealCount
843+
<https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0/RC01/RealMeasure>, # TODO: should be RealMeasure
844+
<https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0/RC01/Rational>, # TODO: should be Rational
845+
<https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0/RC01/RationalMeasure> # TODO: should be RationalMeasure
846846
))
847847
848848
}

0 commit comments

Comments
 (0)