# Query Type: 4, Historical single-version structured query PREFIX foaf: PREFIX cwork: PREFIX rdfs: SELECT * FROM {{{graphVhistorical}}} WHERE { { ?creativeWork cwork:about {{{cwAboutUri}}} . {{{cwAboutUri}}} rdfs:comment ?v0 . FILTER (lang (?v0) = 'en') } UNION { {{{cwAboutUri}}} foaf:depiction ?v1 } UNION { {{{cwAboutUri}}} foaf:homepage ?v2 } }