every: All specified entities must be present in the relationship This creates multiple triple patterns (implicit AND).
Example: { knows: { every: [{ '@id': 'http://ex.com/f1' }, { '@id': 'http://ex.com/f2' }] } } => ?person :knows http://ex.com/f1 . ?person :knows http://ex.com/f2 .
Array of filter criteria (typically node references)
Filter context
SPARQL patterns requiring all entities to be present
every: All specified entities must be present in the relationship This creates multiple triple patterns (implicit AND).
Example: { knows: { every: [{ '@id': 'http://ex.com/f1' }, { '@id': 'http://ex.com/f2' }] } } => ?person :knows http://ex.com/f1 . ?person :knows http://ex.com/f2 .