Commit 2f6d613d authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

less restrictive for conformsTo in develop mode

parent d6371482
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -91,8 +91,10 @@ public class Clause_9_6_3_Checker extends AbstractShaclChecker {
	}

	protected final void updateShapeModel() {
		if(versionName.equals(SAREFVersionName.DEFAULT)) {
			shapeModel.add(MESSAGE.conformsToNot.asResource(), SHACL.pattern, exactly(version.getIRI()));
			add(MESSAGE.conformsTo1, version.getIRI());
		}
		add(MESSAGE.conformsTo2);
		add(MESSAGE.conformsTo3);
		add(MESSAGE.title1);