PREFIX ex: SELECT ?s ?o WHERE { VALUES ?s { ex:S } LATERAL { OPTIONAL { FILTER(BOUND(?s)) . VALUES ?o { ex:O } } } }