Class ServiceNpsUnionFuser
java.lang.Object
org.eclipse.rdf4j.queryrender.sparql.ir.util.transform.ServiceNpsUnionFuser
Helper to fuse a UNION of two bare NPS path triples in a SERVICE body into a single negated property set triple.
Shape fused: - { { ?s !ex:p ?o } UNION { ?o !ex:q ?s } } => { ?s !(ex:p|^ex:q) ?o } - { { ?s !ex:p ?o } UNION { ?s
!ex:q ?o } } => { ?s !(ex:p|ex:q) ?o }
-
Method Summary
-
Method Details
-
fuse
-