PREFIX foaf: select DISTINCT * where { ?s ?p ?o. Filter (?s = <#person.93> ) optional { ?o foaf:name ?on }. }