amalgame/commit

show empty datasets in the graphviz to aid debugging

authorJacco van Ossenbruggen
Thu Mar 5 10:05:46 2020 +0100
committerJacco van Ossenbruggen
Thu Mar 5 10:05:46 2020 +0100
commita1cef13115d11bf642b56466f0f1aa74d094ba49
treed9faff2bcde4c72d07934156ae3eb688ee186b89
parent911dd3f07fdb181dc211f43622f44a0dcb5e5d7d
Diff style: patch stat
diff --git a/api/strategy_viz.pl b/api/strategy_viz.pl
index 11530f6..c022b7d 100644
--- a/api/strategy_viz.pl
+++ b/api/strategy_viz.pl
@@ -109,8 +109,8 @@ amalgame_graph_triple(Graph,Graph,P,Scheme) :-
 	strategy_vocabulary(Graph, Scheme).
 amalgame_graph_triple(Graph,O,P,S) :-
 	rdf(S,P,O,Graph),
-	is_amalgame_property(P),
-	\+ empty_result(Graph, S).
+	is_amalgame_property(P).
+	% \+ empty_result(Graph, S).
 
 
 is_amalgame_property(P) :-