
Eric Prud'hommeaux, eric@w3.org
RDF Data Access Working Group
Goals:
SELECT ?tile WHERE { ?response tnss:doctitle ?title }aws:ItemSearchResponse/aws:Items/aws:Item/aws:Title
<definitions><types><element name="ItemSearchResponse"></element></types>...
<message name="ItemSearchResponseMsg"/></definitions><xs:element name="Item" spat:SPAT='?book tns:doctitle xpath("aws:Title")'/>
What happens when the user issues a query?
Watch the SPDL Home Page for progress.
PREFIX tnss: <http://webservices.amazon.com/AWSECommerceService/2004-11-10>
SELECT ?asin ?title WHERE {
?X tnss:id "0FWYBWB91M5S26YBE382" ;
tnss:keywords "cola" ;
tnss:index "Books" ;
tnss:asin ?asin ;
tnss:doctitle ?title }
| asin | title |
|---|---|
| "0896584542" | "The Sparkling Story of Coca-Cola" |
| "0953984028" | "The World Stormrider Guide (Stormrider Guides)" |
| "0887307515" | "Secret Formula" |
| "0873493818" | "The Encyclopedia of Pepsi-Cola Collectibles (Encyclopedia of Pepsi-Cola Collectibles)" |
| "0896960528" | "The Cola Wars: The story of the global battle between the Coca-Cola Company and PepsiCo, Inc." |
| "1887432930" | "Coca-Cola Collectible Santas (Collector's Guide to Coca Cola Items Series)" |
| "0977184307" | "Splenda® Is It Safe Or Not?" |
| "0873492412" | "Petretti's Coca-Cola Collectibles Price Guide (Petretti's Coca-Cola Collectibles Price Guide)" |
| "0553568914" | "Elvis, Jesus and Coca-Cola (Kinky Friedman Novels (Paperback))" |
| "0465054684" | "For God, Country, and Coca-Cola: The Definitive History of the Great American Soft Drink and the Company That Makes It" |