[TASK] Polish rule a bit.

This commit is contained in:
Jan Philipp Timme 2016-09-29 18:00:48 +02:00
parent 13862de9b6
commit 1394221d03
1 changed files with 3 additions and 3 deletions

View File

@ -153,9 +153,9 @@ public class Main {
+ " BIND(f:timestamp(?b,rdf:type,<http://example.org/type/B>) AS ?tsb) " + " BIND(f:timestamp(?b,rdf:type,<http://example.org/type/B>) AS ?tsb) "
+ " FILTER(?tsb < ?tsa || ?tsc < ?tsb)" + " FILTER(?tsb < ?tsa || ?tsc < ?tsb)"
+ " } " + " } "
+ " BIND(BOUND(?b) AS ?bbound) " //+ " BIND(BOUND(?b) AS ?bbound) "
+ " BIND(?tsa < ?tsb AS ?abeforeb) " //+ " BIND(?tsa < ?tsb AS ?abeforeb) "
+ " BIND(?tsb < ?tsc AS ?bbeforec) " //+ " BIND(?tsb < ?tsc AS ?bbeforec) "
+ "}"; + "}";
} }