in: Use VALUES clause (most efficient for SPARQL) { status: { in: ["active", "pending"] } } => VALUES ?status { "active" "pending" } ?person :status ?status . { knows: { in: [{ '@id': 'http://ex.com/p1' }, { '@id': 'http://ex.com/p2' }] } } => VALUES ?knows { http://ex.com/p1 http://ex.com/p2 } ?person :knows ?knows .
in: Use VALUES clause (most efficient for SPARQL) { status: { in: ["active", "pending"] } } => VALUES ?status { "active" "pending" } ?person :status ?status . { knows: { in: [{ '@id': 'http://ex.com/p1' }, { '@id': 'http://ex.com/p2' }] } } => VALUES ?knows { http://ex.com/p1 http://ex.com/p2 } ?person :knows ?knows .