Skip to content

Commit a01734e

Browse files
committed
removed MAP from shorten set
1 parent 9f1bf2b commit a01734e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/n10s/validation/SHACLValidator.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1438,8 +1438,7 @@ private boolean nodesAreUriIdentified() {
14381438
//TODO: not convinced about the GRAPHCONF_VOC_URI_MAP case below. Unit tests please.
14391439
private boolean shallIShorten() {
14401440
return gc != null && (gc.getHandleVocabUris() == GRAPHCONF_VOC_URI_SHORTEN ||
1441-
gc.getHandleVocabUris() == GRAPHCONF_VOC_URI_SHORTEN_STRICT ||
1442-
gc.getHandleVocabUris() == GRAPHCONF_VOC_URI_MAP);
1441+
gc.getHandleVocabUris() == GRAPHCONF_VOC_URI_SHORTEN_STRICT );
14431442
}
14441443

14451444
private String getQuery(String pref, boolean tx, String queryConstraintWhere, String suff) {

0 commit comments

Comments
 (0)