``` template { if(bound(?b), ?b, "who has a blog in 2018...") } where { ?p a foaf:Person optional { ?p foaf:weblog ?b } } ```