PREFIX ex: SELECT ?s ?o WHERE { ?s a ex:T. OPTIONAL { LATERAL {SELECT ?s ?o WHERE { ?s ex:p ?o } ORDER BY ?o LIMIT 2} } }