Example 1. Merging with Amazon to enhance Book data
default-graph-uri
http://metastore.ingenta.com
http://devstore.ingenta.com
named-graph-uri
named-graph-uri
query
PREFIX rdf:
PREFIX owl:
PREFIX dc:
PREFIX ident:
PREFIX amazon:
SELECT ?ms_id ?ms_title ?ms_infobike ?amazon_id ?amazon_title ?amazon_title ?amazon_price ?amazon_image WHERE { ?ms_id dc:identifier
. ?ms_id dc:title ?ms_title . ?ms_id ident:infobike ?ms_infobike . ?ms_id owl:sameAs ?amazon_id . ?amazon_id amazon:ProductName ?amazon_title . ?amazon_id amazon:ListPrice ?amazon_price . ?amazon_id amazon:ImageUrlLarge ?amazon_image . }
But you can see a flat copy of the
results here
though.