From e937e107fa7af66150ee52696eecbb3dde2ad87d Mon Sep 17 00:00:00 2001 From: changqin26 Date: Mon, 13 Sep 2021 10:02:15 +0200 Subject: [PATCH] Fixing the error for Constraint 068. --- validator/src/main/resources/constraint_shapes.ttl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/validator/src/main/resources/constraint_shapes.ttl b/validator/src/main/resources/constraint_shapes.ttl index 2b8d6bbd..73092a45 100644 --- a/validator/src/main/resources/constraint_shapes.ttl +++ b/validator/src/main/resources/constraint_shapes.ttl @@ -838,11 +838,11 @@ aas:AASd-068Shape a sh:NodeShape ; FILTER ( ?keyValue = ?identifierValue ) FILTER (?dataType NOT IN ( - , # TODO: should be RealCount - , # TODO: should be RealCount - , # TODO: should be RealMeasure - , # TODO: should be Rational - # TODO: should be RationalMeasure + , # TODO: should be RealCount + , # TODO: should be RealCount + , # TODO: should be RealMeasure + , # TODO: should be Rational + # TODO: should be RationalMeasure )) }