@prefix : <#> . @prefix http: <#> . @prefix html: <#> . @prefix log: . # A DanC rule { :r a http:Reply; :from :s; :content :bytes . :bytes :xmlParseAs :dom; :dom [ :xpath "html/head/title" ], :t } log:implies { :r html:title :t. }.