53545556575859606162
RDFValue context = stack.getFirst().toRDF(mc); stack = stack.getRest(); RDFValue pred = stack.getFirst().toRDF(mc); stack = stack.getRest(); RDFPredicateMapping mapping = getMapping(pred, context); solutions.put( stack.push(new Operator(mapping))); }
29303132333435
final RDFValue context) throws RippleException { StatementPatternQuery.Pattern type = inverted ? StatementPatternQuery.Pattern.PO_S : StatementPatternQuery.Pattern.SP_O; return new RDFPredicateMapping(type, predicate, context); }