(dp1 S'allRelated' p2 S'select ?a ?b where (<%s> ?a ?b)' p3 sS'olb' p4 S'SELECT ?olb where (?q foaf:nick "%s") (?q bio:olb ?olb) using foaf for , bio for ' p5 sS'like-pubs' p6 S'SELECT ?pubname WHERE (?p foaf:nick "%s") (?p likes:pub ?pub) (?pub pubs:pubName ?pubname) using foaf for , likes for , pubs for ' p7 sS'maintainer' p8 S'select ?name where (?pro ?predname "%s") (?pro doap:maintainer ?p) (?p foaf:name ?name) AND ?predname == doap:name || ?predname == doap:shortname using foaf for , doap for ' p9 sS'agentknows' p10 S'select ?nick where (?p ?pred "%s") (?p foaf:knows ?p2) (?p2 ?pred ?nick) AND ?pred == foaf:nick || ?pred == foaf:name using foaf for ' p11 sS'webpage' p12 S'select ?site where (?site ?title "%s") and ?title == dc:title || ?title == rss:title || ?title == rss11:title || ?title == rdfs:label using rss for , dc for , rss11 for , rdfs for ' p13 sS'drankbeerwith' p14 S'select ?nick where (?p ?nameornick "%s") (?p quaff:drankBeerWith ?p2) (?p2 ?nameornick ?nick) AND ?nameornick == foaf:nick || ?nameornick == foaf:name using foaf for , quaff for ' p15 sS'alldayevents' p16 S'select ?summary, ?d, ?de where (?event i:summary ?summary) (?event i:dtstart ?date) (?date i:date ?d) (?event i:dtend ?dend) (?dend i:date ?de) AND ?d =~ /%s/ using i for ' p17 sS'depiction' p18 S'select ?dep, ?t where (?p ?non "%s") (?p ?t ?dep) and ?non == foaf:nick || ?non == foaf:name || ?non == foaf:mbox_sha1sum and ?t == foaf:depiction || ?t == foaf:img' p19 sS'based_near' p20 S'select ?place ?name where (?r ?pred "%s") (?r foaf:based_near ?p) (?p ?place ?name) and ?pred == foaf:nick || ?pred == dc:title || ?pred == foaf:name using foaf for , dc for ' p21 sS'icbm-name' p22 S'select ?lat, ?long where (?p foaf:name "%s") (?p foaf:based_near ?g) (?g geo:lat ?lat) (?g geo:long ?long) ' p23 sS'icbm' p24 S'select ?lat, ?long where (?p foaf:nick "%s") (?p foaf:based_near ?g) (?g geo:lat ?lat) (?g geo:long ?long) using foaf for , geo for ' p25 sS'keywords' p26 S'select ?keywords where (?p foaf:nick "%s") (?p bio:keywords ?keywords) using foaf for , bio for ' p27 sS'country-population' p28 S'select ?pop where (?c fact:conventionalShortCountryName "%s") (?c fact:population ?pop) using fips for , fact for ' p29 sS'chair' p30 S'select ?grpName ?pg where (?who contact:fullName "%s") (?grp org:chair ?who) (?grp contact:homePage ?pg) (?grp org:name ?grpName)' p31 sS'kissed' p32 S'select ?name where (?p2 ?non "%s") (?p2 kiss:kissed ?p) (?p ?non ?name) AND ?non == foaf:nick || ?non == foaf:name' p33 sS'todo' p34 S'select ?owner, ?text, ?date WHERE (?a rdf:type todo:Item) (?a todo:owner ?p) (?p foaf:nick "%s") (?p foaf:nick ?owner) (?a todo:text ?text) (?a dc:date ?date)' p35 sS'authorlinks' p36 S'select ?title where (?p foaf:nick "%s") (?p foaf:maker ?channel) (?channel rss:items ?links) (?links ?foo ?link) (?link rss:title ?title) using rss for , foaf for ' p37 sS'like-musicalwork' p38 S'SELECT ?t WHERE (?p foaf:nick "%s") (?p likes:musicalwork ?m) (?m dc:title ?t) using foaf for , likes for , dc for ' p39 sS'like-books' p40 S'SELECT ?t WHERE (?p foaf:nick "%s") (?p likes:book ?b) (?b dc:title ?t) using foaf for , likes for , dc for ' p41 sS'title' p42 S'SELECT ?title where (?q foaf:nick "%s") (?q foaf:title ?title) using foaf for ' p43 sS'rsslinktitles' p44 S'select ?title where (?channel rss:title "%s") (?channel rdf:type rss:channel) (?channel rss:items ?links) (?links ?p ?o) (?o ?titles ?title) and ?titles == dc:title || ?titles == rss:title using dc for , rss for ' p45 sS'travel' p46 S'select ?where ?when ?what where { ?e cal:attendee ?who; cal:dtstart ?when; cal:location ?where; cal:summary ?what. ?who foaf:nick "%s" } order by ?when' p47 sS'domainOf' p48 S'select ?domain where ( %s rdfs:domain ?domain ) using rdfs for , foaf for ' p49 sS'country-background' p50 S'select ?b where (?c fact:conventionalShortCountryName "%s") (?c fact:background ?b) using fips for , fact for ' p51 sS'languages' p52 S'select ?lang ?srw where (?agent ?nameornick "%s") (?agent ?srw ?lang) and ?srw == srw11:masters || ?srw == srw11:speaks || ?srw == srw11:writes || ?srw == srw11:reads and ?nameornick == foaf:nick || ?nameornick == foaf:name using foaf for , srw11 for ' p53 sS'nick' p54 S' select ?nick where (?p ?pred "%s") (?p foaf:nick ?nick) and ?pred == foaf:name || ?pred == foaf:aimChatID || ?pred == foaf:jabberID || ?pred == foaf:msnChatID || ?pred == foaf:yahooChatID || ?pred == foaf:nick using foaf for ' p55 sS'contact' p56 S'select ?prop, ?addr where (?who ?nickorname "%s") (?who ?prop ?addr) and ?nickorname == foaf:nick || ?nickorname == foaf:name and ?prop == foaf:yahooChatID || ?prop == foaf:msnChatID || ?prop == foaf:aimChatID || ?prop == foaf:jabberID || ?prop == foaf:mbox || ?prop == foaf:phone || ?prop == foaf:icqChatID using foaf for ' p57 sS'places' p58 S'select ?title where (?n foaf:name "%s") (?obj foaf:based_near ?n) (?obj dc:title ?title) USING foaf for , dc for ' p59 sS'pub-address' p60 S'SELECT ?str, ?loc, ?co, ?pc WHERE (?p p:pubName "%s") (?p v:ADR ?a) (?a v:Street ?str) (?a v:Locality ?loc) (?a v:Country ?co) (?a v:Pcode ?pc) using p for , v for ' p61 sS'xfn_met' p62 S'select ?name where (?p xfn:met ?p2) (?p2 foaf:name ?name) (?p foaf:nick "%s") using foaf for , xfn for ' p63 sS'ljinterests' p64 S'select ?title where (?p foaf:nick "%s") (?p foaf:interest ?i) (?i dc:title ?title) using foaf for , dc for ' p65 sS'foo' p66 S"select ?nick where (?person ?nick) and ?nick eq 'uws'" p67 sS'homepage' p68 S'select ?res where (?thing ?nameornick "%s") (?thing ?homepage ?res) and ?nameornick == foaf:nick || ?nameornick == foaf:name || ?nameornick == doap:name || ?nameornick == doap:shortname and ?homepage == doap:homepage || ?homepage == foaf:homepage using doap for ' p69 sS'conferencePeople' p70 S'select ?txt where ( ?e contact:homePage <%s> ) (?e cyc:socialParticipants ?who ) (?who foaf:nick ?txt)' p71 sS'available' p72 S'select ?p where (?s ?pred "%s") (?s ?p ?o) and ?pred == foaf:nick || ?pred == foaf:name using foaf for ' p73 sS'javaPlatform' p74 S'select ?bar where (?phone prf:component ?p) (?p prf:Model "%s") (?phone prf:component ?s) (?s prf:JavaPlatform ?j) (?j ?foo ?bar)' p75 sS'country-lowestPoint' p76 S'select ?pn, ?elv where (?c fact:conventionalShortCountryName "%s") (?c fact:lowestPoint ?p) (?p fact:name ?pn) (?p fact:elevation ?elv) using fips for , fact for ' p77 sS'photo' p78 S'select ?dep, ?t where (?p ?non "%s") (?p ?t ?dep) and ?non == foaf:nick || ?non == foaf:name || ?non == foaf:mbox_sha1sum and ?t == foaf:depiction || ?t == foaf:img' p79 sS'knows' p80 S'select ?nick where (?p foaf:nick "%s") (?p2 foaf:knows ?p) (?p2 foaf:nick ?nick) using foaf for ' p81 sS'dob-date' p82 S'select ?n where (?p foaf:dateOfBirth ?d) (?p foaf:nick ?n) and ?d =~ /%s/' p83 sS'quote' p84 S'select ?text where (?p ?pred "%s") (?q q:speaker ?p) (?q q:text ?text)and ?pred == foaf:nick || ?pred == foaf:name using foaf for , q for ' p85 sS'myersBriggs' p86 S'select ?myersBriggs where (?p ?pred "%s") (?p foaf:myersBriggs ?myersBriggs) and ?pred == foaf:name || ?pred == foaf:nick using foaf for ' p87 sS'term' p88 S'select ?term where ( ?term rdf:type rdf:Property ) and ?term =~ /%s/ using rdf for ' p89 sS'base_page' p90 S'select ?pg where (?who foaf:nick "%s") (?who foaf:based_near ?place) (?pg foaf:primaryTopic ?place)' p91 sS'schemaweb' p92 S'select ?s, ?name, ?url where (?s s:name ?name) (?s s:rdf-meta ?url) AND ?name =~ /%s/ using s for ' p93 sS'test' p94 S'select ?birthday where (?per foaf:name "Nicholas George Shanks") (?per foaf:birthday ?birthday) ' p95 sS'dob' p96 S'select ?dob where (?p foaf:nick "%s") (?p foaf:dateOfBirth ?dob) using foaf for ' p97 sS'members' p98 S'select ?membername where (?group ?nameornick "%s") (?group foaf:member ?member) (?member foaf:name ?membername) and ?nameornick == foaf:nick || ?nameornick == foaf:name using foaf for ' p99 sS'country-highestPoint' p100 S'select ?pn, ?elv where (?c ?name "%s") (?c fact:highestPoint ?p) (?p fact:name ?pn) (?p fact:elevation ?elv) AND ?name == fact:conventionalShortCountryName || ?name == iso:name using fips for , fact for , iso for ' p101 sS'rangeOf' p102 S'select ?range where ( %s rdfs:range ?range ) using rdfs for , foaf for ' p103 sS'dranklagerwith' p104 S'select ?nick where (?p foaf:nick "%s") (?p quaff:drankLagerWith ?p2) (?p2 foaf:nick ?nick) using foaf for , quaff for ' p105 sS'school' p106 S'SELECT ?w WHERE (?p foaf:nick "%s") (?p foaf:schoolHomepage ?w) using foaf for ' p107 sS'made' p108 S'select ?title ?creation where (?agent ?nameornick "%s") (?agent foaf:made ?creation) (?creation dc:title ?title) and ?nameornick == foaf:name || ?nameornick == foaf:nick using foaf for , dc for ' p109 sS'name' p110 S'select ?name where (?q foaf:nick "%s") (?q foaf:name ?name)' p111 sS'neighborhoods' p112 S'select ?name where (?obj dc:title "%s") (?obj foaf:based_near ?n) (?n foaf:name ?name) USING foaf for , dc for ' p113 sS'wash' p114 S'SELECT ?t where ( dc:title ?t)' p115 sS'rsstitles' p116 S'select ?title ?link where (?channel rss:title "%s") (?channel rdf:type rss:channel) (?channel rss:items ?links) (?links ?foo ?link) (?link rss:title ?title)' p117 sS'desc' p118 S'select ?desc where (?p ?pred "%s") (?p doap:description ?desc) and ?pred == doap:name || ?pred == doap:shortname using doap for ' p119 sS'commentContains' p120 S'select ?a where (?a rdfs:comment ?c) and ?c =~ /%s/' p121 sS'modified' p122 S'select ?m where (?i rdfs:label "%s") (?i dct:modified ?m) using rdfs for , dct for ' p123 sS'picOfA' p124 S'select ?img where (?t rdf:type wn:%s) (?img foaf:depicts ?t) using foaf for , wn for ' p125 sS'newdepiction' p126 S'select ?title, ?url where (?p ?tprop "%s") (?p ?type ?url) (?url dc:title ?title) and ?type == foaf:depiction || ?type == foaf:img and ?tprop == foaf:nick || ?tprop == dc:title USING foaf for , dc for ' p127 sS'like-same-music-as' p128 S'SELECT ?pname WHERE (?q foaf:nick "%s") (?q likes:musician ?m) (?p likes:musician ?m) (?p foaf:name ?pname) AND ?p != ?q using foaf for , likes for ' p129 sS'weblog' p130 S'select ?r where (?p ?pred "%s") (?p foaf:weblog ?r) and ?pred == foaf:nick || ?pred == foaf:name using foaf for ' p131 sS'sha' p132 S'select ?sha where (?p ?pred "%s") (?p foaf:mbox_sha1sum ?sha) and ?pred == foaf:nick || ?pred == foaf:name using foaf for ' p133 sS'workplace' p134 S'SELECT ?w WHERE (?p foaf:nick "%s") (?p foaf:workplaceHomepage ?w) using foaf for ' p135 sS'biodob' p136 S'select ?dob where (?p foaf:nick "%s") (?p bio:event ?bd) (?bd rdf:type bio:Birth) (?bd bio:date ?dob)' p137 sS'mbox' p138 S'select ?mbox where (?p foaf:nick "%s") (?p foaf:mbox ?mbox) using foaf for ' p139 sS'like-musicians' p140 S'SELECT ?musician WHERE (?p ?name "%s") (?p likes:musician ?m) (?m ?name ?musician) and ?name == foaf:name || ?name == foaf:nick using foaf for , likes for ' p141 sS'namefromany' p142 S'select ?name where (?p ?pred "%s") (?p foaf:name ?name) AND ?pred == foaf:aimChatID || ?pred == foaf:yahooChatID || ?pred == foaf:nick || ?pred == foaf:homepage || ?pred == foaf:msnChatID || ?pred == foaf:jabberID using foaf for ' p143 sS'rsslinks' p144 S'select ?link where (?channel rss:title "%s") (?channel rdf:type rss:channel) (?channel rss:items ?links) (?links ?foo ?link) using rss for ' p145 s.