# bindings with two variables and one set of values PREFIX : SELECT ?s ?o1 ?o2 { ?s ?p1 ?o1 . ?s ?p2 ?o2 . } BINDINGS ?o1 ?o2 { ("Alan" "alan@example.org") }