PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX fn: <http://www.w3.org/2005/xpath-functions#>
SELECT *
WHERE {
  ?a ?b ?c .
  OPTIONAL {
    ?a ?b ?e
  }
}
