PREFIX rdfs: PREFIX owl: PREFIX skos: PREFIX schema: PREFIX org: PREFIX wgs84: PREFIX wdtn: PREFIX tm: PREFIX person: CONSTRUCT { ?s ?p ?o . } WHERE { { # Triples about Irene Abendroth (as subject) ?s ?p ?o . FILTER(?s = person:AbeIre-00) } UNION { # Triples from other entities referencing Irene Abendroth ?s ?p ?o . ?s ?ref person:AbeIre-00 . } }