select ?title, ?link, ?start, ?end, ?location
where
(rss::items http://chewbacca.ilrt.bris.ac.uk/events/events.xml ?seq)
(?contains ?seq ?item)
(rss::title ?item ?title)
(rss::link ?item ?link)
(ev::startdate ?item ?start)
(ev::enddate ?item ?end)
(ev::location ?item ?location)
using rss for http://purl.org/rss/1.0/
ev for http://purl.org/rss/1.0/modules/event/
|