Changes

Jump to navigation Jump to search
no edit summary
Line 27: Line 27:  
WITH {SELECT ?subject ?object ?edgeRGB WHERE {
 
WITH {SELECT ?subject ?object ?edgeRGB WHERE {
 
     INCLUDE %predicates.
 
     INCLUDE %predicates.
     ?subject {{{subject_predicate}}} ?subjectValue.
+
     ?subject {{{predicate}}} ?subjectValue.
     ?object {{{object_predicate}}} ?objectValue.
+
     ?object {{{predicate}}} ?objectValue.
 
     ?subject ?predicate ?object.
 
     ?subject ?predicate ?object.
 
     # This is filtering for each edge twice, potentially a huge waste: |E|*|V| instead of |V|
 
     # This is filtering for each edge twice, potentially a huge waste: |E|*|V| instead of |V|
Anonymous user

Navigation menu