SELECT ?x, ?l, ?c, FROM http://xmlns.com/wordnet/1.6/Job WHERE (web::type ?x rdfs::Class) (rdfs::label ?x ?l) (rdfs::description ?x ?c) USING web FOR http://www.w3.org/1999/02/22-rdf-syntax-ns# rdfs FOR http://www.w3.org/2000/01/rdf-schema# SELECT ?signer, ?signerMail, ?signee, ?signeeMail, ?hex, FROM http://rdfweb.org/~pldab/rdfweb/danbri.wot.rdf WHERE (wot::identity ?pk ?id) (foaf::name ?id ?signee) (foaf::mbox ?id ?signeeMail) (wot::signed ?id ?e) (foaf::name ?e ?signer) (foaf::mbox ?e ?signerMail) (wot::signerLongHexID ?e ?hex) USING wot FOR http://xmlns.com/wot/0.1/ foaf FOR http://xmlns.com/foaf/0.1/ SELECT ?sal, ?t FROM http://ilrt.org/discovery/2000/11/rss-query/jobs-rss.rdf, http://ilrt.org/discovery/2000/11/rss-query/jobs.rss WHERE (job::advertises ?x ?y) (job::salary ?y ?sal) (job::title ?y ?t) AND ?sal > 55000 USING job for http://ilrt.org/discovery/2000/11/rss-query/jobvocab.rdf# SELECT ?item, ?job, ?orghome, ?salary, ?currency, FROM http://ilrt.org/discovery/2000/11/rss-query/jobs-rss.rdf, http://ilrt.org/discovery/2000/11/rss-query/jobs.rss WHERE (job::advertises ?item ?job) (rdf::type ?job wordnet::Job) (job::salary ?job ?salary) (job::currency ?job ?currency) (job::orgHomepage ?job ?orghome) USING job FOR http://ilrt.org/discovery/2000/11/rss-query/jobvocab.rdf# rdf FOR http://www.w3.org/1999/02/22-rdf-syntax-ns# wordnet FOR http://xmlns.com/wordnet/1.6/ SELECT ?desc, ?hourstart, ?minstart, ?dend, ?hourend, ?minend FROM http://swordfish.rdfweb.org/~libby/calendar/cal1.rdf, http://swordfish.rdfweb.org/~libby/calendar/cal2.rdf WHERE (foaf::mbox ?person mailto:libby.miller@bristol.ac.uk) (ical::attendee ?event ?person) (ical::description ?event ?desc) (ical::dstart ?event ?date) (rdfs::label ?date ?q) (ical::hour ?date ?hourstart) (ical::minute ?date ?minstart) (ical::dtend ?event ?d) (rdfs::label ?d ?dend) (ical::hour ?d ?hourend) (ical::minute ?d ?minend) AND ?q ~ 2001-01-11 USING ical FOR http://www.ietf.org/rfc/rfc2445.txt# foaf FOR http://xmlns.com/foaf/0.1/ rdfs FOR http://www.w3.org/2000/01/rdf-schema# SELECT ?event, ?type, ?time, ?place, FROM http://ilrt.org/discovery/harmony/oai.rdf WHERE (web::type ?event abc::Event) (abc::context ?event ?context) (dc::type ?event ?type) (abc::time ?context ?time) (abc::place ?context ?place) USING web FOR http://www.w3.org/1999/02/22-rdf-syntax-ns# abc FOR http://ilrt.org/discovery/harmony/abc-0.1# dc for http://purl.org/dc/elements/1.1/ SELECT ?act, ?role, ?name FROM http://ilrt.org/discovery/harmony/oai.rdf WHERE (web::type ?act abc::Act) (abc::role ?act ?role) (abc::agent ?act ?a) (abc::name ?a ?name) USING web FOR http://www.w3.org/1999/02/22-rdf-syntax-ns# abc FOR http://ilrt.org/discovery/harmony/abc-0.1# SELECT ?title, ?type, ?time, ?place, ?name FROM http://ilrt.org/discovery/harmony/oai.rdf WHERE (web::type ?event abc::Event) (abc::context ?event ?context) (dc::type ?event ?type) (abc::time ?context ?time) (abc::place ?context ?place) (abc::act ?event ?act) (abc::agent ?act ?per) (abc::name ?per ?name) AND ?name ~ lagoze USING web FOR http://www.w3.org/1999/02/22-rdf-syntax-ns# abc FOR http://ilrt.org/discovery/harmony/abc-0.1# dc for http://purl.org/dc/elements/1.1/