SPARQL Queries for Local RDF Data

So you found some RDF data (yay!) from an archive somewhere, but there's no active SPARQL endpoint (it's all JSON APIs these days). You could use the methods implemented in the Python package rdflib to perform some lightweight searches of the triples, but what if you want to perform more complex queries without having to create a local triple store? In this post we'll see how to use the declarative language of SPARQL to perform complex queries on a local RDF file (inspired by this Stackoverflow post)?

Note: If you want to follow along at home, check out the post on RDF basics to find out how to get the data used in this post, where it comes from, and what it's all about.

Make a ConjunctiveGraph

First, make sure you have pip installed rdflib. Now make a ConjunctiveGraph from the data. Here we specify that the data should be parsed as nquads, since that's the form that this specific dataset takes.


In [1]:
import os

from rdflib import ConjunctiveGraph

base_folder = "data"
product_path = "products.nq"


def make_graph_from_nquads(input_data):
    g = ConjunctiveGraph(identifier="Products")
    data = open(input_data, "rb")
    g.parse(data, format="nquads")

    return g

g = make_graph_from_nquads(os.path.join(base_folder, product_path))

Query the rdflib.graph.Graph()

Now that we have a graph, rdflib exposes a Graph.query module that we can use to pass in SPARQL queries.

Let's create a reusable function get_products, that takes as an argument the ConjunctiveGraph and returns a list of products.


In [6]:
from rdflib import URIRef, BNode

def get_products(graph):
    
    product = URIRef("http://schema.org/Product")

    sparql_query = """
        SELECT DISTINCT ?s
        WHERE {
        ?s ?p ?o .
        }
        """

    results = graph.query(sparql_query, initBindings={'o' : product})
    return [str(result[0]) for result in results]

Now we can use our function to get all the unique products in the dataset:


In [7]:
products = get_products(g)

print("{} total products".format(len(products)))
print("URI of first product: {}".format(list(products)[0]))


216 total products
URI of first product: Neaca176676eb429cb27c9aff6ef60886

Now let's create a function get_product_details that takes as input the graph and a specific product's uri, and returns all the results containing the details available for that product:


In [8]:
def get_product_details(graph, product_uri):
    
    sparql_query = """
    SELECT ?p ?o
    WHERE {
    ?s ?p ?o .
    }
    """
    
    return graph.query(sparql_query, initBindings={'s' : product_uri})

We can test out our function to explore a specific product from our dataset (in this case the one corresponding to the anonymous node 'N5ff6dab3a3ec40b4a040220b8f2effbe'):


In [9]:
sample_product = BNode('N5ff6dab3a3ec40b4a040220b8f2effbe')
details = get_product_details(g, sample_product)
for detail in details:
    print(detail,'\n')

This tells that the product has some additional information, including a name ("sandcastle1"), a description ("Check out sandcastle1 on Cubify at http://cubify.com/Store/Design/AL98QAW7QL #getthereeasy"), and an image:

We can use the same function to get the details for every product in the dataset:


In [10]:
for product in products:
    print(product,':')
    for detail in get_product_details(g, BNode(product)):
        print('- ', detail)
    print('')


Neaca176676eb429cb27c9aff6ef60886 :
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://ashworthgolf.com/ashworth/G5422326.html', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Cardiff', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419672021462/zoom/G54223_zoom_D.jpg'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('G5422326', lang='en'))

N326f7a36c7ac4bb2bcda3d21ad65c11a :
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/d/b/Haier-HVTB18DABB18-Bottle-Dual-zone-Wine-Cooler-with-Touch-Screen-Controls-0.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N026dd521c9704dfc9bc9f0214aa490a4'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nf86074769414460b9a77be2519993573'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N22d9a54ef27047bd8a4e5fe2db8b7d84'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Haier - HVTSM18DABB 18-Bottle Dual Zone Tower Wine Cellar HVTS18DABB', lang='en-us'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nf6263b02b5fa44bea76bf61348e1a939'))

N2959f8145c2247d894f354fb3a142412 :
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('In Your Face Apparel Junior Ref Tank is made of 92/8 microfiber poly-spandex.  This is not an official referee jersey.', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n\t\tIn Your Face Apparel Junior Ref Tank\n\t', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('In Your Face Apparel', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/37096/300/in-your-face-apparel-junior-ref-tank.jpg'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

N1921ba06c1af4c1d88b41fb3e521d20c :
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('HexPad Sleeveless 6-Pad Body Sports Shirts. The 6-Pad Sleeveless Body Shirt is extremely lightweight and flexible. It is used by top teams as supplemental padding for all positions and the primary padding for defensive players.', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/13047/300/hexpad-sleeveless-6-pad-body-sports-shirts.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('Mcdavid', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N7062f4fe45f84380b7cfc1fc25d12d18'))
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('Nf92203a55e204e5a8370bf7e4b4f3641'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n\t\tHexPad Sleeveless 6-Pad Body Sports Shirts\n\t', lang='en'))

N9fb5738cf531450cb199c65c69ecc744 :
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nc92f1c2120a544eca278890188a91d47'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Ncc68e3d5fcb941f59369c8fb4f990692'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Xerox Phaser 6280', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nb7ecbd9fd67e4965976cb5f57ea5c82c'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Ne8ab3435212a4a65a049de2e6bf75c1a'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N566c942c03da43a58652575822c1d786'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N89fb9aac33034dbcb739763e7fbb668e'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nfc1fcebc37a24e9a9fffb60788057445'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Na6f34c224341450c8cd7613851d8a571'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('N68e5624e04454b6b9a6908714dfd1a21'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('This affordable color laser printer is designed for busy work teams. Spectacular color printing can give your documents the competitive edge, plus solid performance with built-in networking, advanced color technology and unparalleled quality, all at a surprisingly low price.\x0b\x0bThe Phaser 6280 printer can handle all the work your team can give it, with fast color output and advanced capabilities. Add outstanding color to your business documents at an exceptionally low price, with an array of advanced color printing tools and money-saving features.', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nd2eab04046864c7b89d0464ca623f3cf'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nc28809318cd94e05ada573b51c81622f'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Ncbe7e3a4113b45dba68cfd2d9b89864b'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N35bb670ef33c4060ac117c8593746d36'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/a/1/Xerox-Phaser-3300MFPV-3300MFPV-X-0.jpg'))

Naf746c1f58c74bc39d02ac61ccbb3847 :
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://s7.andersonfloors.com/is/image/ShawIndustries/AA712_39791_MAIN?$af_topdown$'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Wagon Wheel', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/sku'), rdflib.term.Literal('\xa0AA712-39791', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

Nb96921c9091045ae9176779885f1e5b9 :
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://adidasgolf.com/adidasGolf/footwear/DW-V3974.html', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('DW-V3974', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('crossflex', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1418839796329/zoom/Q47097_zoom.jpg'))

N2d526fd538ce4aa79e9bd187a8d5f971 :
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419153454085/zoom/Q46877_zoom_D.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Tour360 ATV M1', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://adidasgolf.com/Tour360-ATV-M1/DW-V4099.html', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('DW-V4099', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

Nd0452e9877544018b897432743cc964c :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal("Depositphotos'", lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

N8bf6c69e105043be9c1a5d9ae4d37112 :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('Enjoy your favorite beverage is this crystal clear 10 oz mug.'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef("http://discsunlimited.net/image/cache/data/du/du_mug_'09-280x280.jpg"))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Discs Unlimited Beer Mug'))

N059e7907fba541a3a288275608802f45 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Happy Jungle Lite -   FREE'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal("After the big success of Happy Farm, here's Happy Jungle!\nThis is a funny and easy way to learn jungle animal calls and names in 5 different languages (english, italian, french, german and spanish)!!\nDesigned for kids and children, Happy Jungle is also ideal to spend amazing time with friends!\nHave fun!!\n\n- PLEASE BE SURE TO DOWNLOAD THE VOICE RECOGNITION SDK FROM GOOGLE WHEN ASKED OR THE APP WILL NOT WORK!"))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('N6ac0fea71a7d4a10b7e5651371d820ec'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://androlicious.com/details/prsolutions.allegragiunglaads//images/Entertainment/p/prsolutions.allegragiunglaads_icn.png'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.BNode('N09d680c98dc64670b989828b152a7f25'))

N8fba3b9d821842a1b880748ef2f383ff :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('N49cd394484ce4f1aa909f643fc1248c1'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nb20d9706bf40428c8d8b09515648e7bf'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N3a246758a32f433c92dfa108d35edc43'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/2195/300/charles-river-womens/girls-olympian-pants.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal("\n\t\tCharles River Women's/Girls' Olympian Pants\n\t", lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('The Charles River Women\'s/Girls\' Olympian Pant is made of polyknit with a semi-matte finish. This pant features a two-color design and a comfortable 2" elasticized waistband. It also has a straight leg and open hem with zippers for easy on/off.', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N28353fd5441847fe8a9d716e5a3c803a'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('Charles River Apparel', lang='en'))

N9e11817cde004b1dac2338d817b6fb0c :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

N562777fd8ecb4ae7be10b0946124c765 :
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('N0079667d205d49de963b0092c31ae02f'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.BNode('Nd2e1ed567ef04dd6a367c111024838a6'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('Find out more about your destination with The Irish Times Citybreaks App, with guides to the most popular cities, along with the best options for accommodation and dining, plus insider tips from our travel writers on where to go and what to do.'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Citybreaks -   FREE'))

N9445b1e8b18145e2837d2392738771b4 :
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('Military-related phrases for foreign language learners. With phrases and audio.\n\nUsing this app, you can select an English phrase and view its translation and how to pronounce it in the foreign language.\n\nThis app was developed as an entry to the CIO/G6 "Apps for the Army" competition, and is based on the modules publicly available online from the U.S. Defense Language Institute.'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.BNode('N16e891f16c384da5887b352512de42fb'))
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('N82ac100bbe46477894bf9971280614bb'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Cantonese Basic Phrases -   FREE'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://androlicious.com/details/com.robtheis.android.phrasebook.cc.bc//images/Communication/c/com.robtheis.android.phrasebook.cc.bc_icn.png'))

Nec6c5999ceae4275b5a78d7ff4b23eb1 :
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419153454085/zoom/Z08692_zoom.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://ashworthgolf.com/Glen-Plaid-Flat-Front-Pant/Z0869220.html', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Glen Plaid Flat Front Pant', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('Z0869220', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

N217811699c844dea9dd2a36488277cec :
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nebda98b0b3d640e39f79a04d91352e64'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N71ee1fb4a62d415cb6d8090c86642a37'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Na306cd3a72c746c58ea8f5b923bc2af5'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Epson Stylus SX515W', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/6/5/Epson-Stylus-SX515W-High-Speed-All-in-One-Printer-with-Individual-Inks-and-Wi-Fi-0.jpg'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nd1754af480da4bb5a0799fa49cf552f4'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N267b5ee1d8374709857ef585427dbeaa'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N4bc618e5e20c4124b4c8ffe48990d4bb'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N932c11c11c3b49d6ac61f896698b9ace'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N5e9fab20825e4bf9a7e7d852d58b0a54'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N22d14f219ae74122802e4dd18ca3e0dd'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N8752f2883bf34f4ca8ad6716416392a3'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N7c30e4a53af44456a0d01f2aded42212'))

N6067ab3fcf6742ceb801fbac94d4b76e :
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://s7.andersonfloors.com/is/image/ShawIndustries/AA741_39102_MAIN?$af_topdown$'))
-  (rdflib.term.URIRef('http://schema.org/Product/sku'), rdflib.term.Literal('\xa0AA741-39102', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Garden Gate', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

N97c2d5161f2e41e9b779b9ba975504af :
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N497aa0cf51f847beb42ed02fcb7eb03f'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/4/5/Asus-EEE-BOX-EB1021-B009E-0.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N2b1b37e5399e4cefa19699bccd47bd18'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Asus EEE BOX EB1021-B009E', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N748cc469cd724ef59edfdf3a26d3679b'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Ndd9966d3d6764ee19336e6f9e19de5b3'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nc05693121fcb478d8d1d8f0cd47e6f08'))

N1a4f2c431421470d86b2997758b0000d :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Dim Dim - Bounce CD', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://audiodregs.com/cds/dim-dim-bounce-cd', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('ARTIST: Dim Dim\nTITLE: Bounce\nIMPRINT: Audio Dregs Recordings\nCAT#: ADR060\nFORMAT: CD\nUPC: 708527506028\nRELEASE DATE: 2005\n\nTRACKLISTING:\n\n01. Bounce\n02. Buggy\n03. Up\n04. Peach\n05. Chooby\n06. Pectina\n07. Tuner\n08. Kikik\n09. Flavia\n10. Scratch\n11.Nice Meeting You\n12. Puma\n13. Relax\n14. Ploka\n15. Party\n16. Olo\n17. Limpy\n18. Kokali\n19. So Long\n20. Ing', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.Literal('http://static.squarespace.com/static/51e1d24fe4b0ebae3ad00b00/51e1d24fe4b0ebae3ad00b12/52f6ff5ae4b008f86b8c8179/1391995298778/?format=1000w', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/thumbnailUrl'), rdflib.term.Literal('http://static.squarespace.com/static/51e1d24fe4b0ebae3ad00b00/51e1d24fe4b0ebae3ad00b12/52f6ff5ae4b008f86b8c8179/1391995298778/?format=1000w', lang='en-us'))

Nd4d638cc90d640c29a5bf9e315d469c5 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('طيور السمان'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://i01.i.aliimg.com/photo/v0/110579773/Quail_Birds.jpg'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

Neb7fd7d983eb42248205453882d37312 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal("Depositphotos'", lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

N322f4cce0197430fa7fccb83b5495b1d :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://images.boats.com/resize/1/12/5/3841205_20120201074933_1_LARGE.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Starcraft Limited 256 Starport\n  \t\t\n  \t\t\t\t'))

N0626cb6701a4475198fb850a5384826a :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

N6d6995db52af453c8e35af592357deb3 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Samsung Charge', lang='en-us'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N82c1366abe3940e4bf7f6def7430958f'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N43fa3e8558ee44fd91109d144db11e44'))

N86ee0e92a07d4610bf2e236bf2bb6d36 :
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.Literal('http://snpi.dell.com/snp/images/products/large/en-us~2b1cs24/2B1CS24.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('DELL'))
-  (rdflib.term.URIRef('http://schema.org/Product/manufacturer'), rdflib.term.Literal('Dell'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('Series 24 3-Pack Ink Bundle includes 2x Single Use High Yield Black Cartridge (Series 24) and 1x Single Use High Yield Color Cartridge (Series 24).The Single Use High Yield Black Cartridge from Dell delivers an optimal level quality and performance. It features microscopic ink-drop size for incredible clarity and detail. Additionally, it produces high-resolution printouts with clear images and sharp text.The Single Use High Yield Color Cartridge from Dell delivers an optimal level quality and performance. It features microscopic ink-drop size for incredible clarity and detail. Additionally, it produces high-resolution printouts with clear images and sharp text.'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Dell Series 24 3-Pack Ink Bundle: 2 x Single Use High Yield Black Cartridge (Series 24) / 1 x Single Use High Yield Color Cartridge (Series 24)'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://accessories.us.dell.com/sna/productdetail.aspx?c=us&l=en&s=corp&sku=2b1cs24'))

N047e6c1bf87945f4a47cac2979d8c5b7 :
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N59531fdff78a45ee805864f680cbeb68'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N40fa8e7ff4a54e32b2faf5b92aeff101'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N13ed6c416f6442f9b43a753f6e565d9c'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/7/a/UFC-Undisputed-3-Xbox-360-0.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Necb6a78b15374b38b4ba215ec6befe3a'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N94b50e312f1d4464953f98ea7042b877'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N41270b262e534027978225aa0782072a'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nff612c8a94d3451f980ff59a4ec9d5d6'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('UFC Undisputed 3- Xbox 360', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nb37a4eee794747d2b6689e6abd5286ae'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N5bba177c2cbd49cdb51e74fcaeb45ec1'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N4fdc3171ef2b4e10af8743d4f6207f5d'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('Nbef29ef1ad06463b8e7ab6c0a129e4c3'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

N5659cf64ba1a4855bc1c2e4b8f772e55 :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('The Rawlings Epic Sideline Football Polo Shirt is made of 100% polyester mock mesh for breathability. It has a self collar for lay flat and color match with team color contrast placket and inserts on shoulder/side seam.', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/30043/300/rawlings-epic-sideline-football-polo-shirts.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('N34caee3710b6425fa7991b8cfb7f3fb2'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('Rawlings', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n\t\tRawlings Epic Sideline Custom Football Polo Shirts\n\t', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nd0cede96a7704801821ea8bde3896fcd'))

N91544761a3ef41ae8c06e2e6c54b891c :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Na86a423c4d204166b4aea4c19037d814'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N50c108de655548dea336a0ef3bcf3077'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal("Getting from A to B should be simple. The iCN 330 lets you do just that with its easy-to-use GPS features. Once en route, the iCN 330 displays your route on a 3D moving map, in 2D or instruction-by-instruction. What's more, whenever a maneuver is coming up, the progress bar turns red.", lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N06950d86d77e4ae499caa7dc1e9d8d11'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N08cfa8f9ba4044eebebab32f9d98f511'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nd66b0be69a234237bd98e2e7f02fa519'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N0e209ca6ae3e4895b4257cefc040b508'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nc24bedd998644d818dc1e64939f2228e'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N5a8857abac254728bbf1e3b4bbd90696'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/4/0/Navman-iCN-330-0.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Navman iCN 330', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nbb6e4498a2ee4d17b2c788352c3a16ec'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N44b8e32bc87b4ceca25e4a619d3f24f5'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N21077683e34a4c3f9269923270bc64f5'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nc85103b406804377bfcb38cbb9cbdff7'))

Nbff9af32ac764d8fae5a4dfab774e3da :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('2012 GMC Savana Standard'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.URIRef('http://autos.winnipegfreepress.com/auto-for-sale/GMC/Savana/category-3/id-331991/'))
-  (rdflib.term.URIRef('http://schema.org/Product/manufacturer'), rdflib.term.Literal('GMC'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('Nb9735e6ed26d4330b39cd21336be3bdd'))
-  (rdflib.term.URIRef('http://schema.org/Product/model'), rdflib.term.Literal('Savana'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://wfpquantum.s3.amazonaws.com/images/autos/autos/medium/6sntu2fjh44tdvsrxjc4-10687230.jpg'))

Ne052046f4fdf497ca6d5e28af95a6023 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('All Topo Maps CD Rom (Arizona)', lang='en-us'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nfa613ea9a890486e871bfec804ea30a7'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/90x90/4/8/All-Topo-Maps-CD-Rom-Arizona-0.jpg'))

N5c85c131cb294c3db593fd1939e48a77 :
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/90x90/d/a/Sonic-Alert-SBR350ss-Boom-Loud-Vibrating-Alarm-Clock-0.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Sonic Alert SBR350ss Alarm Clock with Bed Shaker & Radio', lang='en-us'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N30eb793809de4ebe8c3f6715f6b9dfd7'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('The Sonic Boom SBR350ss has been designed as a cost effective full featured bedside alarm clock with an extra large (1.8") easy to read display, bed shaker and exclusive AM/FM Radio.\x0b\x0bPRODUCT FEATURES:\x0b\x0bComplete with a hi/low dimmer switch to sleep better at night;\x0b\x0bPackaged with the newest most powerful 12-volt bed shaker;\x0b\x0bComplete with AM/FM radio;\x0b\x0bBattery backup to maintain the proper time in the event of a power outage.', lang='en-us'))

N02387cbbe59742bf9386b05f24ee1228 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal("Depositphotos'", lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

Na9b4823f053c4a1085ac5f78bb2421bd :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n\t\tGame Sportswear The Three Seasons Jackets\n\t', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('Game Sportswear The Three Seasons Jackets. Heavyweight Taslan nylon shell. Wind and water-resistant. Non-pill 16oz. polyester fleece lining. Raglan sleeves. 100% Stretch nylon knit cuffs and bottom band. Full zip front with inner storm flap. Outside zipper pockets. Inside zippered right chest pocket. Machine washable. Top Selling Item.', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/13492/300/game-sportswear-the-three-seasons-jackets.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('Game Sportswear', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('Ne99240dd514245f3bacf04e9cce95a4c'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N8189dcaca6644d3380ec47a346a5bae2'))

Ne8c09eeb2e1146a2a444ce28b447d91e :
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/1/2/DT-18-55mm-f-3-5-5-6-Zoom-Lens-SAL1855-BQ-165809749.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Sony SAL1855 - 18-55mm f/3.5-5.6 SAM DT Standard Zoom Lens for Sony Alpha Digital SLR', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nc604147330b749a68097ff7ade276ba6'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N2c224554efaa46dab81046e6a3e56d55'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

N2cdea67586fe4a4ca32bb7648fd84cc7 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Haier HW60-B1286', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N123b6046ab3f4c519a281d4a31758eb6'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N7fb1dc153f274c79a353242a6e4fb9c3'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nb1a4f6afabee4526846ebdcf5518b3cc'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Ndb6f1e500b58438cb0848fefd29f9022'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N2356dc3ee9724d38b478669cd5a8faf3'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N2ba51850d3dc46628d54af52dbbf4242'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/b/b/Kidde-1279-9999-0.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('N9174a36cbfe046d8905693454fe9f51d'))

N3447ed0e4e9f439f964501542d2edea9 :
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419758440728/zoom/Z25263_zoom.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('Z2526341', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://adidasgolf.com/ClimaLite-Pleated-Tech-Pant/Z2526341.html', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('ClimaLite Pleated Tech Pant', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

Nb25f6225e80d4c74904b91484704d02f :
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N4cbb5cf76aad4749a5cab84f09a7f91a'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nf470e8c6d6cd4d4ebffb0d08fb886805'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N59b410517fd84632a89334a7b859b5f4'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nbde37b19bdcf4f009b3e1236ed07bc1e'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('DeLonghi 4 Slice Toaster Oven Stainless', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nb3915b6f9f054bd6bfc943518b5773cd'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N99aa7f3844c540998b7ef40e5412363c'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/3/9/DeLonghi-4-10-D091549EFS-0.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N2b40cf5462fb405a8604de859778117b'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N08926b0185c04740a427beea58bd9e3a'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N7cdf1dcd6571423291c239705951951b'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Ne89f401996db4fbf8bc956c80a59847a'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N1e899f8d72cb4c2b82c7cba0b1834970'))

Ne2c74bc87020404890e9e83d27147324 :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nb926c57ec0cf411ea999ba4958bc3876'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nab7c5be6a0af4a058b7ce129548f1b8d'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('ASUS PRO B43S-XH71 Laptop Computer - Intel Core i7-2620M 2.70GHz, 4GB DDR3, 500GB HDD, DVDRW, 14 Display, Windows 7 Professional 64-bit', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/f/8/Asus-S-XH71-165619449.jpg'))

N38389faa3d08453fa75e85ed0065ba22 :
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('Z1589327', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://adidasgolf.com/ClimaCool-Feed-Stripe-Polo/Z1589327.html', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419067319622/zoom/Z15893_zoom.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('ClimaCool Feed Stripe Polo', lang='en'))

N440b6c61523e4bdf9d60f16a574f4ec6 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal("Girl's ClimaLite 3-Stripes Polo", lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1418915254783/zoom/O33228_zoom.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('DW-RI651', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://adidasgolf.com/Girl%27s-ClimaLite-3-Stripes-Polo/DW-RI651.html', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

Nd4fafe79947f494fada546fe994b8ed8 :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/dateModified'), rdflib.term.Literal('2014-12-19', lang='ar'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('منتجع ويستين سانت جون', lang='ar'))
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('Nca034ea326ed4e4296f028f0d860bc8b'))

N61313b6460e244888e00227243bf59a2 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('iGadgitz Nero Custodia Case Cover Silicone per SanDisk Sansa Clip Zip 4GB 8GB Lettore MP3 (Pubblicato Agosto 2011)', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nd1a6f9fa229e409ba4ee899b667d00ad'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/6/8/iGadgitz-Black-Silicone-Skin-Case-Cover-for-SanDisk-Sansa-Clip-Zip-4GB-8GB-MP3-P-0.jpg'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('Ncdaffca6048240afb1db978938ad9015'))

Ndb7a5282972540f9a660e45f54a996cc :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Glen Plaid Flat Front Short', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419672021462/zoom/Z08680_zoom.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://ashworthgolf.com/Glen-Plaid-Flat-Front-Short/DW-WM517.html', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('DW-WM517', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

Ned4febf527f24b21b2a64c0591baef33 :
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/40249/300/tri-mountain-bridget-womens-lightweight-jacket.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal("\n\t\tTRI MOUNTAIN Bridget Women's Lightweight Jacket\n\t", lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('Tri Mountain', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal("TRI MOUNTAIN Bridget Women's Lightweight Jacket. Women's windproof/water resistant 95% polyester/5% nylon lightweight quilted jacket lined with polyester. Features a draw-cord waist and princess seams for a tailored fit. Snap front and two snap pockets. 2.8 oz. polyfill. ", lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

Ne32720dd17c843549873fa917f5e1494 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n\t\tEmerson Street Baylor Bears Womens Cozy Pants\n\t', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/55915/300/emerson-street-baylor-bears-womens-cozy-pants.jpg'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('Emerson Street Baylor Bears Womens Cozy Pants. Lounge pant in our own new cozy fabric with drawstring. School mascot/logo featured over floral bohemian print.', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('Emerson Street', lang='en'))

N4f8bc24b068d462184b6923ae456a73b :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Sony Ericsson to launch new hot phones!!! K850i, K530i, W960i…etc…', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nf38e730fbc1b4b418e2a5a2f43053ee0'))

N94fd3345405c45319149eeba059bd43f :
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('N47f8f106fd684bf18b3bb1a2cabcd670'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.BNode('Nd81eaefe60e447d3bd828685f9d87c87'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('Educational Hangman® in English.\n\nHangman, is a very popular and clasic game. It is also an educational application, with which you can improve your vocabulary and learn many new things.\n\nThe Educational Hangman® in English : \n\n- Has a vast number of words (over 1.500) carefully selected, divided in various categories, such as "animals", "plants", "islands", "countries" and so on..\n- Has useful information about each word in English\n- Has sound effects.\n- Supports all cell phones and tablet PCs\n- Has Read Aloud option\n\nIf you like the game ( kremala ), but can\'t stand the ads, you can buy the ad-free version from amazon appstore. Thanks!\n\nSimply, press "Start" and start guessing the letters of the hidden word!\n\nHave fun!\n\nKW : Κρεμάλα στα Αγγλικά, Adam Asmaca, Hänga Gubbe'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Educational Hangman in English -   FREE'))

Nf4cf6a83f618451f9aacecca961f34f0 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('French Terry Print Pullover', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1418980790510/zoom/Z09058_zoom.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('Z0905834', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://ashworthgolf.com/French-Terry-Print-Pullover/Z0905834.html', lang='en'))

Ndba773ee96a142d3898cd30926679585 :
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N9cbf1680ebb8429397bd2598157cc432'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.BNode('N769f34080e1e4a54a7558266d1af55ab'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('Nfed61f1168ab47ac94f10f26161e5219'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal("Cash, Scratch, Scrilla, Moola, Dough, Dollar.  All words that describe the same thing... Money.  2.0.\n\nWe're all just tryin to make a dollar out of 15 cents. It's time to Make it Rain!!! \n\nThank you for purchasing the donation version.  Every dollar helps fund the next high quality Black Market App.  \n\nThis live wallpaper features:\n- Pro Quality Graphics or Add your own custom image\n- Swipeable\n- Layered Bills\n- Full Control over # of Bills and Speed\n\nVisit our website to see other live wallpapers or share this live wallpaper with friends. \n\nFollow our live wallpaper projects, and hear about promotions on twitter @blackmarketapps.  \n\nTO RATE THIS LIVE WALLPAPER: After downloading the live wallpaper, find the market listing again, select a number of stars, and leave a comment.\n\nTO OPEN: From the home screen, press the settings button, then wallpapers, then live wallpapers.  Find the live wallpaper you purchased in the list and select it.\n\n*Check Out Our Other Live Wallpapers!*\n- Lava Lamp Live Wallpaper\n- Arachnophobia Live Wallpaper\n- Infestation Live Wallpaper\n- Christmas Town Live Wallpaper (Seasonal)\n- Make It Rain Donation live wallpaper\n- Web Live Wallpaper\n- Spiral GL Live Wallpaper\n- Balls Live Wallpaper\n- Halloween 3D Live Wallpaper (Seasonal)\n- On Dubs GL Live Wallpaper\n- Black Hole Live Wallpaper\n- Cats and Dogs Live Wallpaper\n- And More!\n\nAll of our live wallpapers make use of Open GL to take advantage of the superior graphics capabilities of Android Phones, and maximize battery usage."))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N861a2f71d1b14e3c95f5589ec35e6b58'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://androlicious.com/details/com.MakeItRainGL//images/Personalization/c/com.MakeItRainGL_icn.png'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N454f5078981e41bdb37ea326ac46f72a'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Make It Rain Donation -   1.49 USD'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N852f859d8e37417c8ff37047608a46df'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N2f85c240eabf48818ba899854b7fa971'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N40ca1b43379a4ba2b6a87b3fa08c055a'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('Nf0aed033e70445e3a611748c0ee1e98d'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N74102761a3f74699a30ad2fd6c64fee0'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N50f52558a6d048a0b9e44452cd4acbc1'))
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('Nda3cb3ecaca04fa08be155338a81a970'))

N186e9b207d7b49838923eea276080901 :
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('Nf6826291ecee46fbbe680a1e908fd1db'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://androlicious.com/details/com.androidappheads.stopwatch//images/Tools/c/com.androidappheads.stopwatch_icn.png'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.BNode('N6bfd3dd93d9449488bd2e9ebedb5f6df'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Stopwatch + -   1.99 USD'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('Stopwatch + is a 3 in 1 application, It has a Stopwatch feature, count down timer, lap timer and counter.\n\nAll in one application. Swipe to change quickly between modes. \n\nStopwatch + is very easy to use but yet it has all the stopwatch, countdown, and lap features and supports texting and or emailing results to yourself or any person you choose.\n\nFeatures include:\n* Swipe to change mode of app\n* Save results on phone or SD card.\n* Email or share results of all timer functions to anyone.\n* Vibrate on Lap time setting.\n* Many more options and settings under the application menu.\n* No ads or banners!\n* Always free updates!\n\nThank you.'))

N827f27e36cbf42dc96d35e00b15e46f0 :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://wfpquantum.s3.amazonaws.com/images/autos/autos/medium/lgg07ecgtrv28zt8hy7k-10826909.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('2012 Dodge Grand Caravan SE/SXT'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('N972b9eeb1f164ed7a1f83bab4815e21e'))
-  (rdflib.term.URIRef('http://schema.org/Product/model'), rdflib.term.Literal('Grand Caravan'))
-  (rdflib.term.URIRef('http://schema.org/Product/manufacturer'), rdflib.term.Literal('Dodge'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.URIRef('http://autos.winnipegfreepress.com/auto-for-sale/Dodge/Grand-Caravan/category-3/id-354835/'))

N3a8c250625f74cd39e822b3d8a650a42 :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Xerox WorkCentre 5335', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N9ac9c010871e4a208c0e49294717aef9'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('Na230d81fc34a4143a4241a313c85bf8c'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/e/d/Xerox-WorkCentre-5335-157371247.jpg'))

N02ace1f6a4bd41dcaa751095b33ecccf :
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://discsunlimited.net/image/cache/data/discraft/buzzz-ti-280x280.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal("The Discraft Titanium Buzzz is a straight flying midrange driver with a stability of 0.5 (stable/slightly overstable). In comparison, the Pro D has a stability of 0.0 (stable). It has quickly become one of the most popular discs of all time. This workhorse is the golf disc that you'll reach for again and again. Throw it hard and the Buzzz will hold any line you put it on.AVAILABILITYSTABILITYWEIGHTSPro D0.0164-177+X-line0.5160-177+Z-line0.5164-177+Z CryZtal0.5173-178Z Dyed0.5164-177+Z Glow0.5164-177+Z Super Color0.5167-177+ESP0.5164-177+FLX0.5167-177+Ti0.5164-177+"))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Discraft Buzzz - Titanium'))

N49854778d350425195207c018da1be43 :
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/e/c/Ultra-Slim-Bass-Retractable-In-Ear-Earbud-Earphone-Headphone-Stereo-Headphones-f-0.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nb2347d7e56d44e8cab32e041832b69ff'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Ultra Slim Bass Retractable In-Ear Earbud Earphone Headphone Stereo Headphones for iPod/MP3/MP4 Audio Media Player (Black)', lang='en-us'))

N597cd194f43244c48d6d32d800142de2 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n\t\tEPS Resistance Waist Belt\n\t', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('Explosive Power & Speed', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/93289/300/eps-resistance-waist-belt.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('EPS Resistance Waist Belt. Provides athletes with variable resistance training. Waist belt features heavy-duty buckle, adjustable strap, and a short detachable leash that prevents tangling while training.', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

N044b2540339c4d13b232a01c949d87d7 :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/7/7/Idect-IDECTX1TWIN-BLACK-Digital-Cordless-Designer-Phone-Twin-Pack-0.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Idect X1i TWIN-B Digital Cordless Designer Phone Twin Pack with Answering Machine', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N5bf820eca7734027aed4c20b8c9eec76'))

Nf5270357aef8408cb048195f83d21f1f :
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('N73844c1b351c4ad1b04214a77060d224'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://catalog.nfpa.org:80/Assets/ProductImages/Codes/13SET13.png'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/sku'), rdflib.term.Literal('\n                                    NFPA_13', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://catalog.nfpa.org/2013-NFPA-13-Standard-for-the-Installation-of-Sprinkler-Systems-P114.aspx', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('2013 NFPA 13:  Standard for the Installation of Sprinkler Systems', lang='en'))

Nc21dc96c07864519a60923a28b241af9 :
-  (rdflib.term.URIRef('http://schema.org/Product/sku'), rdflib.term.Literal('\xa0AA741-39101', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://s7.andersonfloors.com/is/image/ShawIndustries/AA741_39101_MAIN?$af_topdown$'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Picket Fence', lang='en'))

N9292011a3d11446fbff08d5738608093 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n\t\tTandem Sport Thermoskin Hinged Elbow\n\t', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('Tandem Sport', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/25315/300/tandem-sport-thermoskin-hinged-elbow.jpg'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('Tandem Sport Thermoskin Hinged Elbow. The Thermoskin Hinged Elbow is designed to prevent hyperextension of the elbow. X-cross hook and loop locking straps help restrict range of motion. Medial and lateral hinges provide a hyperextension stop at 0 degrees.', lang='en'))

Nb58cb0f6c6a74adcaf910c13d4b81b46 :
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/34858/300/collegiate-alabama-indoor-banner-scroll.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal(' Support your favorite College team at home or in the office by hanging up this indoor banner scroll from B.S.I. Products. The 40-inch x 28-inch indoor banner is designed with a plastic holder and string, so it is easy to hang up. This officially licensed banner is brightly decorated in the team colors and logo.', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n\t\tCOLLEGIATE Alabama Indoor Banner Scroll\n\t', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('Bsi Products', lang='en'))

N5f59d73a81d4470ca7ef3f9c6d187692 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Cardiff', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://ashworthgolf.com/ashworth/G5417033.html', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1418927574598/zoom/G54170_zoom_D.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('G5417033', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

Na30c9d40e28e49fb92d4c98095977b18 :
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('Z2526342', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('ClimaLite Pleated Tech Pant', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419585548991/zoom/Z25263_zoom.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://adidasgolf.com/ClimaLite-Pleated-Tech-Pant/Z2526342.html', lang='en'))

Nb4acab7b84234dcf95822e825c0f86d6 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('فندق ويستين بالاس، ميلانو', lang='ar'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/dateModified'), rdflib.term.Literal('2014-12-28', lang='ar'))
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('Ne0916a110b5a419893df70adf7ff09cc'))

Nb416908ec1e54509b4adf6e077962f0b :
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N38bcf9da316442b68d0338cdf23d78c6'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nbb0b631b18fb47f88b693d4fdc82f046'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N3113004f609b4a01b0a15819f8a3c56e'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nbe96d3e5cdb84d6b8000dbdcc861af8f'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nc650c06b8c484cbbac3fdad8486927b1'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Ne301f30f755248a1abda2b3c1f6bbed9'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nc649af838f05400ba9a1e6267d380024'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N577abd2b674348cd9572e20ae1499176'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N8897feac684b4145987ddef3e5f81c9b'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N3be9be657a714a739a6e98708db1f5ca'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nf47c866f2bda4c4886a5587a25e6509a'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N508bf6a979ac48f5b1148e2e135a97ef'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N2dd872891ad54c4eb8d7878fc495e313'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N87f654f3193d4a1796b753b64bc7b3c1'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nb1d44607b6a74050acd69c9eeda669d4'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Ne85471622fbd4b7fb6fd41d15a3cbfa5'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal("The Westin Ka\\'anapali Ocean Resort Villas", lang='ar'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Ne779e2e668984f0f923fc75b38c78a98'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nf9b18a766c2f41a098041dafbf9a91fa'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N4d21e6d802d241ee9176d07571c20a5e'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N6258288d6a204c9eb2177ab82022fa40'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N560c85a59e97491eabb7cfe06e7929ba'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N9fd1e50132984ea6ac9687430ca777a3'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Na4661794d70d42599aaf979430dab531'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N46d16c927ec84c0b882087c75fb9fec3'))
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('N765ae6d664bb428997298c2484c10c85'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N470a2123b167445f90d1df8d0c82b858'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N685ef891b79c4bc295cc3ba84e508bd5'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N4715d2d380e043118b537a2f40f72a25'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N35914333dc874a9c9886211ee9845482'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N689bf68fd45448e7a343c9714d5e90d6'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nc73f8a3b1bb7440cbbc59e7ec566d069'))

Na145731b90ac4bd586a39a85419a3924 :
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://adidasgolf.com/Herringbone-Trouser/DW-UU742.html', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('DW-UU742', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Herringbone Trouser', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419153454085/zoom/Z42505_zoom.jpg'))

Na2eb62a7a8e3418b92a3994cc1b50a8d :
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/f/4/Clover-2-Small-Camera-Mounting-Bracket-0.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('Nebfe18ff1e31434ea58be3db5d3b72ef'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N7e571d1463f24af68e8a96e8abeacd85'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Clover CW8800 2.4 GHz. Wireless Camera System - CCTV camera - color - audio', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('Clover\'s 2.4 GHz wireless camera systems are its premier line. Compact, pleasing and user-friendly, it\'s no wonder they are so much in demand. Each system comes with one camera with built-in transmitter and one four channel receiver in case you need more than just the one camera.\x0b\x0bEach system has a range of up to 700 feet. And the Receiver comes with "last channel memory" in case of a blackout or power shortage, there is no need to have to reprogram your systems settings.', lang='en-us'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

Na28c41435a68485bad8d4d750f250809 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal("Depositphotos'", lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

N5b9dbd1d81234c1d8b2d12dcc238bc8e :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Alquiler Vacacional Cabaña De 4 Ambientes En San Martin De Los Andes'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://imganuncios.mitula.net/alquiler_vacacional_cabaña_de_4_ambientes_en_san_martin_de_los_andes_3600120413820999601.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('Living comedor con espectacular vista panorámica! - súper luminosa - hogar a leña - calefacción tiro...\xa0'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

N0af26c7e5e0c4ac8a1d7d2a9b060b90b :
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://catalog.nfpa.org/2013-NFPA-20-Standard-for-the-Installation-of-Stationary-Pumps-for-Fire-Protection-P1160.aspx', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('N74cd62ac2cff4424850301c426532e22'))
-  (rdflib.term.URIRef('http://schema.org/Product/sku'), rdflib.term.Literal('\n                                    NFPA_20', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('2013 NFPA 20: Standard for the Installation of Stationary Pumps for Fire Protection', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://catalog.nfpa.org:80/Assets/ProductImages/Codes/20SET13.png'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

N2ce7c093ff0c44fa818434f69e680a5f :
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('Ne45741e626814241b4aa94db619094f9'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Ne4e1874c15fb41c381117ab289c3d188'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/8929/300/adams-mens-athletic-compression-shorts-closeout.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal("\n\t\tAdams Men's Athletic Compression Shorts  - Closeout Sale\n\t", lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('Adams', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Ndca106c6e3ae4716b46891784b0caa88'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N0777e14cf7e34faa989e82a71c4090a5'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nd03418d34baf4a2ba9fb98fa55b3c838'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal("Adams Men's Athletic Compression Shorts-Closeout is made of 4 way stretch material. 85%, 15% lycra spandex. Breathable fabric and soft to the body. Moisture wicking. ", lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N7f2f3547f76943e88ee1a0bb9e477dc3'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

Nac5d866a16dd42b5b5609fa26e8c72f1 :
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('The Gelscrubs University of Alabama Elephant Logo Black Stethoscope Cover features soft brushed poplin fabric (65%/35% cotton/poly) and precision computer guided embroidery with pantone matched threads. One size fits most (Stethoscope not included).', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n\t\tUniv of Alabama Elephant Black Stethoscope Covers\n\t', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('Gelscrubs', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/41515/300/univ-of-alabama-elephant-black-stethoscope-covers.jpg'))

N819cc3a9c5594a7e8653842e3e912329 :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('N6e3f16ce69cf4a70b0194ee38400b054'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N6d3548f92bd845ef8710f10db7d9b575'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('Gem Gear', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Neda461b1e9a44302b6713ca8bcc7577e'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('Gem Gear Turquoise Compression Zebra Prints Shorts are highest quality polyester/spandex blends showcase all of our vivid color patterns.  4-way stretch knits and tricots assure maximum durability.  Low rise fit for style and comfort.  Naturally wicking fabric for moisture control.', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/20515/300/gem-gear-turquoise-compression-zebra-prints-shorts.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n\t\tGem Gear Turquoise Compression Zebra Prints Shorts\n\t', lang='en'))

N311eb12edf0b49199b28d41c5740645a :
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N1576ba21aa314a8b8fcad43c8c235417'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N0bb8819c9ff749a2a99405808250e212'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N54e7f3e2aeee40e1aed7c23a87ac9630'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N4dec1c82dffd4fb5ac091e9af18ac7bb'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/2/7/Whirlpool-Gold-50-Pound-Ice-Maker-0.jpg'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nf41784ac5ac0423f9170aa184406ce71'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nff74381ac8f54f18a3b4f926561768f9'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Na676d81e5b574a3ebe41f26b1864c586'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nacf456ee2e3244ba9a73d531702a9fe9'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N9fa5ac23158d4dffa3521373dae6c40b'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Whirlpool Gold GI15NDXTB', lang='en-us'))

N4ce2b9746e544302885661ab125f081b :
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/90x90/d/3/Emerson-SpongeBob-DVD-SquarePants-DVD-Player-0.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N0b7066504a444ad395b7a679465063d2'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N2ff4f53bc8404991a6cc04912f28bdea'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Emerson SB329 DVD Player', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N2da245c905c84c6bbc2644581220c9d2'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

N4af3b08a908e48c9b7a075f3046d6cce :
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('Picnic Time', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('Picnic Time University of South Carolina Extra Large Mega Can Cooler with pivoting handle and removable lid; 27-can capacity (5-gallon). Can also be used as a seat. Made of HDPE. ', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n\t\tPicnic Time South Carolina Mega Can Cooler\n\t', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/56585/300/picnic-time-south-carolina-mega-can-cooler.jpg'))

Nfe92270d44994cf2be0ff834731236cb :
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('N876888f497d04bc2aa6efa551a10b1fb'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('The focus is on the new born baby panda Fu Hu, who in a diary tells about his life. The user of the app can also get directly a sponsor of small Fu-Hu. In addition, the app offers numerous features. Animal info, feeding times or exciting routes through the zoo with GPS navigation, etc.'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.BNode('Nf7dba38d1681445ea862a8d62035a479'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://androlicious.com/details/eu.dreamix.roadeomobilezoo//images/Entertainment/e/eu.dreamix.roadeomobilezoo_icn.png'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Zoo Schönbrunn -   FREE'))

N965391daf0484e5189be3f235eafd1bb :
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/17973/300/augusta-athletic-wear-ringer-t-shirt.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n\t\tAugusta Athletic Wear Ringer T-Shirt\n\t', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Na722ff1199284e5ca120b3c639387424'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('Augusta Athletic Wear Ringer T-Shirt is made out of 50% polyester/50% cotton jersey. This product features contrasting color 1x1 rib-knit collar and cuffs and double-needle hemmed bottom.', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('N98cea324315b4abcbcb6729669a1baaf'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('Augusta Sportswear', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

N10c544bc9307482f97d6af95a26406b3 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal("Depositphotos'", lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

Nd3d273ea5f6348d1a126732280c707de :
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nafbcb5d13b30433e806ccbf33878c504'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Na7052ded36b843a4bdd345e587e8a37c'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N6083e209cd174d0fa7b5e004706c35a5'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal("The new LSP is the latest addition to the line-up of professional power supplies. It provides the ultimate amount of power and performance. This series is 25% more efficient than its predecessor with the affordability and quality you have come to expect from Ultra. The LSP's sleek new design incorporates ascetics with functionality. This design comes with a 135mm cooling fan, which reduces heat by 20% and noise by 15 dB. In addition to the reduction of heat and noise, the LSP also comes with sleeved finished power cables, which provide better airflow and help reduce cable clutter. Over all this new LSP line of professional power supplies is the ultimate upgrade or addition to any system.", lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Na4806727b9f84cc8a7af7170dca5212a'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N56ec7fbc17564a40b358b6cb1d570892'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N9b9104c35da54f5ab7aeffc24e2f16b4'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N30631adf17744b0fadb23575c1bae6fb'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/1/b/Ultra-Products-Lifetime-Series-Pro-750W-Psu-0.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nec85b228ff654cc4af6634ec06cd7da0'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N7a18b350a6dd47a4a590a81f965a428b'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nc081c3ca77d345569b559c7fb6137b0a'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Ultra LSP750 750-Watt Power Supply - ATX, SATA-Ready, SLI-Ready, 135mm Fan, Lifetime Warranty w/ Registration', lang='en-us'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

Nfbaa6823edcd4d05836be7ca27e6089f :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal("Depositphotos'", lang='en'))

N433771481ec049d9ab0cef587d049510 :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('Oc Sports By Outdoor Cap', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('The OC Sports MLB Chicago White Sox Home Cap w/CF2 Visor is a mid to low profile cap. Structured crown and polyester/cotton twill. Features the CF2 visor so you can easily shape it to fit your style, flat or curved. Black antiglare undervisor and an adjustable hook/loop tape closure. 3D replica logo. ', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n\t\tOC Sports MLB Chicago White Sox Home Cap\n\t', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/57666/300/oc-sports-mlb-chicago-white-sox-home-cap.jpg'))

N3995473d2dd14b178e979a3a2916aa4d :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Sony ECMXYST1M - Stereo Microphone', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/3/d/Sony-ECMXYST1M-Stereo-Microphone-338598096.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N2d6c8401041f443084a4012fc743b999'))

Nd31e9c9d55d040b4af8b5ba44b25e9fd :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('adizero Sport', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419412911683/zoom/672240_zoom.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('67224026', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://adidasgolf.com/adizero-Sport/67224026.html', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('DW-V4065', lang='en'))

N4594c16dbc8c4eb390023c092d421aed :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Dualit Espressivo', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('N266715b5695543439c6910a4939fbb2f'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/f/7/Dualit-Espressivo-0.jpg'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N36e98ac2f1a04b97b7053623b5bd6a62'))

N8e3ec9714fe845c3a143074f8951446d :
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://ashworthgolf.com/Performance-EZ-SOF-Long-Sleeve-Golf-Shirt/DW-WM206.html', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419412911683/zoom/Z56729_zoom.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('DW-WM206', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Performance EZ-SOF Long Sleeve Golf Shirt', lang='en'))

Nc6ad86299d2f4a36817cc87ea4fa275c :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Dragon Booster- NDS', lang='en-us'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N50963380eb0349eeba4cce0aee93bb9a'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/90x90/1/e/Dragon-Booster-NDS-0.jpg'))

Nc9e007c194a9405bb6d130ab1ee49979 :
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('\n            \n              Reach new and diverse customer groups and expand your market shareThe standard approach to marketing is to look for as many people as possible who fit one core customer profile. "How to Market to People Not Like You" challenges this traditional thinking about core customer bases, giving you a new approach to expand your customer base and your business.Arguing for focusing on customer values rather than demographics, "How to Market to People Not Like You" reveals how you can grow business and profits by targeting those who are different from your core audience, rather than those who share similarities.Reach unfamiliar new market segments with your productsLearn how to engage micro-segmented customer groupsAuthor\'s company was named one of the top ad agencies in the US by "Ad Age" Find out "How to Market to People Not Like You," understand the needs and values that distinguish diverse customers, and reach their hearts, minds, and wallets.\n            \n          \n\n\n\n\n\n          \n          \n            \xa0\xa0\xa0 SHARE THIS\n          \n\n          \n            \n            \n            \n            \n            \n            \n            \n            \n          \n        ', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://800ceoread.com/products/how-to-market-to-people-not-like-you-kelly-mc-donald-english///asset3.800ceoread.com/system/products/45/large/9780470879009.gif?1419057531'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n          \n          How to Market to People Not Like You: "Know It or Blow It" Rules for Reaching Diverse Customers\n        ', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('N2fd67b07b97f4a9eab78944679db689b'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

N9569b3ef7a004806b169bcd1426d5343 :
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://800ceoread.com/products/leading-so-people-will-follow-erika-andersen-english///asset6.800ceoread.com/system/products/184/large/9781118379875.gif?1418369311'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('N6ee926de36aa4c8082736bc55dfb42e4'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('\n            \n              A unique take on leadership from a popular Forbes blogger and nationally-known leadership coach"Leading So People Will Follow" explores the six leadership characteristics that inspire followers to fully support their leaders. Using Erika Andersen\'s proven framework, new leaders and veterans alike have increased their capacity for leading in a way that creates loyalty, commitment and results. Step by step, Andersen lays out six key attributes (far-sightedness, passion, courage, wisdom, generosity, and trustworthiness) and gives leaders the tools for developing them. This innovative book offers a practical guide for building the skills to become a truly \'followable\' leader.Filled with examples from forward-thinking organizations such as Apple, NBC Universal, Union Square Hospitality Group, and MTV NetworksMaps out the six attributes of leadershipIncludes a free online Followable Leader assessmentAuthor Erika Andersen is one of Forbes\' most popular bloggers and coaches some of the most successful leaders in AmericaUsing self-assessments, real-world examples, and concrete tools, "Leading So People Will Follow" helps build timeless core skills that work for leaders in any field. \n            \n          \n            \n              \xa0\xa0\xa0 ABOUT THE AUTHOR\n            \n            \n              Erika Andersen is the founder of Proteus International, a consulting firm that works with many major corporations, including Molson Coors Brewing, MTV Networks, Union Square Hospitality Group, PepsiCo, Comcast, and Madison Square Garden.\n\n            \n            \n\n            \n              \xa0\xa0\xa0 REVIEW QUOTES\n            \n            \n              You recognize leadership when you see it, but many people tend to stumble when asked to come up with a definition. Not so for Andersen, who is a leadership coach and "Forbes" blogger. She couldn\'t be more direct and succinct as she breaks down the definition of leadership into six components or, more apropos to her discussions, the six attributes of a good leader--far-sightedness, passion, courage, wisdom, generosity, and trustworthiness. Her point and approach are to teach how to be an effective leader, supported by her fundamental philosophy that "when someone who is put in the \'leader\' seat doesn\'t demonstrate the leadership qualities for which human beings have a kind of built-in radar, that person is unlikely to be effective as a leader." To that end, she offers five "key behaviors" for each of the six leadership components. A book to read more than once and to consult many times."-- Brad Hooper, Booklist Online"\n\n            \n            \n\n\n          \n          \n            \xa0\xa0\xa0 SHARE THIS\n          \n\n          \n            \n            \n            \n            \n            \n            \n            \n            \n          \n        ', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n          \n          Leading So People Will Follow\n        ', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

N8e040a66c32f40e2b4fbf689933184e3 :
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://catalog.nfpa.org/2013-NFPA-72reg-National-Fire-Alarm-and-Signaling-Code-P1198.aspx', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('2013 NFPA 72®: National Fire Alarm and Signaling Code', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('N23a198e5f74243f98046ef381c48c072'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://catalog.nfpa.org:80/Assets/ProductImages/Codes/72SET13.png'))
-  (rdflib.term.URIRef('http://schema.org/Product/sku'), rdflib.term.Literal('\n                                    NFPA_72', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

N0ec770bae6c14b1ea89d1eed0ff7f967 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Sony 211566803 Replacement Pad for Sony MDR-7506 and MDR-V6 Headphones', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Na0580be453514bb8a34d83d25ad133a9'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/90x90/d/2/Sony-2-115-668-03-SONY-211566803-EAR-PAD-FOR-HEADPHONES-166000082.jpg'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('N3f4fc2ba042849d1ac3dbbdaee0b0677'))

N399776a94d254e6dbf9d9d6ee98a74d1 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('موسيقى آلات نحاسية'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://i00.i.aliimg.com/photo/v0/104415422/Brass_Music_Instrument.jpg'))

N6bcd4ed1d45344cb9145084760e0d855 :
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('Ne43cd985eca3429ebb62c310906eca88'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal("ICS Clock Widget.\nResizable Widget in Launcher. I didn't really like the orignal stock clock so I decided to modify it a bit to match my screens colors. Figured I would share it :)\n\nDon't forget to Rate it!\n\n\n\n\n\n\nTAGS:\nAnnex, ICS, Ice Cream Sandwich, Blue, Clock, Widget"))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('ICS Clock Widget -   FREE'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://androlicious.com/details/annex.widgets.ICS.AnalogClock//images/Personalization/a/annex.widgets.ICS.AnalogClock_icn.png'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.BNode('Nf8f48a6b01ce4ca6966bd3106974eb09'))

Nb3f3b30694074cdc9b9d2b8ddf405521 :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('DW-BB052', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419240262656/zoom/Z58291_zoom.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Angular Heathered Blocked V-Neck Sweater', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://adidasgolf.com/Angular-Heathered-Blocked-V-Neck-Sweater/DW-BB052.html', lang='en'))

N929b1ebd937c4721bccabf33cabf8947 :
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://wfpquantum.s3.amazonaws.com/images/autos/autos/medium/r0exhattudwp5higv90t-10608030.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/manufacturer'), rdflib.term.Literal('Dodge'))
-  (rdflib.term.URIRef('http://schema.org/Product/model'), rdflib.term.Literal('Grand Caravan'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('2013 Dodge Grand Caravan SE Wagon'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.URIRef('http://autos.winnipegfreepress.com/auto-for-sale/Dodge/Grand-Caravan/category-3/id-343821/'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('N1f54b1c3adca4137b6d49b5e13310dd9'))

Nc75f9859683f4f9d8d547d46b914fc16 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('NFPA 1: Fire Code, Prior Years', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://catalog.nfpa.org/NFPA-1-Fire-Code-Prior-Years-P1591.aspx', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://catalog.nfpa.org:80/Assets/ProductImages/Codes/0112.png'))
-  (rdflib.term.URIRef('http://schema.org/Product/sku'), rdflib.term.Literal('\n                                    NFPA_1_PRIOR', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('N10253995073944fab0faec37470c798c'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

Nf12cc923e9df480497f1ee1e498b84e9 :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://catalog.nfpa.org/2012-NFPA-497-Recommended-Practice-for-the-Classification-of-Flammable-Liquids-Gases-or-Vapors-and-of-Hazardous-Classified-Locations-for-Electrical-Installations-in-Chemical-Process-Areas-P1321.aspx', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://catalog.nfpa.org:80/Assets/ProductImages/Codes/49712.png'))
-  (rdflib.term.URIRef('http://schema.org/Product/sku'), rdflib.term.Literal('\n                                    NFPA_497', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('N265665b0b2954f47a4289200f8d4b605'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('2012 NFPA 497: Recommended Practice for the Classification of Flammable Liquids, Gases, or Vapors and of Hazardous (Classified) Locations for Electrical Installations in Chemical Process Areas', lang='en'))

N7fb4f8deadeb4b0f8fcf1afe6de02cef :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n\t\tCOLLEGIATE Florida St. 2-Sided 11" x 18" Car Flag\n\t', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('COLLEGIATE Florida State Seminoles 2-Sided 11" x 18" Car Flag. Show your team spirit proudly with this car flag from BSI Products. Each 11-inch x 18-inch car flag is made of heavy-duty 150 denier polyester and lined for clear visibility from both sides. The officially licensed car flags are decorated in the team colors, attach easily and securely to your car windows, and showcase the detailed team graphics on both sides. Comes with free wall mount kit.', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/35033/300/collegiate-florida-st--2-sided-11-x-18-car-flag.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('Bsi Products', lang='en'))

Nefb23fc7ec1249cfa699843c744212fb :
-  (rdflib.term.URIRef('http://schema.org/Product/sku'), rdflib.term.Literal('\xa0AA712-39371', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://s7.andersonfloors.com/is/image/ShawIndustries/AA712_39371_MAIN?$af_topdown$'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Copper Kettle', lang='en'))

Nc63db83c1ac0462f8eeaa4fdf5d97edd :
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/16123/300/alleson-567p-adult-extreme-mesh-athletic-shorts.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n\t\tAlleson 567P Adult eXtreme Mesh Athletic Shorts\n\t', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('Alleson 567P Adult eXtreme Mesh Athletic Shorts. This short is made of 100% eXtreme mesh Cationic colorfast polyester 70 denier tricot mesh with moisture management finish. It features a unisex fit, double thickness body, a 1 1/2" covered elastic waistband with inside drawcord, and 7" inseam', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('Alleson Athletic', lang='en'))

Ne05a720c78ba490598731a4904cde700 :
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/39897/300/tri-mountain-ashley-womens-woven-dress-shirt.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal("TRI MOUNTAIN Ashley Women's Woven Dress Shirt.  Women's 5.6 oz. 96% cotton/4% spandex short sleeve woven shirt. Pleats along front body add interest and provide a flattering fit. Fabric's subtle sheen and ruching along front shoulders adds a feminine touch. Stylish two-button cuff.  Styles that are easy wash and wear with machine wash and tumble dry.", lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal("\n\t\tTRI MOUNTAIN Ashley Women's Woven Dress Shirt\n\t", lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('Tri Mountain', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

N64543c9659eb4766892df926bd6a2c43 :
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N0c0ddb3567544a6bb8bec5c9175b5ca8'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Sigmaâ??s APO 50-150mm f/2.8 EX DC HSM', lang='en-us'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/8/c/8cf2a50f8ec7cb242501f1a2fbc39c60.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nfa9a5b4fa6e74bcbbdc82369143e1ee7'))

Nbb702af4ed4c437e97aca8656f1a1d6e :
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N5874ed48021841fe987a8106fdb510fc'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nde87b5cee69643e39f04055ffdbd098d'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N8a20660c52c0414285f490eb1e83034b'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N24f7ef9ddef948fd9ee15ea1128e91c1'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N39900f1778b344db8eabed09d8606af3'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N1344d8b4711f479abee735f53dc0e406'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/5/4/RIM-BlackBerry-7130e-0.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N20317fa2e437460f98b3e0d237a72721'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('BlackBerry 7130e', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N99e9b9b7981a4cfe9145483cda5187b3'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('With the BlackBerry 7130e, you enjoy the total integrated wireless experience in a sleek and stylish design. The BlackBerry 7130e puts top-of-the-line features, such as, speakerphone, Bluetooth technology, instant messaging, polyphonic ringtones and Ev-DO technology for fast email, application and browser speeds, into a sleek and stylish handset. You can compose messages quickly with SureType technology, which combines a traditional phone keypad and familiar QWERTY keyboard for a familiar dialing and typing experience.', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N4be4ca91bf6d4f40ba8f9769be2c5b64'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Naff9177d5d8d4dbb838ff2390692cca1'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nbb8caa92d0ad4c09a117abb0ff7b71fe'))

N479c2ce45c894325ac32ce7c6f30efdd :
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N23a2b5258b1945f98abebd1d166f08c6'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Jura Impressa Z 5 13205/13206/13263', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N0e7257469b3a47948d9fe58f92157e7a'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nf3876537000445cca833ba669eb9e414'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N4dcf2254aa244590985ed3b2033e90be'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/0/2/Jura-Impressa-Z-5-13205-13206-13263-165258357.jpg'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N1622f5352bf443b8b7522d9fdbf7224f'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('Nb78178ba82304f3e890607a03cf35168'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N1e73db2091ac427d96c07975f6a26f46'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N5290100d5410439d9704dbb360a73eba'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N5ded5eeba34f45b588bc5d53cc928cb6'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N1c67562ccd654a8d81272633caa6b9d2'))

N697e9e630c18430dbcb507c3b8af4bdf :
-  (rdflib.term.URIRef('http://schema.org/Product/sku'), rdflib.term.Literal('\xa0AA712-39521', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Covered Bridge', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://s7.andersonfloors.com/is/image/ShawIndustries/AA712_39521_MAIN?$af_topdown$'))

N07bfb175938d44ba803189ddca4387a7 :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('Z2525332', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('3-Stripes Short', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://adidasgolf.com/3-Stripes-Short/Z2525332.html', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419672021462/zoom/Z25253_zoom.jpg'))

Nc5b5f74ad71f46c8a4b3ec60dcf230e9 :
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('Ne7974cb0bb5b40d1b63415fbc97c23c4'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('Vos Taffeta Nylon Jackets W/ Hood. Fully lined witih heather gray flannel fleece. 2 outside zipper pockets. Elastic cuff and waistband. Front zipper and hood. Several colors available.  Top Selling Item.', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n\t\tVos Taffeta Nylon Jackets W/ Hood\n\t', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/18688/300/vos-taffeta-nylon-jackets-w/-hood.jpg'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N90e7541ea9784b1ba2ef2da672dbb5a9'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nd0c41eec883245c5b74b6c321733504a'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('Vos Sports', lang='en'))

Nf40ba3cae7db49749958c97feb06894d :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n\t\tBadger Youth B-Core Short Sleeve Performance Tees\n\t', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/11245/300/badger-youth-b-core-short-sleeve-performance-tees.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('Badger Sport', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('The Badger Sport 2120 Youth B-Core Short Sleeve Performance Tee features 100% Polyester moisture management/antimicrobial performance fabric, self fabric collar, Badger sport paneled shoulder for maximum movement, double-needle hem with tack, and Badger heat transfer logo on left sleeve.', lang='en'))

Nfcd9a62daff8492991b5fb3ec6879e4b :
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N94bbf96905bc4acfaa06554f8445ed39'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('BadLink Check -   FREE'))
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('N8ebc1ac4ef4a420a9885f9358d01f5d8'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('BadLink Check, developed by AegisLab, can protect you from web threats on Internet.\n-Support HTTP/HTTPS\n-Block suspicious link before actually visiting the page.\n-Provide Google Safe Browsing/Unmask Parasite reports for suspicious link\n-In memory black/white list\n-Currently support default browser only'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N64b0052822e34a72a1391cff42bfa083'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N5ea1a453537b4cf6a37fccf6f818e36f'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N255ce64d94be4d94bae6e4d720f2f022'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.BNode('N7654afe0adb74a8899b0ff78e35810f0'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('Nae306c66df4c4bf092003140c222de9d'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('Na35396e1b19d481b847d4b35c15f05c5'))

Ndb2b8e891f8f43a5bebf4c26e2da027f :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal("Depositphotos'", lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

N27d5819970b34722bb444a45b3e1d852 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Proscan 19-Inch LED HDTV with Built-In DVD Player', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N7758d33bd4ec49fea3daf3664f8db0b4'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('N1611031bdd8a420fbd7ce762ca785b2b'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/c/1/Proscan-19-Inch-LED-HDTV-with-Built-In-DVD-Player-167624271.jpg'))

N3999610baf914f7ba38d9c87632aeca5 :
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://catalog.nfpa.org/2013-NFPA-72reg-National-Fire-Alarm-and-Signaling-Code-P1198.aspx', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('2013 NFPA 72®: National Fire Alarm and Signaling Code', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://catalog.nfpa.org:80/Assets/ProductImages/Codes/72SET13.png'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('N884e4e7f3e9a42dab5db7177e1181f0e'))
-  (rdflib.term.URIRef('http://schema.org/Product/sku'), rdflib.term.Literal('\n                                    NFPA_72', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

N0be650da6f7e43cfb7a0b1d398a7c20a :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Microfiber Herringbone Flat Front Pant', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('DW-TG942', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://ashworthgolf.com/Microfiber-Herringbone-Flat-Front-Pant/DW-TG942.html', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419585548991/zoom/Z62094_zoom.jpg'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

Nc3d62fbbfc484119bbde6249439e3b7c :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/f/f/Merkury-Innovations-M-HR110-Retro-Headphone-Black-0.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Merkury Retro Headphones - Black', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N415acfbfd3ef4cb1b4bf1efbfe0ef7c4'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Na8712aa78447468290f6a08a310775c3'))

N474a4f1475834b0eb6943de78124eaba :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('N4f5b884f5d7d42eaaf5dee397ba5fa96'))
-  (rdflib.term.URIRef('http://schema.org/Product/dateModified'), rdflib.term.Literal('2014-12-21', lang='ar'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('فندق ويستين ميشيغان أفنيو، شيكاغو', lang='ar'))

N1fe42ae3cb3344a0bd0ff9466defdb27 :
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('Nde9f8c55a102478f99f03eec35fff5c6'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N39672b4c1c5e48c4bcf987fdb06015a0'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.BNode('N2c234ce9176642c0b4b3e84563a7931e'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N357c4de0095f4768aa6115009f36e2bb'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N53ffd6b03052426a9e45b6381898ccad'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('WARNING: ONLY WORKING FOR ANDROID 2.3.x AND BELOW! (Not enough support to sustain the program  :()\n\nCheck the best athlete  marks for the World Championships, Olympic games, youth best performances..., all in track and field.\n\n- All marks by event (100m, 200m, triple jump, long jump, high jump, shot put, javelin, decathlon ...)\n- All marks by athlete\n- Progression of the athlete in a graph\n- Google map location of the event\n- It works offline\n- Automatic updates for 2011\n- More track & field databases available (since 2002)\n- World records table (indoor and outdoor)\n- Marks provided by IAAF\n- Ads version (check paid version)\n\nIMPORTANT!: you have to activate season databases from settings.'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Athletics Stats (Free) -   FREE'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://androlicious.com/details/com.totaldevel.android.athleticsstats.ads//images/Sports/c/com.totaldevel.android.athleticsstats.ads_icn.png'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N31767de160bc4876b105d6c260160d43'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('Ne6e24be5ca514107a7bcbed7aa029bd7'))

N36b1e01b3fd94f078a4c468bc6908b49 :
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N457c5590654544bd80fa1570b5ae1c4a'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Na039d7a3119440bbbf886072c55a223f'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/2259/300/high-five-baseball-undershirts-3/4-length-closeout.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N96310af9f9a14096bed7032a1fd7f2fe'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('High 5 Baseball Undershirts 3/4 Length-Closeout. 50% polyester/50% cotton jersey fabric, white body with contrasting neck trim and 3/4-length raglan sleeves. Scooped shirttails. Top Selling Item.', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('High Five', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n\t\tHigh Five Baseball Undershirts 3/4 Length  - Closeout Sale\n\t', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N6dc68bbae16a470d97738333781ff0ed'))
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('N22a273a88e29494298517f436d5f850d'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N0f093634fb0d430aae3a906e65ffe751'))

N6130d4c74596499c93ce6c7c0acd1bc2 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal("Depositphotos'", lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

Ndc3407080ebe4aedbad06a371f1d31e6 :
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nb273f89e093541fdad67e8bc83ae9e34'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('Teamwork', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N205e11e35ce246f8a3cae0948ee3c515'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N1329b662fc8f4d37ba4b3d800036d5a7'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n\t\tTeamwork Cool Mesh Hair Scrunchies\n\t', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/13433/300/teamwork-cool-mesh-hair-scrunchies.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('N87a4ad2a4b6c4f48a05651650ac8b74d'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N2cffd36bb39b49a2a3e8252d2ce257cb'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nace64654d28d427797f2c87cda5244ff'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('Teamwork Cool Mesh Hair Scrunchies. Dazzle or Cool Mesh Hair Scrunchie. Polyester Dazzle Cloth Excellent stretch characteristics for comfort. Cool Mesh Hair Scrunchie - Cool Mesh Moisture Management Fabric.', lang='en'))

N0da0687837444972a49d235517d2442e :
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.BNode('Ndc2494865078419ab1f351d6885654fd'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N694e5692e3714cbf8fa209b6f34afec0'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://androlicious.com/details/com.seoreview.app//images/Tools/c/com.seoreview.app_icn.png'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N440535361c8a4355a9c328d2c24d72a6'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('SEO Automatic Pro -   9.99 USD'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N8be14d2d09774cca83ffd41e50ecd880'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N65e02bc943b642099d4543a82c937c67'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('This app shows all the same ranking factors as the free version, but also allows you to email your report. For ANY support issues, please go to http://www.seoautomatic.com/forum, or email support@seoautomatic.com, or phone us 8am to 5pm PST'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N296a0404708141efbd1b9f8f2906d3e4'))
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('N5359991dd3cd4cddaeb32ef45e0323e1'))

Nfc4e9ca08f314f0dba92a2857adce751 :
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419585548991/zoom/671949_zoom.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('puremotion', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://adidasgolf.com/puremotion/67194931.html', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('67194931', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

N91ccc1ad6ac741b9989a7eb7001fae3a :
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('Nee1d5d9ad4974be1819ed67a05787776'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/57393/300/augusta-womens/girls-hit-volleyball-jersey.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nd4a58c07dd8d4346af79da68b0e72444'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N27c0ca3ed06145379f6549d3333e7eff'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal("\n\t\tAugusta Women's/Girls' Hit Custom Volleyball Jersey\n\t", lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N556a7fec48fe4b848a471e08c7299d81'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal("Augusta Sportswear Women's & Girls' Hit Volleyball Jersey wicks moisture and has a heat sealed label. With a contrasting self fabric v-neck collar, set in sleeves and contrasting side panel with white triangular insert at hem. ", lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('Augusta Sportswear', lang='en'))

N37753aca19ff4a259bbc3ff03e56e51a :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('2013 Dodge Grand Caravan SE/SXT'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/model'), rdflib.term.Literal('Grand Caravan'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://wfpquantum.s3.amazonaws.com/images/autos/autos/medium/m9g8bvbfzkx3z9tm9ojh-10799014.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('N8abcc0170c6b4bf8a9fdb74660855c3e'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.URIRef('http://autos.winnipegfreepress.com/auto-for-sale/Dodge/Grand-Caravan/category-3/id-350202/'))
-  (rdflib.term.URIRef('http://schema.org/Product/manufacturer'), rdflib.term.Literal('Dodge'))

N8530a58c3cb744d1b7d20b6adb04931c :
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/46010/300/mlb-dodgers-ceramic-gameball-mug-set-of-2.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('Great American Products', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n\t\tMLB Dodgers Ceramic Gameball Mug Set of 2\n\t', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('MLB Los Angeles Dodgers 15oz. Ceramic Gameball Mug Set of 2. This set includes two large ceramic gameball mugs decorated with a high-quality metal team logos.', lang='en'))

N3eb21a67f5624eaa98309c80bd16ed0e :
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('Ndc737bfcacec4cf9a89fa29e34e482bc'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('Enjoy excellent performance, connectivity, picture quality with enhanced clarity on Professional P1913 19-inch Widescreen Flat Panel Monitor from DellTM. The dynamic contrast ratio of 2 million: 1 provides to work in razor-sharp clarity, and experience smooth, jitter-free moving images. Get excellent clarity and rich images with 1400 x 900 at 60 Hz resolution with a color depth of 16.7 million colors. Additionally, high response time of 5 ms designed to reduce ghosting and deliver razor sharp images. This monitor is an ideal complement to your office environment, helping to boost productivity and efficiency in the workplace. This monitor comes with an array of video connectors to meet your various video connectivity requirements such as VGA and DVI with HDCP which helps deliver no jitter high quality digital images and excellent color uniformity.You can easily plug and play with the two USB Connectors. Thanks to the lower power consumption with LED technology, PowerNap and Dynamic Dimming, you can also see potential cost savings over time!The P1913 is designed to comply with the latest energy-efficiency standards, including ENERGY STAR®, EPEAT Gold, TCO, CEL compliant. Additionally, the EPEAT Gold rating on the P1913 helps ensure that your organization stays aligned with the highest environmental standards. With all such impressive features and more, the P1913 is an ideal choice for your smart and modern lifestyle!Dell branded monitors undergo exhaustive testing for performance, reliability, durability and compatibility with Dell systems.'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('DELL'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://accessories.dell.com/sna/products/Gaming_Accessories/productdetail.aspx?c=ca&l=en&s=bsd&cs=cabsdt1&sku=320-9715'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.Literal('http://snpi.dell.com/snp/images/products/large/en-ca~320-9715/320-9715r1.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/manufacturer'), rdflib.term.Literal('Dell'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Dell 19 Monitor - P1913'))
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('Nefb751fd3061418280b56cc57f521976'))

N1425b72eb6b54b80bc6ceb4241a67e86 :
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('Neca3001e174d4efab8fc8b36f36b3cdf'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.URIRef('http://autos.winnipegfreepress.com/auto-for-sale/Dodge/Grand-Caravan/category-3/id-353810/'))
-  (rdflib.term.URIRef('http://schema.org/Product/model'), rdflib.term.Literal('Grand Caravan'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://wfpquantum.s3.amazonaws.com/images/autos/autos/medium/e88te8r6jhvmaikopgmb-10799968.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/manufacturer'), rdflib.term.Literal('Dodge'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('2014 Dodge Grand Caravan SE/SXT'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

N0a811bbf229a4905a425551a8a3794c5 :
-  (rdflib.term.URIRef('http://schema.org/Product/sku'), rdflib.term.Literal('\n                                    NFPA_70', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('NFPA 70®: National Electrical Code® (NEC®)', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://catalog.nfpa.org/NFPA-70reg-National-Electrical-Codereg-NECreg-P1194.aspx', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('Nda07c04279734166b6caa5d3202fd1b4'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://catalog.nfpa.org:80/Assets/ProductImages/Codes/70SET14.png'))

N7f10ebb30ac247cb8b6a2d794d6edb37 :
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nc68e83ebd1044841a382ae2802e5406b'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N86f8b3571b2b4d2e908afca2bc1d1c9c'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Na50e393e9853465b89862962cac86703'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nbefb69c7fba949a3ae16f951caa2fae1'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N694cada17b234c04a56a0c4faea150ba'))
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('Ne15bf7a991f54341a2c9c273a540e61d'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n\t\tChampro Oversized Custom All -Purpose Equipment Bags E10\n\t', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/8408/300/champro-oversized-all-purpose-equipment-bags-e10.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('Champro Sports', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('Champro Oversized All-Purpose Equipment Bags. 36"L x 16"W x 16"H. PU Coated 600D Polyester. Square End Design for Maximum Capacity. Wrap Around Web Handles. Hard Bottom. Holds 12 basketballs, 14 volleyballs, 14 size 5 soccer balls or all the equipment a little league team needs Top Selling Item.', lang='en'))

Nec42cd8632954158934cbf7e9c6bd8d4 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('ClimaLite Stretch Twill Bermuda', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('DW-CJ049', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://adidasgolf.com/ClimaLite-Stretch-Twill-Bermuda/DW-CJ049.html', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1418915254783/zoom/Z24208_zoom.jpg'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

N48b56d60b14e4af2934352f12e2f1610 :
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N3e2ba407491a47f08abdfc13b182f142'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N4845577365f043f589e3cb27806d3073'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://androlicious.com/details/tilston.fakecallerpro//images/Entertainment/t/tilston.fakecallerpro_icn.png'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N39fac6d0e5054980b236cbba361942ef'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal("Fake Caller Pro allows users to set the name and photo of a caller and a time for them to call you. So you can get out of meetings and blind dates when you don't want to be there!"))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N0c0650a0bcb54d40a39a80a596fa4ad0'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Fake Caller Pro -   3.19 USD'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N5659bdc10a2840fc9e4e7428ba08ee34'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.BNode('Nc8b380f932df42b9b6eeee6aecffb529'))
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('N4b410e1b404f4d1eb619c6eb6f316283'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('Nf79e1874c2e8407ca166a76043bec397'))

N4096150df6a14736b2439755fb745add :
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('Dickies', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n\t\tDickies Womens Juniors Gen Flex Cargo Scrub Pants\n\t', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/56083/300/dickies-womens-juniors-gen-flex-cargo-scrub-pants.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal("The Dickies Women's Junior Gen Flex Youtility Cargo Scrub Pant is a Dickies Original Junior Fit 9 pocket utility pant that features an all around elastic waistband with wide belt loops, drawstring waist, two back pockets, front shaped pockets with additional sectional pockets and ID bungee loop, multi-needle contrast topstitching, two cargo pockets, motion knee darts and a straight leg. Cotton/Poly/Spandex fabric.", lang='en'))

N2ecd20e50be041a29ea78552ca7f95a5 :
-  (rdflib.term.URIRef('http://schema.org/Product/sku'), rdflib.term.Literal('\n                                    NFPA_30_PRIOR', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('Ne9536d290ab1448fbf9cd61701ccee21'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://catalog.nfpa.org:80/Assets/ProductImages/Codes/30SET12.png'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://catalog.nfpa.org/NFPA-30-Flammable-and-Combustible-Liquids-Code-Prior-Years-P13755.aspx', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('NFPA 30: Flammable and Combustible Liquids Code, Prior Years', lang='en'))

N6806409b9e974cc1baddf91bf858b678 :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/manufacturer'), rdflib.term.Literal('Samsung'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Samsung 32-inch LED TV - UN32EH4003FXZA HDTV'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://accessories.us.dell.com/sna/productdetail.aspx?c=us&l=en&s=gen&sku=A6351207'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal("Experience the sharp picture quality, even when you are watching wild-moving images like sports or action movies with Series 4 32-inch UN32EH4003FXZA 720p LED HDTV from Samsung®. This HDTV features Wide Color Enhancer plus Technology which allows you to see picture color the way the director originally intended. With Clear Motion Rate of 60Hz this LED TV can display action-packed movement with sharp detail and vivid contrast while eliminating image distortion. Plus, the Dolby® Digital Plus/Dolby® Pulse is an advanced surround sound feature that optimizes the TV's audio from connected devices. Plus the SRS Theater Sound® delivers surround sound multichannel content using built-in TV speakers. Additionally, you can connect USB drives or other external hard drives to your TV with Connect Share™ Movie. Comprising of such prominent features this LED HDTV brings pleasure to your home entertainment experience."))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.Literal('http://snpi.dell.com/snp/images/products/large/en-us~A6351207/A6351207r7.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('N5abd5240857c483086b0e4a12a29597f'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('SAMSUNG'))

N27b8f7cc882645b3acec089c84e70f71 :
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://catalog.nfpa.org/2013-NFPA-72reg-National-Fire-Alarm-and-Signaling-Code-Self-Guided-Online-Courses-P816.aspx', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/sku'), rdflib.term.Literal('\n                                    OL72', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://catalog.nfpa.org:80/Assets/ProductImages/Online_Courses/OL72KIT.png'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('N7d01ce1dbfb741ad83e563734b79e0fa'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal("\n                        \n\n\n\n\n2013 NFPA 72®: National Fire Alarm and Signaling Code Self-Guided Online Course Series\n\xa0\nGain a broad understanding of fire alarm and emergency signaling systems through the 2013 NFPA 72 Self-Guided Online Course Series.\nYour first step in fire alarm and signaling systems training, NFPA®'s 6-part online course series spans every aspect of the process -- from design to ITM. Created by the leading experts in NFPA code compliance, this online training program covers current technology and the applicable requirements from building, fire, and life safety codes including the 2013 NFPA 72: National Fire Alarm and Signaling Code and NFPA 70®: National Electrical Code® (NEC®).\nWork at your own pace through in-depth, online courses focused on individual subject areas. Developed by industry experts, these self-guided online courses pave the way for additional professional training from NFPA, the fire safety leader and code source.\nUpon completion you should be able to:\n\nExplain how building, fire, and life safety codes impact the requirements for fire detection and alarm systems\nDetermine how NFPA 72 is used to design, install, and maintain a fire detection and alarm system and how the Code is structured\nDescribe the general types of initiating devices\nDefine common terms associated with notification appliances\nCite general requirements associated with notification appliances\nIdentify the basic types of circuits\nRecognize how different circuit types operate under various conditions\nIdentify the different types of off-premises signaling systems and cite general requirements associated with them\nDefine terms related to the inspection, testing, and maintenance of fire alarm systems\nRecognize general requirements for the inspection, testing, and maintenance of fire alarm systems\n\n\xa0\nWho Will Benefit: Anyone whose job involves designing, reviewing, evaluating or installing fire alarm systems, including: designers, installers, electrical contractors, architects, auditors, and project managers.\nContinuing Education Credit: Complete this course series and qualify for .6 CEUs.\xa0Completion of each individual course qualifies you for .1 CEU. Upon successful completion of a course or the course series, participants will be prompted to download the CEU certificate directly from the course site.\nPlease verify applicability with your professional board before registering.\n\n                    ", lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('2013 NFPA 72®:  National Fire Alarm and Signaling Code Self-Guided Online Courses', lang='en'))

Nc4dcf2406bdb4a20b0432a2b238e9a75 :
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419585548991/zoom/674710_zoom.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Womens adizero Sport', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('DW-V3997', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://adidasgolf.com/Womens-adizero-Sport/DW-V3997.html', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

Ne68f4b31838d49dfaa79b92d66bf603e :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('Nbcb9551cf0b04c5fbb906e59423b4f70'))

Nbcde463e2a5f437ebee4bb45f646b63a :
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419412911683/zoom/Q47097_zoom.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('DW-V3974', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('crossflex', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://adidasgolf.com/adidasGolf/footwear/DW-V3974.html', lang='en'))

Na00f00542f9e4523983a601e70d46c11 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal("Depositphotos'", lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

N9e66e80f73fe49c2b0a8270d3a11358e :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n\t\tTRI MOUNTAIN Century Convertible Cycling Jacket\n\t', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal("TRI MOUNTAIN Century Convertible Cycling Jacket.  Men's convertible cycling jacket. Designed for cyclists, but perfect for anyone encountering unpredictable weather, this men's lightweight shell jacket also converts into a vest. Made of a windproof/water resistant diamond dobby polyester, the vented back yoke has a mesh panel underneath to increase breathability. Zip-off sleeves can be stored in zippered back pocket. Plenty of additional storage with a zippered chest pocket and two side pockets. Reflective piping enhances visibility and adds style. Elastic cuffs and draw-cord bottom hem for a custom fit. Brushed tricot along inner collar from comfort and warmth. Inner storm flap.  Features heat transfer label for greater comfort.", lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('Tri Mountain', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('N332c4e6897b2421595973bb36c975337'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N6d44934dbfad40cfb174ac060f3b2831'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/40621/300/tri-mountain-century-convertible-cycling-jacket.jpg'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

N9bd7e108fe9c4240b499c2ba759e68f5 :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('The Vixen VMC110L, a 110 mm (4.33 inch) aperture modified Cassegrain f/9.4 optical tube. Its features include a curved vane secondary mirror spider to reduce diffraction effects, and a correcting meniscus lens just ahead of the Secondary Mirror as its larger cousins the VMC200L and VMC260L incorporate.   The Skypod is a unique portable alt-azimuth computer controlled "Go To" mount that evolved from the very successful Vixen Sphinx mount. The Skypod incorporates a compact computer controlled Alt-Az system that automatically slews the telescope from one object to another. The 22,000 plus object data base provides an endless variety of objects to view and is upgradeable.This new and portable GoTo travel mount uses the modified Starbook S hand controller that offers the same practical user concept of the Sphinx controller. A display shows a map of the sky so that you always know where you are.  The controller is integrated into the mount. You can take it off for remote control, but you can always put it back for save storage and transport. This means that for transport you can avoid all the separate small parts that are otherwise easily lost.Because the Skypod it is based on Vixens flexible mounting system, a wide variety of telescopes will easily and quickly attach to this mount. Skypod provides good portability combined with ease of use and versatility. You can store the mount and the telescope separately. For airline traveling you can take the VMC110L along as carry-on luggage while the mount goes with the rest of your luggage.', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/2/3/Vixen-VMC110L-with-SkyPod-and-Tripod-0.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N950edaa4769f4465b77b946a06f41ec7'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Vixen VMC110L with SkyPod (25006)', lang='en-us'))

N4f772ac5022c4fc2b76d27be4596ebf2 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('2010 Dodge Grand Caravan SE'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/manufacturer'), rdflib.term.Literal('Dodge'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.URIRef('http://autos.winnipegfreepress.com/auto-for-sale/Dodge/Grand-Caravan/category-3/id-351284/'))
-  (rdflib.term.URIRef('http://schema.org/Product/model'), rdflib.term.Literal('Grand Caravan'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://wfpquantum.s3.amazonaws.com/images/autos/autos/medium/yejh85etr23xm2l3n1sm-10745416.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('N5e99a6a5105741f3a2c861fd2af9e304'))

Ned8df58ff7f247c184956336f6f8e946 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('2006 Jaguar XKR Convertible', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.BNode('Nc13c5a57023947cd964bfb367eac8872'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://imageonthefly.autodatadirect.com/images?width=380&height=287&img=CAB60JAC052A0101.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('Nbf465bcbdd904c66a449aab91baae4e1'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.URIRef('http://autos.jdpower.com/research/Jaguar/XKR/2006/Convertible/index.htm//research/Jaguar/XKR/2006/Convertible/index.htm'))

N2a8e3eb8e8844cdaa255fa449eaee73b :
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('N35c2ed9654db43228df0577dc45cfb85'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Na16774255268433cba742d9511882e1b'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('BenQ SP840', lang='en-us'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/f/4/BenQ-SP840-345924706.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N664240c4c3eb4b20a939337775ba0128'))

N65ab677bea9d4da9a6e6c27d6a4779e0 :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('Check out sandcastle1 on Cubify at http://cubify.com/Store/Design/AL98QAW7QL #getthereeasy'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('sandcastle1'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://cubify.blob.core.windows.net/account/QHUHU2JGQ9/GOUAOFHO5W/cb863880-2a9e-457b-ae6d-574d9b46e49f_e719dda8-c96b-4242-bccb-bfa5c28e061c_08fb68af-884d-4b5f-89f3-89'))

N143e0ea3f9044f2492874f4829742a51 :
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.Literal('Null', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('N36247cf8accc4397be90c889b0702803'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('\n100 of the hottest and newest sounds ever produced for sylenth.\n', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('\n112 Pure digital glitch/noise suited to a variety of musical styles and multimedia applications or as a creative springboard for further sound design.\n', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('\nBasses, this is all about basses for a big and deep track foundation. Analogue style basses, modular style basses, digital basses, electric basses, you name it! We’ve got you covered! \n', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal("\n'Play It Loud: Melbourne Drop Vol 4' contains even more crazy lead loops along with outstanding pitched vocal loops typical of the newest rising Club House genre that is Melbourne Bounce. Inside you will find tonal fat bass loops created to 'bounce out' of every speaker in the world. Nothing more to say, it's a total must have!\n", lang='en-us'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Digital Fire Presents the Sounds of Sylenth Masterpack Vol.2\n', lang='en-us'))

N9eb7102bb2244b3ba2cd497f188ce3f7 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal("Depositphotos'", lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

Nee77dae7288e46059fafd01d0a2e267b :
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N6383bf79516a4f8d892518ed444c0efa'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N69dfec09aca84f77bf7a2265f2287ff0'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('N2e587a9910334649819b04dac1f5775d'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N43cd8f407bdf41c991d034b255f7d7c0'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Garmin GPS V GPS', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/e/c/Garmin-GPS-V-0.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N5120addab4c1414ca2efa2ac306e90a1'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N4adf950085954d22b6dc1e42ed678128'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N443dd0f79ee4497d9ffb5a484b7c4c8a'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N86b5afee68314425b5d8ed117c2339a7'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('The GPS V is one versatile navigator that delivers automatic routing, detailed mapping and WAAS capability - all in a compact handheld GPS. It comes with the MapSource City Select CD, which gives you access to detailed street-level maps with locations of restaurants, hotels and other services. Use the GPS V to look up a location and it will automatically calculate a route and guide you to your destination with turn-by-turn directions and audible beeps that alert you to upcoming turns. You can even switch the display from horizontal, for mounting on a bike or a vehicle dash, to vertical for handheld use.\x0b\x0bThe GPS V accepts up to 19 megabytes of downloaded map detail.', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N5be1067a403849cfb822444574ffa348'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nbcde6ccbe49247aa9bc51d8423015988'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N532b58b186c248f99ca2c771ee077541'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N66c1c0100d2647939e26a5d2bbf89994'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nd716717d491748e7af992d91ad608672'))

N2d48e996089a49e9ad2e4c8790614de0 :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Ned7334b626094a7c8c2c39d0fd5d4e76'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/1/e/Playstation-3-160GB-Console-0.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('TV LED 107 cm LG 42LM615S', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Ndf4f31e33060437b91a2a86db700ccf7'))

Naaac78f45491498495495df974af4ec0 :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Glen Plaid Flat Front Short', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('Z0868238', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://ashworthgolf.com/Glen-Plaid-Flat-Front-Short/Z0868238.html', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419412911683/zoom/Z08682_zoom.jpg'))

Nffebe4e13c1547b983e14d61d0fb9e0c :
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://wfpquantum.s3.amazonaws.com/images/autos/autos/medium/qywqb1ah47qxuria36bw-10514826.jpg'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/model'), rdflib.term.Literal('Uplander'))
-  (rdflib.term.URIRef('http://schema.org/Product/manufacturer'), rdflib.term.Literal('Chevrolet'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('2008 Chevrolet Uplander LS'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('Nbda236c841fd4dc898e758b67a333573'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.URIRef('http://autos.winnipegfreepress.com/auto-for-sale/Chevrolet/Uplander/category-3/id-339668/'))

Nf48bb5d7d46142d19ce774812ed8a6e1 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal("Depositphotos'", lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

Ne04f95a8502d4299be18c391478f0d6b :
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('You have to separate all the balls from each other by surrounding them with lines. As soon as a line gets drawn it will turn red. During that time, no ball is allowed to hit the line.\n\nIt gets harder every level. The FULL version has more levels and options.'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N82631de048be4376aeb663799cbed1ec'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N26f2a59e85924bc19b24468d7a512191'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('Nad2f314d9e8345a994ce84ada8664316'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N8c35ad761bca4697be9e4940892af317'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.BNode('Ncc6f1ff9bd8f432495726342dfaed2d9'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('Ndcb1d34118f249d9a80108a37438d567'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('Nc087a7052f1a43e791892f1c1d430207'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Separate Balls DEMO -   FREE'))
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('N4dce8998cbe348dda4f0c97960d9eba2'))

Nda632dfa5cd24660b82a0a13ec7f4334 :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal("Depositphotos'", lang='en'))

Ne4848b89515f4f12be71745f6fbf65bd :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('Aspire 5580-6707 - Intel Core 2 Duo T5200, 1GB SDRAM, 120GB - 5400 RPM hard drive, SuperMulti (DVD + /- RW, DVD-RAM), 14.1" TFT Display with Acer CrystalBrite Technology, integrated graphics, 802.11 b/g, card reader and 1.3MP Orbicam, Windows Vista Home Premium Edition.', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N5bbbaacea9a743c2830d9cb6d0d5b324'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Acer Aspire 5580 Series', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/d/a/da1e8ec8d8e87d6b9c11383589415387.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nf571bd78675b474c99578b5be70bc419'))

N73e97b369af2432b99acb4de94678ef1 :
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419153454085/zoom/Z25232_zoom.jpg'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('ClimaLite Flat Front Pant', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://adidasgolf.com/ClimaLite-Flat-Front-Pant/Z2523235.html', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('Z2523235', lang='en'))

Nc86fcbc9c07844399eb5392c4001b6f8 :
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Ne42b822d92cb4589aac185fdd4ad3de8'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Gateway/DX4860-UR32P Desktop', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/5/7/Gateway-DX4850-57-PT-GBL02-022-Desktop-PC-1.jpg'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

Naf282649929a4f38842ebc96fbc83d43 :
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nb8955fb3ad514a58b2f86f8c52eb0fce'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N802797c0f60949518d4e8061f1866ce8'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N080c440fc0a44c3ba25d2d2a8ecb2858'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N05eabed325624819b216453bd14e2a50'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N0b094ef04c80409b8439dd8cb323bf63'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/e/3/BlackBerry-8707v-0.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Ne2ab785fa0e243d7a5009c74a99e9e4f'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N28b78c173ef64840bf53b273644cf057'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('The BlackBerry 8707v Wireless Handheld represents a breakthrough in wireless innovation  the first true business 3G wireless handheld. The power of 3G, combined with the industrys most advanced hardware, software and network technologies, in a thin, stylish, lightweight handheld with a full QWERTY keyboard. With uncompromising email, browsing and phone performance, its never been easier to stay connected while on the go.\n\nWith the BlackBerry 8707v, users also can connect their laptop to the Internet, using the device as a tethered modem, to deliver broadband-speed wireless connectivity.', lang='en-us'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N1e3ef8dc024040bdbef15e854c46196d'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Blackberry 8707v', lang='en-us'))

N44a228e4c5964e79814ee9775c2273ce :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n          \n          Big Wave Surfing: Extreme Technology Development, Management, Marketing & Investing\n        ', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://800ceoread.com/products/big-wave-surfing-kenneth-j-thurber-english///asset3.800ceoread.com/system/products/6767/large/9781592983803.gif?1418982375'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal("\n            \n              The United States has evolved from an agricultural to a service economy. To maintain our standard of living, we must become the world's innovation economy. The Big Wave Surfing Book provides you the insights necessary to survive in today's technology economy.\n            \n          \n\n\n\n\n\n          \n          \n            \xa0\xa0\xa0 SHARE THIS\n          \n\n          \n            \n            \n            \n            \n            \n            \n            \n            \n          \n        ", lang='en'))

N3edc398eab4c451ea207b89779e6cef4 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('puremotion', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('67195928', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://adidasgolf.com/puremotion/67195928.html', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419153454085/zoom/671959_zoom.jpg'))

N9d55d8a039db4196bbcdde73cabced75 :
-  (rdflib.term.URIRef('http://schema.org/Product/manufacturer'), rdflib.term.Literal('Chrysler'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.URIRef('http://autos.winnipegfreepress.com/auto-for-sale/Chrysler/Town-and-Country/category-3/id-346373/'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('Na05eec3634244b548f460493c1de65c7'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('2014 Chrysler Town and Country Touring-L'))
-  (rdflib.term.URIRef('http://schema.org/Product/model'), rdflib.term.Literal('Town and Country'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://wfpquantum.s3.amazonaws.com/images/autos/autos/medium/86hc7j7h0js0ucyodlqe-10649414.jpg'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

N31855db192a94f3ea6b4468da80ef2d1 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('crossflex', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://adidasgolf.com/adidasGolf/footwear/67602026.html', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1418980790510/zoom/676020_zoom.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('67602026', lang='en'))

Ne2a43b8edd87474b8cf00bb3e5baea48 :
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://ashworthgolf.com/Madras-Plaid-Flat-Front-Short/Z5178129.html', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419585548991/zoom/Z51781_zoom.jpg'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('Z5178129', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Madras Plaid Flat Front Short', lang='en'))

N7cab0dfb812a400b981d60e984ed4a87 :
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('N15ef21e844e34e4ebcf85f1b2176b43f'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/24822/300/d-bat-pro-stock-161-half-dip-baseball-bats.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n\t\tD-Bat Pro Stock-161 Half Dip Baseball Bats\n\t', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('D-Bat', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N4cce663f034c42c2a8856307555a362d'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('D-Bat Pro Stock-161 Half Dip Baseball Bats.  D-BAT Sports uses only the best northern white ash or hard rock maple (sugar maple) to produce our bats. We take great care in the selection, storage, and drying of our wood before it goes to the lathe. The machinery we use is the most modern equipment available, allowing us to produce a consistent product. Our bat finish is the most durable in the industry because we use a proprietary sealer and top coat.', lang='en'))

Na8c83c0f315b43f6b9186499897d636e :
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://catalog.nfpa.org:80/Assets/ProductImages/Generic_Product/QC10112.png'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Quick Compare™ Life Safety Code 2000 & 2012 for Health Care', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://catalog.nfpa.org/Quick-Comparetrade-Life-Safety-Code-2000-2012-for-Health-Care-P13924.aspx', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('\n                        \n\n\n\n\nSee how health care facility requirements in the 2012 Life Safety Code® differ from those in the 2000 Life Safety Code, and how the latest provisions will impact facility compliance and renovations in the future. Quick Compare™, Life Safety Code 2000 & 2012 for Health Care: NFPA 101® Changes Affecting Your Facility gives you an early, in-depth understanding of the changes in order to plan projects, budget appropriately, and prepare compliance plans.\nQuick Compare explains the most significant changes impacting health care across four editions of the Code! This guide includes:\n\nComparisons featuring full Code text for both the 2012 NFPA 101 and 2000 NFPA 101 chapters for new and existing health care occupancies (Chapters 18 and 19), new and existing ambulatory health care occupancies (Chapters 20 and 21), and new and existing residential board and care facilities (Chapters 32 and 33)\nBrief descriptions explaining the scope of major differences\nSee what is new, revised, or the same between the two editions\n\nQuick Compare gives facility managers, providers, consultants, engineers, architects, surveyors, and AHJs a fast, accessible source for information about the specific Code changes relevant to health care. AHJs and surveyors for CMS and The Joint Commission will have the information required to properly enforce new provisions and assess waivers. (Spiralbound, 400 pp., 2013).\n\n                    ', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('N079bbea582ee47dabc7a8422de0785d9'))
-  (rdflib.term.URIRef('http://schema.org/Product/sku'), rdflib.term.Literal('\n                                    QC10112KIT', lang='en'))

N8e44323b37b4494b8dbc869a060c1077 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Samsung M2825ND 28PPM Mono Laser Printer', lang='en-us'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('Nef056660c3cb404d81727d61ee42f291'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/f/5/Samsung-M2825ND-28PPM-Mono-Laser-Printer-168065270.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N06f7ffcaf21b4e90a206be8cc496641b'))

Ndfa29d6a8fc94c5889cc8d095fa38650 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('逆轉檢事'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/releaseDate'), rdflib.term.Literal('2009-05-28'))

Na8e37b1e943e4cc39c83206b4b9b3959 :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/43079/300/fan-mats-oregon-state-university-door-mat.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal("Fan Mats Oregon State University Door Mat.  Wow your guests with door mats by FANMATS.  Adorned with your favorite team's logo, these door mats make a statement while keeping dirt and mud from entering your home.  Heavy duty vinyl construction ensures a durable mat.  Deep reservoir contains water and debris.  Rugged ribs scrape shoes clean.  Your favorite team's logo is molded in 3D construction.", lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n\t\tFan Mats Oregon State University Door Mat\n\t', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('Fan Mats', lang='en'))

Nd5fe86f8777046a9abd450da81ce713a :
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('Gem Gear Compression Tie Dye Blast Shorts. Highest quality Polyester/Spandex blends. 4-way stretch knits and tricots assure maximum durability. Low rise fit for style and comfort. Naturally wicking fabric for moisture control', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('Gem Gear', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/17959/300/gem-gear-compression-tie-dye-blast-shorts.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nce6269a5d82f4792a56ad0bd677f112b'))
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('Nb654b6995c7745e2bb1169b9d18584dd'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N9adcb22fe0f2421f941c9e20b9837b8b'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N06a7244415e24bb5b68781db9816504d'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n\t\tGem Gear Compression Tie Dye Blast Shorts\n\t', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

Nc9b6d781080d4542a2b1b1a20334c37f :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/manufacturer'), rdflib.term.Literal('Dodge'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://wfpquantum.s3.amazonaws.com/images/autos/autos/medium/j3ea4au0cr3ag9c8hc9b-10763421.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('2012 Dodge Grand Caravan R/T'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('Nd8ab09bda5fb4a8f80048b98d7823fbe'))
-  (rdflib.term.URIRef('http://schema.org/Product/model'), rdflib.term.Literal('Grand Caravan'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.URIRef('http://autos.winnipegfreepress.com/auto-for-sale/Dodge/Grand-Caravan/category-3/id-352154/'))

N330ea5d30d5548259feab6eb46246975 :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/7/6/Sony-DVP-FX780-165621389.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('Nfd376dffa0954e688333906945cd518e'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Ncbd12cb17ace4a5daa6d1792a223cf5f'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Ne48f8a3db95e40e8b99810cee9cbb5b8'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Sony DVP-FX780', lang='en-us'))

N6cc21aa7fce74217950d350eee4b8c75 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Philips WAC 5', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N364b4d1b84e647258a243cba2ec6c4c4'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Ne77be8798cb2410fb5cc09916ec57d5c'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('Access your entire CD collection and listen in every room. Just connect to your current sound system and music can finally follow you wherever you are in the home. Easy navigation with the Remote Control with LCD display.', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('N3a9104d4aad64d4c9135caa08564af9c'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/0/d/Philips-WAC5-Wireless-Music-Centre-0.jpg'))

Nd4d85940c70f49df8e30342d242bd1d7 :
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nf07f307545e545f5a7e2fbdbb9b2cb9b'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Silverfox Mutant 16 Inch Bike - Boys.', lang='en-us'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N210fb983f1ee459faf60d47e91f7488b'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Na01a24079c1246d696ad40606eafa6f5'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nabc6cd05c052407093ee5624f5c8670c'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N042070e2bd2a4ebfbaf13d29f4224eef'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/8/4/Silverfox-Mutant-16-Inch-Bike-Boys-0.jpg'))

N443602e287964eafba57b499ed19c76a :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Sealey Power Tools Sealey Vacuum Cleaner Industrial 30ltr 1400W/230V Stainless Bin', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N07eab7a06fe941afbf2fed3e94a7a3c3'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/0/9/Sealey-PC300SD-Vacuum-Cleaner-Industrial-30ltr-1400W-230V-Stainless-Bin-168428436.jpg'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

N3a5faab7bd0d4781adb711999ae0691e :
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('N52a98ee4f31343abb6394ee5efa91d43'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('Nb9c8638c0cfc454980ea3c4c1344fc18'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('This is the 48 hours TRIAL version of Private Sms\nThe app can protect your SMS by password and auto-protect your future msgs by senders which you added to the sender list.\n*group send function\n\nNOTE:please move ALL Private msgs to inbox first before uninstall the trial version.\n\nPlease email me if any issue.'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.BNode('N862bc80169a84845bc59841882a00200'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N3cf7f65e10c34db295728b6ad02e8743'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Private Sms Trial -   FREE'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://androlicious.com/details/com.Guardam.PrivateSmsTrial//images/Tools/c/com.Guardam.PrivateSmsTrial_icn.png'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('Nd64e2999eac24c229958605673efc9a0'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('Ndb3c79b65511401a87c1d2c54488a054'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('Nc6a86e8d450e4142b2e5fbd9eab5871d'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N0e99664ca0514aaaba82a56fc16a2fd1'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N09cf986690164c11a65bd74ed5a90d0b'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N2d71febf6c8f4266ae104d92992ff4a0'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N6f5ec96255a040c1a66efc5414d7fd67'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N011f695fe3f14188a298b6227b2f04b0'))

Nd458bb9b09ca446db0bb5d452fc39147 :
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal("Landway Men's Freeport Ripstop Textured Wind Jacket. 100% mimi-ripstop polyester shell and mesh lining. Water and wind resistant. Full-zip front with storm flap. Two front zippered pockets with extended rain cover placket. Side semi-elastic waist and adjustable cuffs. Stowable hood. Breathable.", lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal("\n\t\tLandway Men's Freeport Ripstop Textured Jackets\n\t", lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/36302/300/landway-mens-freeport-ripstop-textured-jackets.jpg'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('Landway', lang='en'))

N9a5d2861cbd64bfb920c95b8438b2496 :
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('High Five Velez Warm Up Pants - Closeout.  Made of 100% Tactel nylon shell. Body and upper leg lined with nylon taffeta, White overlay stripes down side seams. Elasticized waist and cuff, leg opening zippers, inside craw cord, and two deep inside pockets. Water resistant. Coordinates with Velez Jacket. Top Selling Item.', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nf777b45adfba4d23b306fc444192e5b0'))
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('N751be57e8eb04919ad8d5ccfc8d70958'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n\t\tHigh Five Velez Warm Up Pants  - Closeout Sale\n\t', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nc99fa8d559dc4f209a8f2c4792a84b4c'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Na24e19b83d234962906db0a30fcc009f'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('High Five', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N715aa7e7bdcb4ea48ffdc8b3eb2e6204'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/3247/300/high-five-velez-warm-up-pants---closeout.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nbd1e6417c91b496ca05b72fc605ced52'))

N9c63c4238cb845bc8f53c54543b8eda1 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n\t\tFan Mats Miami of Ohio All Star Mat\n\t', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/41850/300/fan-mats-miami-of-ohio-all-star-mat.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('Fan Mats Miami of Ohio All Star Mat.  Show your team pride and add style to your tailgating party with FANMATS area rugs. Made in U.S.A.  100% nylon carpet and non-skid recycled vinyl backing.  Machine washable.  Officially licensed.  Chromojet printed in true team colors.', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('Fan Mats', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

Na3c3f70a9bc6474ab37d42b2decea475 :
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nf1b5fe7fb4684383abc7c3d60cdbdbf7'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N4122d03ea2484bafbf831da7470d8ba1'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/4/1/Canon-Legria-HF-R48-346502743.jpg'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nbf41ac57d6a54070bb196e3c1b301bf0'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nbdb09681f65344f483aa8e492c026b40'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Canon Legria HF R48', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('Nbd201ae7d2b04308a2122bf2aa4f36ea'))

N2650eb8be86f4a55b9eda69142bdf6b8 :
-  (rdflib.term.URIRef('http://schema.org/Product/logo'), rdflib.term.URIRef('http://andersonfloors.com/Flooring/Design/ASID_China/Hardwood/Design/ASID_China.aspx//Custom2013/FrontEnd/Products2013/Images/ProductLogos_Anderson.png'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('\n                            Rustic and distressed, this enCore™ hickory floor looks as if it might have been in an ancient barn… or even a long-closed factory. But Antique Walk’s patina has such sophistication and elegance, it takes rustic to a new level. Antique Walk looks like the skip-sawn timber of a century ago—crafted for years  of use and aging handsomely over time. It goes anywhere—traditional or contemporary—with incredible style.', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n                                Copper Kettle', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('\n                                Anderson', lang='en'))

N394437e071f94c13abd70aa9e865bc31 :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://adidasgolf.com/puremotion/67194926.html', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('67194926', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419067319622/zoom/671949_zoom.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('puremotion', lang='en'))

N9ad87c9ce52b485780917a39845f4459 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('فندق إليمنت دالاس فورت وورث إيربورت نورث', lang='ar'))
-  (rdflib.term.URIRef('http://schema.org/Product/dateModified'), rdflib.term.Literal('2014-12-18', lang='ar'))
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('N13d59889b6174ccba0fc2f5034b42a49'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

Na21aa5cbd2414f9f90006d5d873874b2 :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal("Depositphotos'", lang='en'))

N94b33a793c314e16bbb4d02e07ae3f75 :
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('Nebb6c3f4240f4f6abfdce104c46ef42a'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('French Red Clay Konjac Sponge Puff', lang='de'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('N09186cf7ae5f4b4685f3595ab66c2444'))

N373e95cd4d7841ad9f532bc3fb3d56bf :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Madras Plaid Flat Front Short', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://ashworthgolf.com/Madras-Plaid-Flat-Front-Short/DW-WM212.html', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('DW-WM212', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419672021462/zoom/Z51779_zoom.jpg'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

N930ceddcc36b4143a6ca45b38e07c31f :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal("Depositphotos'", lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

N2949a6f939a14e048a9b36901f191431 :
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.URIRef('http://autos.winnipegfreepress.com/auto-for-sale/Dodge/Grand-Caravan/category-3/id-354343/'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://autos.winnipegfreepress.com/images/default_auto.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/model'), rdflib.term.Literal('Grand Caravan'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('Nd33e263399ed4bfdac35e2dfe9d4f08a'))
-  (rdflib.term.URIRef('http://schema.org/Product/manufacturer'), rdflib.term.Literal('Dodge'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('2012 Dodge Grand Caravan SE/SXT'))

N98574dfc5b3640c29259e6d69ea625ce :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('A lightweight track record and route navigation software. It supports standard PLT, WPT format files input and output. Without the network and map support, providing a reference and edit modes, suitable for trekking and other outdoor sports. Also provides a compass, a high degree map, and a variety of zoom tool.'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.BNode('Nc1a311cd5fad4af09d8749ce5ea63d90'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N30570002cc494e2bbc5792e1f39ce745'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('Nfcf6ed5a0b024fb28e6c38c2d14adcf4'))
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('Ne8a29e1fe201438cbbda87947dfb1052'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('Ne0c99a70818d4a56a84aa43e76ca7534'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Handheld GPS -   FREE'))

N8276b45563384b88b5add63bc30eb7ee :
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('DW-V4017', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://adidasgolf.com/Womens-adizero-Tour/DW-V4017.html', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419067319622/zoom/676159_zoom.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Womens adizero Tour', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

Nfe8c4b12512a4c61a00a4e9e52ae7b65 :
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Neb08ae0c79de4b7d83cbca0184608632'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/3/a/ASUS-EPC1000HE-BLK005X-0.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nb0ed190175eb49ce8568cd46eb8452f8'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N6d5bf39de06345d5b1ea6204e41ce978'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Ndfdda9fefa1b4b699936cc66f95ff843'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N90987a3f3d124f958f6862fe713006cd'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N70814d264d9345d48e10add2910a216f'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Ndef7b8cb79e34a41b4e44f6a84999f4a'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Asus Eee PC 1000HE-BLK005X', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N4b1109c19a18409c9ba820ae23dcd27f'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N02fefbbbc4b94ddd9193726f62f5cf0b'))

Nd517f864802e4266b9bee93b501e5db5 :
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://catalog.nfpa.org:80/Assets/ProductImages/Codes/70SET14.png'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('NFPA 70®: National Electrical Code® (NEC®)', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://catalog.nfpa.org/NFPA-70reg-National-Electrical-Codereg-NECreg-P1194.aspx', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('N4b8c47de06c14cfe8c11a2c0beff308a'))
-  (rdflib.term.URIRef('http://schema.org/Product/sku'), rdflib.term.Literal('\n                                    NFPA_70', lang='en'))

N868fac2f31724db2a57f939485c2ea3e :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://images.boats.com/resize/1/56/45/3695645_0_20110821222747_2_0.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n    2011 Steel Work Boat/Mini Supply or Fishing Boat /to be built \n    \n'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://images.boats.com/resize/1/56/45/3695645_0_20110821222747_1_0.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://images.boats.com/resize/1/56/45/3695645_0_20110821222827_0_0.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://images.boats.com/resize/1/56/45/3695645_0_20110821222747_4_0.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://images.boats.com/resize/1/56/45/3695645_0_20110821222747_5_0.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('Nd194fe7cf4fc458bab6ae5fb8a4f7896'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://images.boats.com/resize/1/56/45/3695645_0_20110821222827_1_0.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://images.boats.com/resize/1/56/45/3695645_0_20110821222747_3_0.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://images.boats.com/resize/1/56/45/3695645_0_20110821222747_0_0.jpg'))

N9df96414479e4d52ba5a4494ba0b2e55 :
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N91a9b267d6de4a16817f23943ccd8003'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Marantz SR 4002', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('Your favorite music or movies can now also be experienced on a whole new level with the 7.1 Multi channel PCM decoder. Speaker set up has never been easier with the Marantz own MRAC auto set up giving you the best performance in your own listening and watching environment. Two HDMI sources can easily be connected to it with only one HDMI cable running to the display. It represents outstanding combination of home theater receiver performance, features and flexibility along with renowned Marantz sound quality. Experience the true excitement of a movie soundtrack and experience the ultimate functionality of having a wide variety of a digital video and audio inputs, outputs, including HDMI and Component video switching. With the SR4002 being the most affordable AV receiver in range it is the ultimate choice for a wide variety of high performance home theater enthusiasts.', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N5c4077e7e3e545b19edc53afacedbd02'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N35e310a755834de194ea83ed6e314c0b'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/90x90/e/e/ee33045f2a8abcac860174681846b11b.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N3099a72024c641cdaec0418f60d8d265'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nbeb3493c1a6147d5b35c5c3eefd1e605'))

Nc5561a8258a641f289f4f9d24369a9b9 :
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nf79be1a4c283401b87aab390806e2507'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N157f7c17fff544538e31e99f3a256cd7'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nf79e5285b9ff40f3818f2d47f65125fc'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('Mid Weight 2-Button Baseball Jerseys - Closeout.  4.8-oz. slim fit.  50% polyester/50% cotton mid-weight jersey fabric.  Two-button placket with rib knit trim.  Double-needle hem at sleeves and bottom.', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/2239/300/mid-weight-2-button-baseball-jerseys---closeout.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n\t\tMid Weight 2-Button Custom Baseball Jerseys  - Closeout Sale\n\t', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('N316e02daf4ef4c8ea34cd2da3c9b3805'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N49c132ee3b9247b9823ec8960a9b1c8d'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N68224809c55349efa2e1ef64ebaa8669'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('High Five', lang='en'))

N11b6d1c2145f4c9fb9cb447d1d5e42c6 :
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/1/8/Generic-USB-Mini-Business-Card-Scanner-Silver-0.jpg'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('USB Mini Business Card Scanner (Silver)', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Ne6eb213c05c04736aeb8b32741e0b649'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('This TAKCS-11 USB Mini Business Card Scanner is a business cardrecognition and management device that easily scans, organizes, searches, sends and synchronizes your business contacts!. Itfeaturesa USBinterface, reads English, Chinese, German, French, Italian, Spanish, and Portuguese business cards in seconds,send emails with business card images and vCard attached and advancedbusiness card image and mailing label printing capabilities!', lang='en-us'))

Ne61627b0553840a7a65b8250091f460f :
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N20fa61c53bb84d709b7f84d880d682bf'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Ne51e27640168475b9a3cf0d946fe2e47'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('KitchenAid 5KSM 156 EEB', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N4be05cb30bc14bd5b55addff9b348fc6'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('N3c8ccb47fd404c358ecbfca04aef831f'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/8/a/KitchenAid-5KSM156-Artisan-0.jpg'))

N02e6fc305bc44bd4b5f0d959c4a1d88b :
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.BNode('N3741130d95eb484ba1ee7133dd8533f0'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('2011 Chrysler 300C Sedan', lang='en-us'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.URIRef('http://autos.jdpower.com/research/Chrysler/300C/2011/Sedan/photos.htm//research/Chrysler/300C/2011/Sedan/index.htm'))

N00bc6c3510ef42a4a14731da8dbf9463 :
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419672021462/zoom/Z24983_zoom.jpg'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('DW-WM289', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Performance Interlock Front Panel Engineer Golf Shirt', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://ashworthgolf.com/Performance-Interlock-Front-Panel-Engineer-Golf-Shirt/DW-WM289.html', lang='en'))

N779cf7dcb2ff443ba338c12901e59da9 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('2012 NFPA 70E®: Standard for Electrical Safety in the Workplace', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('Nc586555d26b04b1e96e5a21934913771'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://catalog.nfpa.org/2012-NFPA-70Ereg-Standard-for-Electrical-Safety-in-the-Workplace-P14151.aspx', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/sku'), rdflib.term.Literal('\n                                    NFPA_70E_2012', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://catalog.nfpa.org:80/Assets/ProductImages/Codes/70E12.png'))

Nf8c13f12e1fa423a9cd36b47e5bd8251 :
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/6/8/Waring-2-Speed-Blender-Chili-Red-0.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nd9acbc1857844dd8bafe89bc788d48ec'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal("The name Waring is synonymous with quality blenders. Crushing ice? No problem. Featuring a heavy duty metal base and the legendary clover leaf carafe this blender not only looks like a pro, it performs like one. This is the blender that the professionals use. You'll recognize our trademark 40-oz. cloverleaf carafe. It was designed to create a vortex action for faster, thorough blending, and it works! The commercial grade 2-speed motor is more power than most home kitchens need, but it makes even heavy tasks like ice-crushing effortless. With a self-cleaning blade assembly, this blender cleans up after itself!", lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('Nbc0a31395ab74ec0871ab368b56adf6d'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N25fecc58c4dd4e62809e42113749e88b'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Waring Pro DHR30 Food Dehydrator Black', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nbfe1607cf2f74a1aada5e9e31456f69e'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nff40f377a0b841f9bc29a74c41e810b6'))

Na3ca1d12d775440b82196d5ad0e8142c :
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N356de935f19d498a87d1edd4351330d6'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N43b2992ab4854f5881e42503c65c861b'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N7735e9088d214309a07a4f1a88aa2b67'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/190x190/d/b/Kyocera-Torque-Sprint-167486102.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N16495c8d3e7a4c1fbeceedb30aeaaa2d'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N24990bfea106453b814a8f92fd8c793d'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N0dfc9b8a17f44b4eb4462939ef0453b0'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Kyocera Torque', lang='en-us'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N340b595f66524d6e990694409731c844'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N0fbe51588a34423393b6660ff9b5d416'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N364d4abee1894e7db3efd1afbfb30d71'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N39f2fb34496c4549ba2c38008c2dba9b'))

N957a0ee845bc4d5cb48f4e95e652d7d8 :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal("Depositphotos'", lang='en'))

N943574387d084798a5b039829bbc3c3b :
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('Neff9691d0e544706b221241e247bbe15'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Dell Tablet Power Adapter (with USB cable) - 10 Watt'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://accessories.us.dell.com/sna/productdetail.aspx?c=us&l=en&s=dhs&cs=19&sku=492-BBIB'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('DELL'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('Ndefebe09c779497cb3b72e0ecd0b9a43'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.Literal('http://snpi.dell.com/snp/images/products/large/en-us~492-BBIB/492-BBIBr1.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/manufacturer'), rdflib.term.Literal('Dell'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('Powerfully SimpleTablet StyleSleek and streamlined, we’ve redesigned our adapter to save space and connect easily so you can recharge and go.'))

Nd63cba0b8eb8466eb347ea4b3856efd9 :
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419067319622/zoom/Z08694_zoom.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://ashworthgolf.com/Glen-Plaid-Flat-Front-Pant/Z0869419.html', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('Z0869419', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Glen Plaid Flat Front Pant', lang='en'))

N42034fe349024c16b3ee094ff4e7f18a :
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N0b043426075648ceaa46be4e3f9ba82f'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://ii.alatest.com/product/90x90/a/d/Zanussi-Electrolux-ZDQ995X-Oven-built-in-with-self-cleaning-Class-B-st-0.jpg'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Zanussi Electrolux ZDQ995X - Oven - built-in - with self-cleaning - Class B - stainless steel', lang='en-us'))

N4dcc275f378f4ed3b0471ea3e1538b45 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n\t\tDistrict Juniors French Terry Full-Zip Pink Hoodie\n\t', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('District Juniors French Terry Full-Zip Pink Hoodie Jackets. The classic hoodie is reworked in French terry cotton with a two-way zip.', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/71774/300/district-juniors-french-terry-full-zip-pink-hoodie.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('District Made', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

N8b16372e0f1e4e9e918e8deb5fbc80fd :
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://bookstore.covenantseminary.edu/wp-content/uploads/f9df4e784b9c.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('Nd107b840d7f34488954d1f6a843d226c'))

N58ee063917cc4bfd84aef42c9907cec7 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Herringbone Trouser', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('Z4250550', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://adidasgolf.com/Herringbone-Trouser/Z4250550.html', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1418839796329/zoom/Z42505_zoom.jpg'))

N952aa15f03bc457e9f45b53ae2cf0645 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n\t\tHolloway Ladies Low Rise Crush Softball Pants\n\t', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('Holloway', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('Holloway Ladies Low Rise Crush Softball Pants. Dry-Excel Defend Performance Double Knit, 15 oz. polyester with wicking and soil-release properties. Revolutionary fabric technology features tough filament surface yarns for durability and abrasion resistance and soft spun inside yarns for added comfort next to skin. Ventilated inseam gusset provides breathability at heat zones and wider range of motion.', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/35185/300/holloway-ladies-low-rise-crush-softball-pants.jpg'))

N6e767ae6d624445e800e8f223871a5c0 :
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('N7277a4fceef9481ea1cbdb391e0afc00'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('N4f93de66b3904be992fd5f2dad60fd05'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://media.emergencyessenti.netdna-cdn.com/catalog/product/cache/1/image/404x/9df78eab33525d08d6e5fb8d27136e95/c/u/cu_t075_gerber_gator_combo_axe_ii_with_saw__2.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n                    Gerber Gator Combo Axe II with Saw\n                ', lang='en'))

N8ca5a5ce7a5e4553b059c296b09412fd :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Plaid Print Stretch Wind Jacket', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419672021462/zoom/Z27296_zoom.jpg'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('Z2729636', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://ashworthgolf.com/Plaid-Print-Stretch-Wind-Jacket/Z2729636.html', lang='en'))

Na1ce7c5bf4c04d65b3d9d820e3135302 :
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N3bcd1317856d438283d427f4020828a2'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('N4e7d2a8e2fa742b2b765176a60a3d5a8'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.BNode('N8458044143a4433db008d8e03aef264d'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('The book „Manifesto of the Communist Party“ of the German philosopher Karl Marx and Friedrich Engels (19th century) is used to demonstrate the Android speech synthesis (TTS) for 5 languages.'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://androlicious.com/details/honiware.manifest//images/Lifestyle/h/honiware.manifest_icn.png'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Manifesto of Communist Party -   FREE'))

N949855d8cb774307ab75c7dc29835d7a :
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('Nff52fdbf8c90473b866e7ace9ce85a80'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('Nac49866345f64b80b9b3ab909c89aac9'))
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('N6e935cd9f2df4ca98f820f759129e18e'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N3d75157dc477456582b4e407c9b96b5a'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.BNode('N3411b6e193154c18a7884878e0a6343b'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('IconChangeWidget -   1.05 USD'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('Nd584e207e3314adaaf9c5e440a184086'))
-  (rdflib.term.URIRef('http://schema.org/Product/reviews'), rdflib.term.BNode('N4cbbad72c5e44630979670d8acd3b501'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://androlicious.com/details/jp.co.sic.widget.iconchange//images/Tools/j/jp.co.sic.widget.iconchange_icn.png'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('IconChangeWidget is a shortcut-like widget.\nThis app can change icons of usable apps, and even images\nsaved in SD cards into icons!\n\nIt is easy to change widget settings with the attached app.\n\n※Selecting "invisible" after the app selected will disable the app.\n\n※IS06 Sirius does not support the app\'s vibration settings.\n\n※When the set-up application does not start correctly, please reboot a terminal and perform a re-setup of an icon.\n\n※In addition, we recommend to play the free trial version before purchasing this game.'))

N4385f3b239774fb1bcc21309b537cd28 :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Fashion Performance Zig Zag Hat', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('N5339801', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419585548991/zoom/N53391_zoom.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://adidasgolf.com/Fashion-Performance-Zig-Zag-Hat/N5339801.html', lang='en'))

Ncc1a3a6292bc47dcba41d8399f259622 :
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Na3f0010231a74eb091f6dd8c3fbf98ae'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N075be4c9e21e47f68d77b1f822ed8af4'))
-  (rdflib.term.URIRef('http://schema.org/Product/description'), rdflib.term.Literal('Soffe Adult Brushed Tricot Warm-Up Pants. 100% poly brushed tricot. Closed hole mesh insert trimmed with piping. Pant has two hidden side pockets, one double welt back pocket. Zippers at outside pant leg opening. Elastic waistband with drawstring', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Nd1097e0ec3c243718c4683311af840a6'))
-  (rdflib.term.URIRef('http://schema.org/Product/aggregateRating'), rdflib.term.BNode('N0fea4fd2d388461ba8cb0a94c482d640'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('\n\t\tSoffe Adult Brushed Tricot Warm-Up Pants\n\t', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('Na172bdf00ac6450e911e448e42dfb264'))
-  (rdflib.term.URIRef('http://schema.org/Product/review'), rdflib.term.BNode('N8c3e7d9059d446ed9fadd0b2aa3af930'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://epicsports.cachefly.net/images/17479/300/soffe-adult-brushed-tricot-warm-up-pants.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/brand'), rdflib.term.Literal('Soffe', lang='en'))

N790cf6ccea2f4c2f9e65277147414a73 :
-  (rdflib.term.URIRef('http://schema.org/Product/offers'), rdflib.term.BNode('Na2f7f7be55514db7a0f0f1f52539551d'))
-  (rdflib.term.URIRef('http://schema.org/Product/sku'), rdflib.term.Literal('\n                                    NFPA_70_PRIOR', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://catalog.nfpa.org:80/Assets/ProductImages/Codes/7011.png'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://catalog.nfpa.org/NFPA-70-National-Electrical-Code-NEC-Prior-Years-P4135.aspx', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('NFPA 70: National Electrical Code (NEC), Prior Years', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

N51385f06dffd45db99324456910ca54c :
-  (rdflib.term.URIRef('http://schema.org/Product/name'), rdflib.term.Literal('Boys 3-Stripe TechFit/Compression', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/productID'), rdflib.term.Literal('DW-UV093', lang='en'))
-  (rdflib.term.URIRef('http://schema.org/Product/image'), rdflib.term.URIRef('http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419240262656/zoom/Z25162_zoom.jpg'))
-  (rdflib.term.URIRef('http://schema.org/Product/url'), rdflib.term.Literal('http://adidasgolf.com/Boys-3-Stripe-TechFit%2FCompression/DW-UV093.html', lang='en'))
-  (rdflib.term.URIRef('http://www.w3.org/1999/02/22-rdf-syntax-ns#type'), rdflib.term.URIRef('http://schema.org/Product'))

Now let's say we want to go through each product and find not only the information contained in it's primary triples, but also information in related triples, such as the product reviews, which are stored separately, and of which there may be several or none for a given product.


In [11]:
generic = URIRef("http://www.w3.org/1999/02/22-rdf-syntax-ns#type")
review_desc = URIRef('http://schema.org/Review/description')
product_review = URIRef('http://schema.org/Product/review')   


def get_review(graph, review_uri):
    
    sparql_query = """
    SELECT ?p ?o 
    WHERE {
    ?s ?p ?o .
    }
    """
    
    return graph.query(sparql_query, initBindings={'s': review_uri})
    

# make a dictionary to hold all of the product data
product_dict = {}
    
for product in products:
    product_dict[product] = {"http://schema.org/Product/name" : None,
                             "http://schema.org/Product/image": None,
                             "http://schema.org/Product/url" :  None,
                             "http://schema.org/Product/description": None,
                             "http://schema.org/Product/sku" : None,
                             "http://schema.org/Product/manufacturer": None,
                             "http://schema.org/Product/productID": None,
                             "http://schema.org/Product/dateModified": None,
                             "http://schema.org/Product/releaseDate": None,
                             "http://schema.org/Product/brand": None,
                             "http://schema.org/Product/model": None,
                             "http://schema.org/Product/offers": None,
                             "http://schema.org/Product/thumbnailUrl": None,
                             "http://schema.org/Product/logo": None,
                             "http://schema.org/Product/aggregateRating": None,
                             "http://schema.org/Product/reviews": [],
        }
    for detail_type, detail_content in get_product_details(g, BNode(product)):
        if detail_type == generic:
            continue
        # if the details indicate a product review:
        elif detail_type == product_review:
            for review_type, review_content in get_review(g, detail_content):
                if review_type == review_desc:
                    product_dict[product]["http://schema.org/Product/reviews"].append(
                        str(review_content)
                    )
                else:
                    continue
        else:
            product_dict[product][detail_type] = str(detail_content)

In [12]:
product_dict


Out[12]:
{'Neaca176676eb429cb27c9aff6ef60886': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://ashworthgolf.com/ashworth/G5422326.html',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Cardiff',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419672021462/zoom/G54223_zoom_D.jpg',
  rdflib.term.URIRef('http://schema.org/Product/productID'): 'G5422326'},
 'N326f7a36c7ac4bb2bcda3d21ad65c11a': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['alaTest has collected and analyzed 40 user reviews of HVTS18DABB Black 18 Bottle Freestanding Wine Refrigerator from Amazon.com. The average user rating for this product is 1.1/5, compared to an average user rating of 3.7/5 for other Fridges & Freezers on Amazon.com.',
   'This is a piece of junk. Spend a bit more and buy a better quality product',
   'Haier has obviously designed this product to have a useful life of 13 months which is why they set the warranty period at 12 months. Do not buy this product unless you enjoy throwing money away.'],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/d/b/Haier-HVTB18DABB18-Bottle-Dual-zone-Wine-Cooler-with-Touch-Screen-Controls-0.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Haier - HVTSM18DABB 18-Bottle Dual Zone Tower Wine Cellar HVTS18DABB'},
 'N2959f8145c2247d894f354fb3a142412': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/description'): 'In Your Face Apparel Junior Ref Tank is made of 92/8 microfiber poly-spandex.  This is not an official referee jersey.',
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n\t\tIn Your Face Apparel Junior Ref Tank\n\t',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'In Your Face Apparel',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/37096/300/in-your-face-apparel-junior-ref-tank.jpg'},
 'N1921ba06c1af4c1d88b41fb3e521d20c': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/description'): 'HexPad Sleeveless 6-Pad Body Sports Shirts. The 6-Pad Sleeveless Body Shirt is extremely lightweight and flexible. It is used by top teams as supplemental padding for all positions and the primary padding for defensive players.',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/13047/300/hexpad-sleeveless-6-pad-body-sports-shirts.jpg',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Mcdavid',
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'Nf92203a55e204e5a8370bf7e4b4f3641',
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n\t\tHexPad Sleeveless 6-Pad Body Sports Shirts\n\t'},
 'N9fb5738cf531450cb199c65c69ecc744': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ["In the universe of sub-$1,000 color laser printers, the Xerox Phaser 6280/DN is a fair performer. It has high-capacity input trays and toner cartridges, and an average cost per print and purchase price. It's fast at printing longer text documents, but...",
   "Xerox's Phaser 6280N is a single-pass workgroup colour laser printer.",
   'The Phaser 6280 produces excellent colors and fast text printing but is painfully slow in printing complex color graphics.',
   'The Xerox Phaser 6280N offers a 70,000 monthly duty cycle, fast printing speeds, large paper trays and energy-efficiency. Although its design is bulky and it takes up a lot of space, this laser printer offers excellent performance. We were pleased with...',
   'Workgroup printers tend not to be the friendliest-looking peripherals. The light and appealing Xerox Phaser 6280 colour laser, then, is fairly unusual.',
   'Good, fast print from an inexpensive colour laser aimed at small to medium offices.',
   'alaTest has collected and analyzed 3 user reviews of Xerox Phaser 6280 from Amazon.co.uk. The average user rating for this product is 4.3/5, compared to an average user rating of 3.8/5 for other Printers on Amazon.co.uk. People really like the usability. The performance also gets good feedback. ',
   'A well-priced workgroup printer that offers speed, quality and features that will allow it to grow with your demands.',
   'If you need a laser printer mostly for text, but still require color capability, reviewers say the Xerox Phaser 6280N is your best bet for PCs and Macs. Among its features are PostScript compatibility and upgradeable RAM (it comes with 256 MB), which...',
   'alaTest has collected and analyzed 51 user reviews of Xerox Phaser 6280 from Amazon.com. The average user rating for this product is 3.8/5, compared to an average user rating of 3.5/5 for other Printers on Amazon.com. People are impressed by the size and performance. The noise and usability also get good feedback. ',
   "The Xerox Phaser 6280DN ($649 direct) is Xerox's latest color laser workhorse entry for small offices and workgroups. Although it's a little pricier than some of its competition, it stands out from the crowd for its great-looking output, particularly..."],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Xerox Phaser 6280',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'N68e5624e04454b6b9a6908714dfd1a21',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'This affordable color laser printer is designed for busy work teams. Spectacular color printing can give your documents the competitive edge, plus solid performance with built-in networking, advanced color technology and unparalleled quality, all at a surprisingly low price.\x0b\x0bThe Phaser 6280 printer can handle all the work your team can give it, with fast color output and advanced capabilities. Add outstanding color to your business documents at an exceptionally low price, with an array of advanced color printing tools and money-saving features.',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/a/1/Xerox-Phaser-3300MFPV-3300MFPV-X-0.jpg'},
 'Naf746c1f58c74bc39d02ac61ccbb3847': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://s7.andersonfloors.com/is/image/ShawIndustries/AA712_39791_MAIN?$af_topdown$',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Wagon Wheel',
  rdflib.term.URIRef('http://schema.org/Product/sku'): '\xa0AA712-39791'},
 'Nb96921c9091045ae9176779885f1e5b9': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://adidasgolf.com/adidasGolf/footwear/DW-V3974.html',
  rdflib.term.URIRef('http://schema.org/Product/productID'): 'DW-V3974',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'crossflex',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1418839796329/zoom/Q47097_zoom.jpg'},
 'N2d526fd538ce4aa79e9bd187a8d5f971': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419153454085/zoom/Q46877_zoom_D.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Tour360 ATV M1',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://adidasgolf.com/Tour360-ATV-M1/DW-V4099.html',
  rdflib.term.URIRef('http://schema.org/Product/productID'): 'DW-V4099'},
 'Nd0452e9877544018b897432743cc964c': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): "Depositphotos'"},
 'N8bf6c69e105043be9c1a5d9ae4d37112': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/description'): 'Enjoy your favorite beverage is this crystal clear 10 oz mug.',
  rdflib.term.URIRef('http://schema.org/Product/image'): "http://discsunlimited.net/image/cache/data/du/du_mug_'09-280x280.jpg",
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Discs Unlimited Beer Mug'},
 'N059e7907fba541a3a288275608802f45': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Happy Jungle Lite -   FREE',
  rdflib.term.URIRef('http://schema.org/Product/description'): "After the big success of Happy Farm, here's Happy Jungle!\nThis is a funny and easy way to learn jungle animal calls and names in 5 different languages (english, italian, french, german and spanish)!!\nDesigned for kids and children, Happy Jungle is also ideal to spend amazing time with friends!\nHave fun!!\n\n- PLEASE BE SURE TO DOWNLOAD THE VOICE RECOGNITION SDK FROM GOOGLE WHEN ASKED OR THE APP WILL NOT WORK!",
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'N6ac0fea71a7d4a10b7e5651371d820ec',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://androlicious.com/details/prsolutions.allegragiunglaads//images/Entertainment/p/prsolutions.allegragiunglaads_icn.png',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'N09d680c98dc64670b989828b152a7f25'},
 'N8fba3b9d821842a1b880748ef2f383ff': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'N49cd394484ce4f1aa909f643fc1248c1',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/2195/300/charles-river-womens/girls-olympian-pants.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): "\n\t\tCharles River Women's/Girls' Olympian Pants\n\t",
  rdflib.term.URIRef('http://schema.org/Product/description'): 'The Charles River Women\'s/Girls\' Olympian Pant is made of polyknit with a semi-matte finish. This pant features a two-color design and a comfortable 2" elasticized waistband. It also has a straight leg and open hem with zippers for easy on/off.',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Charles River Apparel'},
 'N9e11817cde004b1dac2338d817b6fb0c': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': []},
 'N562777fd8ecb4ae7be10b0946124c765': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'N0079667d205d49de963b0092c31ae02f',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Nd2e1ed567ef04dd6a367c111024838a6',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'Find out more about your destination with The Irish Times Citybreaks App, with guides to the most popular cities, along with the best options for accommodation and dining, plus insider tips from our travel writers on where to go and what to do.',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Citybreaks -   FREE'},
 'N9445b1e8b18145e2837d2392738771b4': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/description'): 'Military-related phrases for foreign language learners. With phrases and audio.\n\nUsing this app, you can select an English phrase and view its translation and how to pronounce it in the foreign language.\n\nThis app was developed as an entry to the CIO/G6 "Apps for the Army" competition, and is based on the modules publicly available online from the U.S. Defense Language Institute.',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'N16e891f16c384da5887b352512de42fb',
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'N82ac100bbe46477894bf9971280614bb',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Cantonese Basic Phrases -   FREE',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://androlicious.com/details/com.robtheis.android.phrasebook.cc.bc//images/Communication/c/com.robtheis.android.phrasebook.cc.bc_icn.png'},
 'Nec6c5999ceae4275b5a78d7ff4b23eb1': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419153454085/zoom/Z08692_zoom.jpg',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://ashworthgolf.com/Glen-Plaid-Flat-Front-Pant/Z0869220.html',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Glen Plaid Flat Front Pant',
  rdflib.term.URIRef('http://schema.org/Product/productID'): 'Z0869220'},
 'N217811699c844dea9dd2a36488277cec': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['Very good value, but very noisy paper feed.',
   'Epson offers a good set of all-in-one printers and the Stylus SX515W sits in the middle of the range. Building on a reputation for reliable if sometimes expensive to run printers, this machine is intended for ...',
   'A printer that can produce quality to keep, whatever the weather',
   "Excellent product Exceptional quality in comparison to other compatible ink's available from major supermarket chains. As good as an Epson original.",
   'alaTest has collected and analyzed 683 user reviews of Epson Stylus SX515W from Amazon.co.uk. The average user rating for this product is 3.7/5, compared to an average user rating of 3.8/5 for other Printers on Amazon.co.uk. Reviewers really like the design and print quality. The usability and performance also get good feedback. ',
   'The Epson Stylus SX515W inkjet is an impressive all-in-one printer at a very realistic price.',
   "Was surprise by the fact you get two sets for this price, it's a 10th of the cost of supermarket compatible inks! Works fine!",
   'Excellent product for the home office or small business. Print quality good, fast and reasonably quite, easy to set up. Looks great',
   'Epson is trying to differentiate between different ranges of its inkjet all-in-ones by aiming some at small office customers and others at photo enthusiasts. The Stylus SX515W is one of the latter and builds on other successful Epson models, adding in...',
   'Good quality print, fairly easy to set up but had to go to the Epson site for download and download everything before it would work but it does what I wanted.'],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Epson Stylus SX515W',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/6/5/Epson-Stylus-SX515W-High-Speed-All-in-One-Printer-with-Individual-Inks-and-Wi-Fi-0.jpg'},
 'N6067ab3fcf6742ceb801fbac94d4b76e': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://s7.andersonfloors.com/is/image/ShawIndustries/AA741_39102_MAIN?$af_topdown$',
  rdflib.term.URIRef('http://schema.org/Product/sku'): '\xa0AA741-39102',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Garden Gate'},
 'N97c2d5161f2e41e9b779b9ba975504af': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ["Judicious use of .asoundrc file in Linux gets sound to work in Linux. Even recent Linuxes will probably need a custom upgrade to the graphics driver, which means finding the driver source code and compiling it. In other words, Windows only if you're a...",
   'alaTest has collected and analyzed 4 user reviews of Asus EEE BOX EB1021-B009E from Amazon.com. The average user rating for this product is 4.0/5, compared to an average user rating of 4.0/5 for other Desktops on Amazon.com. Reviewers really like the design. The usability is also appreciated. ',
   'Netflix works ~ok~. SD is fine. HD is terrible. Its my understanding that this is a Silverlight issue and not because of this box. When microsoft updates silverlight this is supposed to be better.  no system dvd included - so get a 16gb usb drive to...',
   'alaTest has collected and analyzed 1 user review of Asus EEE BOX EB1021-B009E from Amazon.co.uk. The average user rating for this product is 5.0/5, compared to an average user rating of 4.2/5 for other Desktops on Amazon.co.uk.'],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/4/5/Asus-EEE-BOX-EB1021-B009E-0.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Asus EEE BOX EB1021-B009E'},
 'N1a4f2c431421470d86b2997758b0000d': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Dim Dim - Bounce CD',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://audiodregs.com/cds/dim-dim-bounce-cd',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'ARTIST: Dim Dim\nTITLE: Bounce\nIMPRINT: Audio Dregs Recordings\nCAT#: ADR060\nFORMAT: CD\nUPC: 708527506028\nRELEASE DATE: 2005\n\nTRACKLISTING:\n\n01. Bounce\n02. Buggy\n03. Up\n04. Peach\n05. Chooby\n06. Pectina\n07. Tuner\n08. Kikik\n09. Flavia\n10. Scratch\n11.Nice Meeting You\n12. Puma\n13. Relax\n14. Ploka\n15. Party\n16. Olo\n17. Limpy\n18. Kokali\n19. So Long\n20. Ing',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://static.squarespace.com/static/51e1d24fe4b0ebae3ad00b00/51e1d24fe4b0ebae3ad00b12/52f6ff5ae4b008f86b8c8179/1391995298778/?format=1000w',
  rdflib.term.URIRef('http://schema.org/Product/thumbnailUrl'): 'http://static.squarespace.com/static/51e1d24fe4b0ebae3ad00b00/51e1d24fe4b0ebae3ad00b12/52f6ff5ae4b008f86b8c8179/1391995298778/?format=1000w'},
 'Nd4d638cc90d640c29a5bf9e315d469c5': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'طيور السمان',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://i01.i.aliimg.com/photo/v0/110579773/Quail_Birds.jpg'},
 'Neb7fd7d983eb42248205453882d37312': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): "Depositphotos'"},
 'N322f4cce0197430fa7fccb83b5495b1d': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://images.boats.com/resize/1/12/5/3841205_20120201074933_1_LARGE.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Starcraft Limited 256 Starport\n  \t\t\n  \t\t\t\t'},
 'N0626cb6701a4475198fb850a5384826a': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': []},
 'N6d6995db52af453c8e35af592357deb3': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['My last phone was a Blackberry Storm and I upgraded to the Charge.  There have been some hiccups going from a Blackberry (and very easy syncing) to the Android platform.  If you are a new convert or considering converting:1.You have to setup a gmail...',
   'CORRECTION: The original version of this review referred to the phone\'s micro-USB port as a "mini-USB" port. We regret the error.'],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Samsung Charge'},
 'N86ee0e92a07d4610bf2e236bf2bb6d36': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://snpi.dell.com/snp/images/products/large/en-us~2b1cs24/2B1CS24.jpg',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'DELL',
  rdflib.term.URIRef('http://schema.org/Product/manufacturer'): 'Dell',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'Series 24 3-Pack Ink Bundle includes 2x Single Use High Yield Black Cartridge (Series 24) and 1x Single Use High Yield Color Cartridge (Series 24).The Single Use High Yield Black Cartridge from Dell delivers an optimal level quality and performance. It features microscopic ink-drop size for incredible clarity and detail. Additionally, it produces high-resolution printouts with clear images and sharp text.The Single Use High Yield Color Cartridge from Dell delivers an optimal level quality and performance. It features microscopic ink-drop size for incredible clarity and detail. Additionally, it produces high-resolution printouts with clear images and sharp text.',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Dell Series 24 3-Pack Ink Bundle: 2 x Single Use High Yield Black Cartridge (Series 24) / 1 x Single Use High Yield Color Cartridge (Series 24)',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://accessories.us.dell.com/sna/productdetail.aspx?c=us&l=en&s=corp&sku=2b1cs24'},
 'N047e6c1bf87945f4a47cac2979d8c5b7': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['After taking a break from the franchise to avoid the dreaded annual fatigue, UFC Undisputed is back and ready to step into the Octagon for its hard-hitting third instalment. With the superb EA MMA comfortably filling the gap in its absence, Undisputed...',
   'Punching and kicking faces has never been more popular. Not lately anyway. And with MMA and by extension the UFC brand now part of the everyday cultural lexicon and zeitgeist, the UFC Undisputed series is the daddy of virtual mixed martial arts....',
   'The Ultimate Fighting Championship has blown up in the past 10 years from being a sport of obscurity to this huge empire built from the age old concept of beating the living crap out of someone, like the sport of mixed martial arts itself, the UFC...',
   "While doing their best to avoid that much-hated tag of being yet another annual sports title, Undisputed took a little time away from the octagon, however it's back - but is it bigger and badder than ever? We let Sarge find out...",
   "After a near-two year absence, the Undisputed series is back with the best overall MMA game yet. After the second Undisputed game, EA's entry on the genre came out and raised the bar when it came to created fighter sharing, delivering a fun career...",
   "Sports games face quite a dilemma. With the pressure of yearly releases, developers are forced to decide between adding sexy new features and fixing the problems of the past. With Undisputed 3, developer Yuke's smartly decided to forego the yearly...",
   "I've never really been in a fight. Oh I've been punched, and I've maybe thrown a few punches of my own from time to time, but not in years. Looking back, I can't begin to imagine how or why I found myself in such situations. If presented with the...",
   'Cry in the dojo. Laugh on the battlefield.',
   "It's probably outside the scope of a video game review to talk about the downfall of boxing as a major spectator sport and the rise of mixed martial arts, and whether those two things happening simultaneously is somehow connected. Suffice it to say...",
   'THQ has taken an extra year of time to update and polish the newest version of the increasingly popular UFC game: UFC Undisputed 3 (gone are the yearly names of 2009 and 2010), and from what Xboxaddict got to try out during this week of fights at UFC...'],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/7/a/UFC-Undisputed-3-Xbox-360-0.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'UFC Undisputed 3- Xbox 360',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'Nbef29ef1ad06463b8e7ab6c0a129e4c3'},
 'N5659cf64ba1a4855bc1c2e4b8f772e55': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/description'): 'The Rawlings Epic Sideline Football Polo Shirt is made of 100% polyester mock mesh for breathability. It has a self collar for lay flat and color match with team color contrast placket and inserts on shoulder/side seam.',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/30043/300/rawlings-epic-sideline-football-polo-shirts.jpg',
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'N34caee3710b6425fa7991b8cfb7f3fb2',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Rawlings',
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n\t\tRawlings Epic Sideline Custom Football Polo Shirts\n\t'},
 'N91544761a3ef41ae8c06e2e6c54b891c': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ["This Navman iCN330 sat nav system claims to have 'UK maps' what it actually has is a GB map and a supplementary map of Northern Ir...",
   "This Navman iCN330 is the 1st car Sat Nav unit I've owned, however I'm a bit of a consumer electronics geek and I know what to exp...",
   'alaTest has collected and analyzed 29 user reviews of Navman iCN 330 from Amazon.com. The average user rating for this product is 3.8/5, compared to an average user rating of 4.0/5 for other GPS on Amazon.com. Comments about the performance and voice guidance are overall positive. The usability and price are also appreciated. ',
   'alaTest has collected and analyzed 40 user reviews of Navman iCN 330 from Amazon.co.uk. The average user rating for this product is 4.0/5, compared to an average user rating of 3.9/5 for other GPS on Amazon.co.uk. Comments about the durability and voice guidance are on the whole positive. The usability and price are also appreciated. Many are critical about the performance.',
   'Poor product. I know neww egg does not nake them, but navman is putting some cheap products that need lots of upgrading.I will never buy navman again.',
   'Looking for a GPS device on a budget? The Navman ICN 330 is a good option.',
   "If you are on a tight budget and don't require many advanced navigational options then the iCN 330 is for you.",
   'Well, I have to say that i didnt buy this for me. i bought it for my father birthday, and also because my father was always calling that he was lost, so i thought this could be a good investment and at the same time gift for my father.'],
  rdflib.term.URIRef('http://schema.org/Product/description'): "Getting from A to B should be simple. The iCN 330 lets you do just that with its easy-to-use GPS features. Once en route, the iCN 330 displays your route on a 3D moving map, in 2D or instruction-by-instruction. What's more, whenever a maneuver is coming up, the progress bar turns red.",
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/4/0/Navman-iCN-330-0.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Navman iCN 330'},
 'Nbff9af32ac764d8fae5a4dfab774e3da': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): '2012 GMC Savana Standard',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://autos.winnipegfreepress.com/auto-for-sale/GMC/Savana/category-3/id-331991/',
  rdflib.term.URIRef('http://schema.org/Product/manufacturer'): 'GMC',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'Nb9735e6ed26d4330b39cd21336be3bdd',
  rdflib.term.URIRef('http://schema.org/Product/model'): 'Savana',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://wfpquantum.s3.amazonaws.com/images/autos/autos/medium/6sntu2fjh44tdvsrxjc4-10687230.jpg'},
 'Ne052046f4fdf497ca6d5e28af95a6023': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['alaTest has collected and analyzed 9 user reviews of All Topo Maps CD Rom (Arizona) from Amazon.com. The average user rating for this product is 3.4/5, compared to an average user rating of 4.2/5 for other Miscellaneous on Amazon.com.'],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'All Topo Maps CD Rom (Arizona)',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/90x90/4/8/All-Topo-Maps-CD-Rom-Arizona-0.jpg'},
 'N5c85c131cb294c3db593fd1939e48a77': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['alaTest has collected and analyzed 23 user reviews of Sonic Alert SBR350ss Alarm Clock with Bed Shaker & Radio from Amazon.com. The average user rating for this product is 3.7/5, compared to an average user rating of 3.9/5 for other Radios on Amazon.com. Reviewers are impressed by the performance. The usability is also appreciated. '],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/90x90/d/a/Sonic-Alert-SBR350ss-Boom-Loud-Vibrating-Alarm-Clock-0.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Sonic Alert SBR350ss Alarm Clock with Bed Shaker & Radio',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'The Sonic Boom SBR350ss has been designed as a cost effective full featured bedside alarm clock with an extra large (1.8") easy to read display, bed shaker and exclusive AM/FM Radio.\x0b\x0bPRODUCT FEATURES:\x0b\x0bComplete with a hi/low dimmer switch to sleep better at night;\x0b\x0bPackaged with the newest most powerful 12-volt bed shaker;\x0b\x0bComplete with AM/FM radio;\x0b\x0bBattery backup to maintain the proper time in the event of a power outage.'},
 'N02387cbbe59742bf9386b05f24ee1228': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): "Depositphotos'"},
 'Na9b4823f053c4a1085ac5f78bb2421bd': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n\t\tGame Sportswear The Three Seasons Jackets\n\t',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'Game Sportswear The Three Seasons Jackets. Heavyweight Taslan nylon shell. Wind and water-resistant. Non-pill 16oz. polyester fleece lining. Raglan sleeves. 100% Stretch nylon knit cuffs and bottom band. Full zip front with inner storm flap. Outside zipper pockets. Inside zippered right chest pocket. Machine washable. Top Selling Item.',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/13492/300/game-sportswear-the-three-seasons-jackets.jpg',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Game Sportswear',
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'Ne99240dd514245f3bacf04e9cce95a4c'},
 'Ne8c09eeb2e1146a2a444ce28b447d91e': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ["I got this lens when I purchased my camera, and I can tell you I take amazing shots with it, I'm thinking to upgrade my lens pretty soon but I honestly have no complain about it. Take a look at my pics and see yourself.",
   'The quality is great and the versitility for landscape shots is unbeatable unless you want to get that cliff on the other side of the mountains. There is where the problem arises. Besides the short zoom it is a great lens.'],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/1/2/DT-18-55mm-f-3-5-5-6-Zoom-Lens-SAL1855-BQ-165809749.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Sony SAL1855 - 18-55mm f/3.5-5.6 SAM DT Standard Zoom Lens for Sony Alpha Digital SLR'},
 'N2cdea67586fe4a4ca32bb7648fd84cc7': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ["This alarm allowed us to interconnect the new smoke alarm chain in our new addition to the alarms in the old portion of the house. Couldn't have been simpler to install and set up! Now when any one alarm is triggered, they all go off.",
   'I was really impressed with the ease of installation. I finished the basement level of our home and codes requires a hard-wired smoke alarm on one level and a battery back-up unit on the other level. I liked how I could expand the coverage with no...',
   'I am a licensed electrical contractor. This item is not readily available on the market. I have had tremendous success with this item and my customers are ecstatic that they now have interconnected smoke alarm protection and no drywall damage.',
   'This fire alarm is great because of its wi-fi technology that connects each alarm without having another wire pulled. When one alarm sounds the other alarms activate for added safety.',
   "Excellent product. easy to install. I don't know why it isn't available in retail stores. We were able to add smoke detectors without hard wiring them, and still have them interconnect with all of our hard wired smoke alarms.",
   'This product installs very easily. I replaced an existing wired device with this one so it would work with the 5 battery operated wireless devices I installed. The first test it worked! Of course I hope it never has to work for real but I do have peace...'],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Haier HW60-B1286',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/b/b/Kidde-1279-9999-0.jpg',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'N9174a36cbfe046d8905693454fe9f51d'},
 'N3447ed0e4e9f439f964501542d2edea9': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419758440728/zoom/Z25263_zoom.jpg',
  rdflib.term.URIRef('http://schema.org/Product/productID'): 'Z2526341',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://adidasgolf.com/ClimaLite-Pleated-Tech-Pant/Z2526341.html',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'ClimaLite Pleated Tech Pant'},
 'Nb25f6225e80d4c74904b91484704d02f': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['I love my new DeLonghi coffee mill. I can mill my coffee every morning before I make it so it stays fresh. Another great product from DeLonghi.',
   'does a good job of toasting. crumb trays are compact and nice, complements the other appliances in my kitchen.',
   'Just received my toaster and I think it is perfect. I replaced an old toaster oven that I absolutely hated with this. I love how the toast is perfect every time and on the plus side it looks nice too! Highly recommend!',
   "Substantial modern toaster that works well and is a great value. We needed a 4 slicer since my husband has 2 waffles and I have 1 our old toaster was only 2 slices so we couldn't have hot waffles at the same time.Don't know what took me so long to get...",
   'alaTest has collected and analyzed 1 user review of DeLonghi 4 Slice Toaster Oven Stainless from Amazon.co.uk. The average user rating for this product is 5.0/5, compared to an average user rating of 3.9/5 for other Toasters on Amazon.co.uk.',
   "This toaster is great looking.It works well,but I like my toast a little dark and even at the highest setting6I have to toast the bread for another few seconds.That is the only complaint I have.The toaster is big,so if you're considering it,make sure...",
   'Love the look and the ease of controls, but if we set it past 2 it goes to 6 everything is too dark or burnt. Luckily, we like our bread fairly dark.',
   "Stopped working on the third use. I've had a lot of grinders over the years. This is the worst one. HSN was great and took it back and did not charge me.My grinders 1 for coffee, 1 for spices & herbs usually last a year. Not just 3 uses.",
   'Perfect, excellent toast!',
   'Beautifully designed,efficient to use, and works flawlessly.4 SLICES, BUT EASILY 5 STARS!',
   'This 4 slice toaster is 9" tall and a good 12 and 1/2 inches wide and deep. So if your counter space is limited, look out. I enjoy the features of this toaster, nice even browning and very easy to use and clean. The stainless outside is very flimsy and...'],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'DeLonghi 4 Slice Toaster Oven Stainless',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/3/9/DeLonghi-4-10-D091549EFS-0.jpg'},
 'Ne2c74bc87020404890e9e83d27147324': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['alaTest has collected and analyzed 4 user reviews of ASUS PRO B43S-XH71 Laptop Computer - Intel Core i7-2620M 2.70GHz, 4GB DDR3, 500GB HDD, DVDRW, 14 Display, Windows 7 Professional 64-bit from Amazon.com. The average user rating for this product is 4.5/5, compared to an average user rating of 3.8/5 for other Laptops on Amazon.com. Reviewers are impressed by the battery and performance. The reliability and portability are also appreciated. ',
   'I own a desktop and needed a laptop to work on homework when I am not at home. I decided to go with Asus as I have been very happy with previous products from them. This laptop so far has not had any problems. It has a fast start up, runs smoothly and...'],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'ASUS PRO B43S-XH71 Laptop Computer - Intel Core i7-2620M 2.70GHz, 4GB DDR3, 500GB HDD, DVDRW, 14 Display, Windows 7 Professional 64-bit',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/f/8/Asus-S-XH71-165619449.jpg'},
 'N38389faa3d08453fa75e85ed0065ba22': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/productID'): 'Z1589327',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://adidasgolf.com/ClimaCool-Feed-Stripe-Polo/Z1589327.html',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419067319622/zoom/Z15893_zoom.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'ClimaCool Feed Stripe Polo'},
 'N440b6c61523e4bdf9d60f16a574f4ec6': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): "Girl's ClimaLite 3-Stripes Polo",
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1418915254783/zoom/O33228_zoom.jpg',
  rdflib.term.URIRef('http://schema.org/Product/productID'): 'DW-RI651',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://adidasgolf.com/Girl%27s-ClimaLite-3-Stripes-Polo/DW-RI651.html'},
 'Nd4fafe79947f494fada546fe994b8ed8': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/dateModified'): '2014-12-19',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'منتجع ويستين سانت جون',
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'Nca034ea326ed4e4296f028f0d860bc8b'},
 'N61313b6460e244888e00227243bf59a2': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['alaTest has collected and analyzed 10 user reviews of iGadgitz Nero Custodia Case Cover Silicone per SanDisk Sansa Clip Zip 4GB 8GB Lettore MP3 (Pubblicato Agosto 2011) from Amazon.co.uk. The average user rating for this product is 4.0/5, compared to an average user rating of 4.0/5 for other MP3 Player Accessories on Amazon.co.uk. People really like the sound. The usability is also appreciated, but some have doubts about the portability.'],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'iGadgitz Nero Custodia Case Cover Silicone per SanDisk Sansa Clip Zip 4GB 8GB Lettore MP3 (Pubblicato Agosto 2011)',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/6/8/iGadgitz-Black-Silicone-Skin-Case-Cover-for-SanDisk-Sansa-Clip-Zip-4GB-8GB-MP3-P-0.jpg',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'Ncdaffca6048240afb1db978938ad9015'},
 'Ndb7a5282972540f9a660e45f54a996cc': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Glen Plaid Flat Front Short',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419672021462/zoom/Z08680_zoom.jpg',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://ashworthgolf.com/Glen-Plaid-Flat-Front-Short/DW-WM517.html',
  rdflib.term.URIRef('http://schema.org/Product/productID'): 'DW-WM517'},
 'Ned4febf527f24b21b2a64c0591baef33': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/40249/300/tri-mountain-bridget-womens-lightweight-jacket.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): "\n\t\tTRI MOUNTAIN Bridget Women's Lightweight Jacket\n\t",
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Tri Mountain',
  rdflib.term.URIRef('http://schema.org/Product/description'): "TRI MOUNTAIN Bridget Women's Lightweight Jacket. Women's windproof/water resistant 95% polyester/5% nylon lightweight quilted jacket lined with polyester. Features a draw-cord waist and princess seams for a tailored fit. Snap front and two snap pockets. 2.8 oz. polyfill. "},
 'Ne32720dd17c843549873fa917f5e1494': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n\t\tEmerson Street Baylor Bears Womens Cozy Pants\n\t',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/55915/300/emerson-street-baylor-bears-womens-cozy-pants.jpg',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'Emerson Street Baylor Bears Womens Cozy Pants. Lounge pant in our own new cozy fabric with drawstring. School mascot/logo featured over floral bohemian print.',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Emerson Street'},
 'N4f8bc24b068d462184b6923ae456a73b': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['Sony Ericsson K850i The K850i is another candy bar shaped addition to the Sony Ericsson K Series, already featured at CNET as the most popular phone, it is'],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Sony Ericsson to launch new hot phones!!! K850i, K530i, W960i…etc…'},
 'N94fd3345405c45319149eeba059bd43f': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'N47f8f106fd684bf18b3bb1a2cabcd670',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Nd81eaefe60e447d3bd828685f9d87c87',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'Educational Hangman® in English.\n\nHangman, is a very popular and clasic game. It is also an educational application, with which you can improve your vocabulary and learn many new things.\n\nThe Educational Hangman® in English : \n\n- Has a vast number of words (over 1.500) carefully selected, divided in various categories, such as "animals", "plants", "islands", "countries" and so on..\n- Has useful information about each word in English\n- Has sound effects.\n- Supports all cell phones and tablet PCs\n- Has Read Aloud option\n\nIf you like the game ( kremala ), but can\'t stand the ads, you can buy the ad-free version from amazon appstore. Thanks!\n\nSimply, press "Start" and start guessing the letters of the hidden word!\n\nHave fun!\n\nKW : Κρεμάλα στα Αγγλικά, Adam Asmaca, Hänga Gubbe',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Educational Hangman in English -   FREE'},
 'Nf4cf6a83f618451f9aacecca961f34f0': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'French Terry Print Pullover',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1418980790510/zoom/Z09058_zoom.jpg',
  rdflib.term.URIRef('http://schema.org/Product/productID'): 'Z0905834',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://ashworthgolf.com/French-Terry-Print-Pullover/Z0905834.html'},
 'Ndba773ee96a142d3898cd30926679585': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/reviews'): 'N50f52558a6d048a0b9e44452cd4acbc1',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'N769f34080e1e4a54a7558266d1af55ab',
  rdflib.term.URIRef('http://schema.org/Product/description'): "Cash, Scratch, Scrilla, Moola, Dough, Dollar.  All words that describe the same thing... Money.  2.0.\n\nWe're all just tryin to make a dollar out of 15 cents. It's time to Make it Rain!!! \n\nThank you for purchasing the donation version.  Every dollar helps fund the next high quality Black Market App.  \n\nThis live wallpaper features:\n- Pro Quality Graphics or Add your own custom image\n- Swipeable\n- Layered Bills\n- Full Control over # of Bills and Speed\n\nVisit our website to see other live wallpapers or share this live wallpaper with friends. \n\nFollow our live wallpaper projects, and hear about promotions on twitter @blackmarketapps.  \n\nTO RATE THIS LIVE WALLPAPER: After downloading the live wallpaper, find the market listing again, select a number of stars, and leave a comment.\n\nTO OPEN: From the home screen, press the settings button, then wallpapers, then live wallpapers.  Find the live wallpaper you purchased in the list and select it.\n\n*Check Out Our Other Live Wallpapers!*\n- Lava Lamp Live Wallpaper\n- Arachnophobia Live Wallpaper\n- Infestation Live Wallpaper\n- Christmas Town Live Wallpaper (Seasonal)\n- Make It Rain Donation live wallpaper\n- Web Live Wallpaper\n- Spiral GL Live Wallpaper\n- Balls Live Wallpaper\n- Halloween 3D Live Wallpaper (Seasonal)\n- On Dubs GL Live Wallpaper\n- Black Hole Live Wallpaper\n- Cats and Dogs Live Wallpaper\n- And More!\n\nAll of our live wallpapers make use of Open GL to take advantage of the superior graphics capabilities of Android Phones, and maximize battery usage.",
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://androlicious.com/details/com.MakeItRainGL//images/Personalization/c/com.MakeItRainGL_icn.png',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Make It Rain Donation -   1.49 USD',
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'Nda3cb3ecaca04fa08be155338a81a970'},
 'N186e9b207d7b49838923eea276080901': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'Nf6826291ecee46fbbe680a1e908fd1db',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://androlicious.com/details/com.androidappheads.stopwatch//images/Tools/c/com.androidappheads.stopwatch_icn.png',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'N6bfd3dd93d9449488bd2e9ebedb5f6df',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Stopwatch + -   1.99 USD',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'Stopwatch + is a 3 in 1 application, It has a Stopwatch feature, count down timer, lap timer and counter.\n\nAll in one application. Swipe to change quickly between modes. \n\nStopwatch + is very easy to use but yet it has all the stopwatch, countdown, and lap features and supports texting and or emailing results to yourself or any person you choose.\n\nFeatures include:\n* Swipe to change mode of app\n* Save results on phone or SD card.\n* Email or share results of all timer functions to anyone.\n* Vibrate on Lap time setting.\n* Many more options and settings under the application menu.\n* No ads or banners!\n* Always free updates!\n\nThank you.'},
 'N827f27e36cbf42dc96d35e00b15e46f0': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://wfpquantum.s3.amazonaws.com/images/autos/autos/medium/lgg07ecgtrv28zt8hy7k-10826909.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): '2012 Dodge Grand Caravan SE/SXT',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'N972b9eeb1f164ed7a1f83bab4815e21e',
  rdflib.term.URIRef('http://schema.org/Product/model'): 'Grand Caravan',
  rdflib.term.URIRef('http://schema.org/Product/manufacturer'): 'Dodge',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://autos.winnipegfreepress.com/auto-for-sale/Dodge/Grand-Caravan/category-3/id-354835/'},
 'N3a8c250625f74cd39e822b3d8a650a42': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['alaTest has collected and analyzed 2 user reviews of Xerox WorkCentre 5335 from Amazon.com. The average user rating for this product is 2.0/5, compared to an average user rating of 3.5/5 for other Printers on Amazon.com.'],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Xerox WorkCentre 5335',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'Na230d81fc34a4143a4241a313c85bf8c',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/e/d/Xerox-WorkCentre-5335-157371247.jpg'},
 'N02ace1f6a4bd41dcaa751095b33ecccf': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://discsunlimited.net/image/cache/data/discraft/buzzz-ti-280x280.jpg',
  rdflib.term.URIRef('http://schema.org/Product/description'): "The Discraft Titanium Buzzz is a straight flying midrange driver with a stability of 0.5 (stable/slightly overstable). In comparison, the Pro D has a stability of 0.0 (stable). It has quickly become one of the most popular discs of all time. This workhorse is the golf disc that you'll reach for again and again. Throw it hard and the Buzzz will hold any line you put it on.AVAILABILITYSTABILITYWEIGHTSPro D0.0164-177+X-line0.5160-177+Z-line0.5164-177+Z CryZtal0.5173-178Z Dyed0.5164-177+Z Glow0.5164-177+Z Super Color0.5167-177+ESP0.5164-177+FLX0.5167-177+Ti0.5164-177+",
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Discraft Buzzz - Titanium'},
 'N49854778d350425195207c018da1be43': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['alaTest has collected and analyzed 2 user reviews of Ultra Slim Bass Retractable In-Ear Earbud Earphone Headphone Stereo Headphones for iPod/MP3/MP4 Audio Media Player (Black) from Amazon.com. The average user rating for this product is 3.0/5, compared to an average user rating of 3.9/5 for other Headphones on Amazon.com.'],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/e/c/Ultra-Slim-Bass-Retractable-In-Ear-Earbud-Earphone-Headphone-Stereo-Headphones-f-0.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Ultra Slim Bass Retractable In-Ear Earbud Earphone Headphone Stereo Headphones for iPod/MP3/MP4 Audio Media Player (Black)'},
 'N597cd194f43244c48d6d32d800142de2': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n\t\tEPS Resistance Waist Belt\n\t',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Explosive Power & Speed',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/93289/300/eps-resistance-waist-belt.jpg',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'EPS Resistance Waist Belt. Provides athletes with variable resistance training. Waist belt features heavy-duty buckle, adjustable strap, and a short detachable leash that prevents tangling while training.'},
 'N044b2540339c4d13b232a01c949d87d7': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['alaTest has collected and analyzed 2 user reviews of Idect X1i TWIN-B Digital Cordless Designer Phone Twin Pack with Answering Machine from Amazon.co.uk. The average user rating for this product is 1.0/5, compared to an average user rating of 4.0/5 for other Cordless Phones on Amazon.co.uk.'],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/7/7/Idect-IDECTX1TWIN-BLACK-Digital-Cordless-Designer-Phone-Twin-Pack-0.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Idect X1i TWIN-B Digital Cordless Designer Phone Twin Pack with Answering Machine'},
 'Nf5270357aef8408cb048195f83d21f1f': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'N73844c1b351c4ad1b04214a77060d224',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://catalog.nfpa.org:80/Assets/ProductImages/Codes/13SET13.png',
  rdflib.term.URIRef('http://schema.org/Product/sku'): '\n                                    NFPA_13',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://catalog.nfpa.org/2013-NFPA-13-Standard-for-the-Installation-of-Sprinkler-Systems-P114.aspx',
  rdflib.term.URIRef('http://schema.org/Product/name'): '2013 NFPA 13:  Standard for the Installation of Sprinkler Systems'},
 'Nc21dc96c07864519a60923a28b241af9': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/sku'): '\xa0AA741-39101',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://s7.andersonfloors.com/is/image/ShawIndustries/AA741_39101_MAIN?$af_topdown$',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Picket Fence'},
 'N9292011a3d11446fbff08d5738608093': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n\t\tTandem Sport Thermoskin Hinged Elbow\n\t',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Tandem Sport',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/25315/300/tandem-sport-thermoskin-hinged-elbow.jpg',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'Tandem Sport Thermoskin Hinged Elbow. The Thermoskin Hinged Elbow is designed to prevent hyperextension of the elbow. X-cross hook and loop locking straps help restrict range of motion. Medial and lateral hinges provide a hyperextension stop at 0 degrees.'},
 'Nb58cb0f6c6a74adcaf910c13d4b81b46': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/34858/300/collegiate-alabama-indoor-banner-scroll.jpg',
  rdflib.term.URIRef('http://schema.org/Product/description'): ' Support your favorite College team at home or in the office by hanging up this indoor banner scroll from B.S.I. Products. The 40-inch x 28-inch indoor banner is designed with a plastic holder and string, so it is easy to hang up. This officially licensed banner is brightly decorated in the team colors and logo.',
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n\t\tCOLLEGIATE Alabama Indoor Banner Scroll\n\t',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Bsi Products'},
 'N5f59d73a81d4470ca7ef3f9c6d187692': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Cardiff',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://ashworthgolf.com/ashworth/G5417033.html',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1418927574598/zoom/G54170_zoom_D.jpg',
  rdflib.term.URIRef('http://schema.org/Product/productID'): 'G5417033'},
 'Na30c9d40e28e49fb92d4c98095977b18': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/productID'): 'Z2526342',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'ClimaLite Pleated Tech Pant',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419585548991/zoom/Z25263_zoom.jpg',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://adidasgolf.com/ClimaLite-Pleated-Tech-Pant/Z2526342.html'},
 'Nb4acab7b84234dcf95822e825c0f86d6': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'فندق ويستين بالاس، ميلانو',
  rdflib.term.URIRef('http://schema.org/Product/dateModified'): '2014-12-28',
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'Ne0916a110b5a419893df70adf7ff09cc'},
 'Nb416908ec1e54509b4adf6e077962f0b': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [" As an owner of the Ka'anapali North, it is always a pleasure to arrive at my home away from home. I travel extensively on business and the standard, rectangular hotel rooms get very old. It is refreshing to stay at a facility with a separate bedroom and plenty of walk-around space. The accommodations are are very nice, clean, and comfortable.\nThe staff seems to take a sincere interest in serving the guests. I feel this permeates throughout the hotel starting at the top, Angela Nolan, the General Manager. She runs a great hotel with great staff.\nMy wife and I are always excited to arrive and are always disappointed to leave (no matter how long we stay).\n",
   ' Two brothers Austin & Brock from North Villas pool know how to treat their guests, also had a good massage from Gil at Heavenly Spa.\n',
   ' If you don\'t need the kitchen, there are lots of other options. The Westin Ocean Villas is an OK property, but don\'t expect the excellent Starwood treatment. It was a 45 minute wait to check in followed by another 50 minutes and 2 visits to the bell desk to get my bags. As a Starwood Platinum member I got a 5pm check in, a 10 am check out and a stunning view of the parking lot. This is unfortunately the "timeshare" experience with a Westin label.\n',
   ' The location is perfect! We walked twice a day (at sunset daily) on this beautiful beach from the villas to Black Rock and back. Gorgeous sunsets and rainbows!\nThe villas are beautiful and comfortable, truly a home away from home. Very relaxing! We hated to leave.\nThis was our 4th December at the North Villas, which we bought in Dec. 2006 while staying in the South Villas. We have been on many "time-share introductions", but here we actually chose to buy.\nThe service and maintenance was great the first year we came in 2008, but we noticed it going down the next 2 years. This year, under the leadership of general manager, Angela Nolan, the maintenance and service is greatly improved and even better than the first year. The staff is responsive, friendly and helpful.\nAfter our flight arrived in Maui, we went to Costco and then to Safeway to purchase food for our 3-week stay (longer than we have ever stayed). The staff stored our food in their walk-in refrigerator until our room was ready and delivered it to our room, offering to put it away for us. It was easy, convenient and economical. We ate all but 2 meals in our villa, grilling often. It was great to have a stocked refrigerator and pantry to eat when we pleased.\nWe used the gym daily and found it sufficient for aerobic and strength training. No wait for equipment.\nWe wish to thank all of the staff\nWe look forward to returning annually for a most enjoyable vacation!\n',
   " From the moment we stepped onto the property, into our room and on our patio, we felt that we really had found paradise. This is our 3rd stay at a Westin Vacation Villa and all of them have been relaxing, beautiful, heavenly and beyond expectations. I agree that smoking on the patios is unpleasant,. Also, Westin MUST address the slippery pool area - saw too many people silp and fall. One poor lady broke her wrist this week! And Westin MUST get new pool chairs that don't hurt your back!!! Get cushions please!!!\n",
   " We recently completed a week stay at the Westin Ka'anapali. The service was wonderful, the food was outstanding, and our stay was everything we had hoped for. Our room and all the public areas were very very clean. There were plenty of comfortable lounge chairs at each of the many pool areas. There was sufficient staff to keep every area clean and ready for use. The grounds were beautiful. The staff seemed well-trained and very competent. We can't wait to go back! The facilities available for day use after we had checked out were perfect - we got an extra day of enjoyment while waiting for our late evening flight.\n",
   " This was my third stay at the villa's and I can't wait to return!! The location of the hotel was perfect, right on Kaanapali Beach and just minutes away from Whalers Village. The rooms are lovely and I loved the convenience of the complimentary shuttle, and the friendly service provided by Tina and Alan. Mylin, at the Front desk went out of her way to ensure my stay was perfect. And, special thanks to Manny for welcoming me back and providing such great service. The staff at the Westin should be commended for all they do to make their visitors feel like VIP's. My thanks to everyone for providing me with a memorable week on Maui!\n",
   ' The location of the resort is absolutely fantastic. Nice pools and bar. Most people of the Westin crew were also great.\nWe spend our honeymoon on Hawaii and this is one of the 3 Starwood properties we visit.\nAlthough they said they made a mark of our honeymoon, really nothing was done to give us a special feeling.\nAlso the willingness of listening to a complaint was handled very badly by the management. An official complaint will follow after our honemoon is over.\nWe are from The Netherlands and often travel to the USA for our vacation. We love it out here. We are used to the great values of other hotel chains. We wanted to try something new. But we already feel we made a mistake. Other hotelchains of much better value for money.\nConclussion: The Westing resort was nice but really too expensive.\n',
   ' We were looking for the restaurant that serves a buffet breakfast. We were staying at the North Unit and was told to go to the other property for the buffet. I saw a nice young man and asked him for directions. He didn\'t know where it was and was trying to assist when "Dixon" came over and gave him keys (mid sentence I might add) to get a car. Then Dixon turned away and left me standing there. I hope this is his name, I could not see his name tag and I asked another associate for his name. He was extremely RUDE and certainly damaged any feeling of Welcome I might have enjoyed. I work for Starwood and know this is not the way it is supposed to be.\n',
   ' We booked a vacation preview, and received an upgrade to an ocean view studio. I\'m glad we got the ocean view, the "Island view" means "parking lot view." The actual living area in the studio was smaller than expected, mostly because a lot of room was taken up by the bathroom. The bathroom was huge- three large areas- a shower as big as many walk-in closets, a commode area as big as the shower area, and a comparatively small sink/tub area.\nThe service was great- they answered the phone with a greeting calling us by name, and the express service button on the phone connected us to anything we needed.\n',
   ' We visited several beaches on the island, but this one is by far the best. Great snorkeling, great sand and plenty of shady spots to lay out.\n',
   " I have stayed at the Westin Kaanapali Villas two years ago and had a good experience. This time the fridge leaked constantly, the DVD player didn't work and our ceiling fan was held together by packing tape!\nThe food service at the pool bar was atrocious, cheese whiz on the nachos!\nFor $500/night with taxes definitely not worth it!\n",
   ' My niece was getting married and had a block of rooms for the guests to choose from. Since this was going to be a big vacation for my spouse and me, I opted to spend the money and pick the best room available, an ocean view 1-bedroom. We were excited. When I checked in at 11:00pm, we were tired when the staff handed my key to me. It was room 3106. This was a crappy room. It was on the first floor with a view of the back of a restaurant (The Ocean Pool Bar and Grill). The “Ocean view” was completely blocked by vegetation and the back of the restaurant. The noise from the staff in the back of the restaurant made sitting on the balcony almost unbearable. Talk about a “Bait and Switch”. Only after my niece got involved and a better room became available (3 days) was I offered a better room or stay at a reduced rate ($60/night off). I stayed in the room avoiding the hassle of moving. I really wonder if I had not bitched about the room if “The Westin” would have said or done anything. I seriously doubt it. I was seriously disappointed. The only bright spot was the housekeeping staff, Top notch.\n',
   ' Got a promo package to stay for 5 days:\n1) Room was smallest on site (studio) and on the 1st floor, so not the best "upgrade" I have ever seen\n2) Air conditioner was not adjustable, and it was freezing cold during the night in Maui!\n3) This more of a time share type of resort than a hotel, and the nights and stay does not count towards the qualifying nights or stays.\n',
   " The location was what we wanted - the resort facilities were secondary in our priorities. As with many timeshare resorts, the on-site food and drinks were relatively expensive.\nThe rooms give an initial impression of luxury but beneath the gloss we found: Beds were far too soft - not great if a firm mattress is needed,\nEvidence of poorly repaired water leaks,\nAn overpowering smell of bleach (there's clean and over-clean),\nThe timeshare sales team was pushy (despite insisting that it was a 'no pressure presentation') and ill-informed.\nThe 'fitness centre' was a cramped collection of weights, running machines and poorly maintained static bikes. We were looking forward to using the bikes but they were completely unsuitable for our needs.\n",
   ' We loved it. We had everything we needed for a fabulous week.\n',
   " This Resort was great. It had such a great location and great amenities. We loved the beach in a spot that wasn't very crowded. The whirlpool tub was great. It was nice having the washer dryer, full fridge, and dvd player.\nIt was near everything and the shuttle to all the other SPG hotels was great to have access to their amenities like the golf course.\nThe staff was so friendly and they gave us a nice welcome gift. Every person stopped what they were doing to help or ask questions. We were treated very well here.\nWe will now make this a must return location because of this place. Our only fear is there was construction going on next door, it looks like another resort being put up. So we are worried that quiet part of the beach may not be so quiet if we return.\n",
   " The staff was rude. They vaccume and washer dryer did not work well. The pull out sofa and bed were SO uncomfortable. The room was dark and depressing. Don't sign up for the SPG kids pass they did not honor it most places. The fitness center dark depressing in basement.\n",
   ' My husband and I stayed at the Westin Villas during the last 2 weeks of June, 2012. I was recovering from breast cancer surgery and my husband was on a much-needed vacation after an extremely difficult and stressful period at work. Because of these circumstances we requested a room on a higher floor that would be quiet. We were placed on the 4th floor right next to the water slide. Unless the glass doors were kept closed, the noise was continuous from morning until the evening. Also the ice maker in the small refrigerator in our studio did not work, but was promptly fixed once it was reported. However, no one could figure out what setting the refrigerator should be set on and ALL our produce froze solid. The hotel did reimburse us for that. Finally, we requested that for our second week we be moved to the North Villas, again requesting a quiet upper floor. We were given a room on the 4th floor (again) directly in front of the volleyball pool and on top of the walkway that housekeeping uses to bring in the large bins of laundry (more shouting and yelling, and rumbling from the bins). Palm fronds completely blocked any view of the ocean and consequently the room was as dark as a cave. This room, we were assured, was an "excellent room with an ocean view."\nAfter making another request for a quieter room, we were given one on the backside of the North Building. Finally, peace and quiet.\nThe point of this vacation was to rest and relax. My husband had to check with the hotel on a daily basis to see if a quiet room was available for our second week. This seems to me to be the job of the hotel, not the guest. We were never offered an apology or any compensation for the inconvenience of having to move a second time in the second week and for agreeing to give up our one bedroom villa for the second week in exchange for a quieter room.\nI really do love staying here, but as an owner, I want to be treated as such and I don\'t think our request was anything too extreme or out of the ordinary. Asking for, and getting, a quiet room should not be such an ordeal.\n',
   ' I called on Wednesday 11/18 to see about an early check-out. I was told I needed to call back on Thursday. I called on Thursday afternoon and it took the front desk 20 minutes to answer the phone. The operator was apologetic, but I find it hard to believe they could not answer the phone and asked me to hold a minute.\nThe villa we stayed in need work. The bedroom drapes had stains on them, the bed was bowed in the middle and the coffee table in the living room was broken. My son had to fix a piece of wood that came loose so our grandchildren did not cut themselves on the nails.\nThe cleaning staff came to clean our villa on Tuesday and I use the word clean "lightly". They did change the bed sheets in the villa and the lock-off, but did not change them on the two sofa beds. We came back to the room and there was still sand in the bath tub, the sinks in the bathroom were not cleaned and the kitchen floor was not swept or mopped. Considering the maintenance fee we pay each year, I expected more.\nOn a positive note, Trevor, our server at the bar and grill, was very professional, friendly and took good care of us and our grandchildren.\n',
   ' My home resort is a Westin also, with the "Heavenly Beds"... best bed I have ever slept in, the linens are exquisite! This place\'s bed was horrible! The bed was lumpy and felt like I was in a hole all night, The sheets were awful!!!!!! No fitted sheets, rough and way too small. Nothing like waking up to touching a bare mattress that god-only-knows-what has been done in it previously or not being able to cover your shoulders without exposing your feet. I called for bigger sheets but ended up with exactly what I stared out with. And it\'s not like I can put an extra pair of sheets in my car to use... can\'t drive to Hawaii. I really expected more from a Westin especially since their signature is "Heavenly Beds"\n',
   ' For being a Tier 7 hotel, it sure didn\'t live up to those expectations. We are SPG gold members, upon arrival we were not greeted, we were not welcomed, we were not thanked for being loyal members. We booked a deluxe ocean view studio, we were given room 4200 which looked out on another building, unless of course they think the kiddie pool is ocean view? I immediately contacted the front desk and they did switch us to the other side of the building, but really?? I then asked about the gold members welcome gift and at first they told me because I booked through AAA I was not eligible WHAT? I immediately told them I booked through SPG using the AAA discount and then was told Oh, well since we are a Tier 7 everyone here is considered a gold member, we only give gifts to Platinum members -- again WHAT? Next came the room, our TV broke the second day we were there, they did come up and provide us a new one. Then our dishwasher broke -- they sent engineering up who said, "we need to order a part" which of course did not come in during our stay. When I asked the front desk if we would be compensated (since I now have to wash my own dishes on vacation) she said she would have a manager contact me -- which never happened. But I did get a call from engineering the day before we were leaving asking if we wanted a new one? Ah the dishwasher broke the second day we were there and you now want to replace it when we are leaving -- really? The overall staff (minus the bartenders) look miserable to be there -- they do not smile, they do not say Hi and when asked a question they appear to be bothered by it. And lastly, I had a spa treatment, according the the PDF brochure I was able to use my points -- I added up the points and it came to around 7500 points, when I went to the front desk to tell them, I wanted to use my points, they told me it would be 11,500 points -- I questioned this and was told "once again" we are a Tier 7 and we charge the highest of all the resorts, so the PDF is wrong?. If you are going to throw out "we are Tier 7" to your guest, then they should act like a Tier 7 -- I have had WAY better service from a Tier 4 SPG hotel. If we had any intention of buying a timeshare on this trip, that quickly disappeared on the second day. We will not stay here again.\n',
   ' Overall experience was great. Lots activities for kids and family. Hotel room is tidy and clean. Staffs are friendly and great service.\n',
   " We selected Maui for our 30th wedding anniversary trip. We were not disappointed at all. From the time we arrived with the valet parking attendants to departure everything was first class. The attendants assisted with our luggage and then again on a separate occasion with our groceries. They were very personable along with the rest of the staff.\nI wish that I would have written everyone's name down so they could all receive the recognition they deserve.\nKathleen from the concierge desk, Jennifer Hanst from sales & Amanda from the poolside service are a few names that I did remember.\nKathleen did a great job assisting in planning the activities and making the reservations for us throughout the week. We whole heartedly agree with her choices and Thank her for the great memories we have.\nJennifer was the Sales Exec. that we dealt with for our owners update. Once again the service was above and beyond.\nAmanda was friendly, outgoing and made us at home. She remembered us from day to day and stopped to say hello even if we weren't in the area that she was assigned for the day.\nHat's off to all of the staff, once again we were not disappointed with our stay at a Starwood resort. We have been owners for many years in the Starwood system with Sheraton Vistana resort in Orlando being our home resort.\nEach Starwood resort we have visited has kept up with the first class service they are known to give.\nThank you for the wonderful memories. We hope to be able to return someday with the rest of our family.\n",
   " Our two weeks at the Westin Kaanapali Ocean Resort Villas went by all to quickly. It was such an enjoyable place to stay with very friendly staff, amenities galore, and a room that we could live in and call home. We can't wait to come back.\n",
   ' From the moment I arrived, met with the Concierge, during the duration of the visit, all the staff and Concierge were exceptional.\nThe Concierge was very helpful and professional.\n',
   " AVOID AT ALL COSTS! WE OWN 2 WEEKS IN A 2 BEDROOM AT THIS RESORT - OCEAN VIEW TOO. WE BOOK OUR RESERVATIONS 8-12 MONTHS IN ADVANCE. EVERY SINGLE YEAR WE GET SCREWED AND PLACED IN AN AWFUL ROOM. THERE IS ALWAYS A NEW EXCUSE FOR WHY WE ARE NOT GETTING OUR OCEAN VIEW ROOM. I AM HERE NOW FOR MY 40TH BIRTHDAY CELEBRATION AND THIS PLACE HAS RUINED IT! On top of always getting a horrible room, they now allow smoking! I have owned here for 7 years and there has never been smoking allowed. Apparently smoking was voted in a couple years ago- we were never informed or given the chance to vote against it. Now we have to endure the smell of cigarettes our entire vacation. The spa was awful. Paid $105 for a gel manicure and the girl left me with 3 bleeding fingers! Both fitness centers are small and packed until 2 pm in the afternoon- great time to work out while on vacation right? Housekeeping service is very friendly. The front desk is by far the worst out of every SPG property we have ever stayed at. They just don't care at all about anything. It's almost like they think we have to stay here and don't have any choices to stay somewhere else! I'm dumping this property as soon as we get home! The only positive thing about this place is the snorkeling in front of the property - it's the best on the island! Thankfully it's a public beach so you don't have to stay here to use the beach. Goodbye Westin Ka'anapali - never again will I stay here.\n",
   " At first it looked like paradise. Nice pools right on the ocean. Great snorkeling right outside on the beach. However this was all severely diminished because of its location next to a sewage plant. Apparently a line broke in the plant and we were the recipient of a foul smell throughout our stay. What makes me give this hotel the thumbs down is that we didn't know what the smell was from for a few days. I thought it was fertilizer at first or a bad tide. Then I thought it was the smell from the plant because of how the wind was blowing (that's what the hotel staff told me). I was so disgusted that I inquired about checking out to a new hotel. That's when the manager on duty told me about the issue at the plant that wouldn't be fixed for 7 more days. What really pissed me off was that he hotels attitude was it was a city of maui issue and that they wouldn't do anything for their pissed off guests. They wouldn't release my unused funds that was prepaid to Check in at a diffent property. The last straw was that I left a message for the manager on duty, a voicemail message , to see if they would at least give us passes to hang out for the day at their sister propery (westin maui resort) which didn't have the odor problem. Not even a call back.!! Other issues. I prepaid for laundry service for each day. They offer go green service if you don't need the room cleanup each day , call them and they will give you a 10 credit to your room. Sounds good. I did this for a few days but still needed towels which you could just request delivery of. I had to call 3 times to get the towels delivered. Then instead of a credit of 10 bucks they charged me 15 dollar towel service fee. This was fixed however I had to spend 30 minutes of my vacation at the front desk to get it sorted out. I understand that the hotel can't control the city water plant issue, but they sure could have communicated it better and tried to make it up to their guests In some way. They weren't even sympathetic to those that spent good money for a weeks vacation, that was pretty much ruined by the smell. There attitude was it will be fixed next week. Guess what I will be home then writing this review. I expected more from the westin management in site.\n",
   " Just got back from our stay at the Westin Ocean Resort Villas and had a phenomenal time. Although I am one to not spend much time in the hotel, this one has everything you need.\nPailolo is a great sports bar with multiple flat screens so you can catch your games in HD while on vacation. It was so great we ended up here rather than finding one in town.\nThe Ocean Pool Bar & Grill had amazing food for super reasonable resort prices. Their Portuguese sausage and eggs, is the best I've ever had. It has a few flat screens at the bar and it overlooks the pool and ocean and is a great place to relax while having some food.\nWe stayed in a studio which was extremely spacious and had a fully stocked kitchenette, jacuzzi bathtub, separate shower, washer/dryer, flat screen tv with HD cable, a dvd player (and rentals in the lobby), and free wifi. The bed was super confortable with plush pillows and soft linens.\nWhile most places want to charge you for everything, this resort has found a wonderful balance between providing services and providing amenities. The free wifi was throughout the hotel so it was nice to lounge by the pool and surf the internet on the iPad. There’s a free business center with free b/w printing, a concierge that takes care of all your vacation activities, and a well-stocked convenience store with munchies, supplies, and alcohol.\nAgain, it says a lot when you’d rather stay at your resort rather than venture out into town. We thoroughly enjoyed our stay, didn’t want to leave, and would definitely return again when in Maui.\n",
   " Over all the room is comfortable and spacious enough. We had 2 major issues : 1. on our 2nd day we heard a strange banging noise in the room, we thought it was our neighbors' dryer. A maintenance guy suddenly showed up and said there's a pipe issue throughout the building and he is working on fixing it. 2 nights before we left that noise came back during night - we just couldn't sleep! The next day we asked for maintenance check, they left us a massage that they checked and couldn't find anything. On our last night-loud banging noise was still there!\n2. we ordered lunch at the pool, for some reason which no one could explain, when you order from the pool the kids eat free policy does not apply! ha?!\nPros : -great kids pool.\n- friendly and useful concierge team\n-great beach.\n-kitchen, washer+dryer in the room.\n-kids under 3 eat free at breakfast and lunch.\nCons : -beach chairs are not included : $12.5 per chair per day!!!!!\n-pricy food at the restaurants\n- gazebo in the pool area-not included.\n-they didn't clean our room for 2 days, for some reason....\n-pool gear-very old, no mattresses\n"],
  rdflib.term.URIRef('http://schema.org/Product/name'): "The Westin Ka\\'anapali Ocean Resort Villas",
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'N765ae6d664bb428997298c2484c10c85'},
 'Na145731b90ac4bd586a39a85419a3924': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://adidasgolf.com/Herringbone-Trouser/DW-UU742.html',
  rdflib.term.URIRef('http://schema.org/Product/productID'): 'DW-UU742',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Herringbone Trouser',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419153454085/zoom/Z42505_zoom.jpg'},
 'Na2eb62a7a8e3418b92a3994cc1b50a8d': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['alaTest has collected and analyzed 4 user reviews of Clover CW8800 2.4 GHz. Wireless Camera System - CCTV camera - color - audio from Amazon.com. The average user rating for this product is 3.5/5, compared to an average user rating of 3.8/5 for other Webcams on Amazon.com.'],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/f/4/Clover-2-Small-Camera-Mounting-Bracket-0.jpg',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'Nebfe18ff1e31434ea58be3db5d3b72ef',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Clover CW8800 2.4 GHz. Wireless Camera System - CCTV camera - color - audio',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'Clover\'s 2.4 GHz wireless camera systems are its premier line. Compact, pleasing and user-friendly, it\'s no wonder they are so much in demand. Each system comes with one camera with built-in transmitter and one four channel receiver in case you need more than just the one camera.\x0b\x0bEach system has a range of up to 700 feet. And the Receiver comes with "last channel memory" in case of a blackout or power shortage, there is no need to have to reprogram your systems settings.'},
 'Na28c41435a68485bad8d4d750f250809': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): "Depositphotos'"},
 'N5b9dbd1d81234c1d8b2d12dcc238bc8e': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Alquiler Vacacional Cabaña De 4 Ambientes En San Martin De Los Andes',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://imganuncios.mitula.net/alquiler_vacacional_cabaña_de_4_ambientes_en_san_martin_de_los_andes_3600120413820999601.jpg',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'Living comedor con espectacular vista panorámica! - súper luminosa - hogar a leña - calefacción tiro...\xa0'},
 'N0af26c7e5e0c4ac8a1d7d2a9b060b90b': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://catalog.nfpa.org/2013-NFPA-20-Standard-for-the-Installation-of-Stationary-Pumps-for-Fire-Protection-P1160.aspx',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'N74cd62ac2cff4424850301c426532e22',
  rdflib.term.URIRef('http://schema.org/Product/sku'): '\n                                    NFPA_20',
  rdflib.term.URIRef('http://schema.org/Product/name'): '2013 NFPA 20: Standard for the Installation of Stationary Pumps for Fire Protection',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://catalog.nfpa.org:80/Assets/ProductImages/Codes/20SET13.png'},
 'N2ce7c093ff0c44fa818434f69e680a5f': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'Ne45741e626814241b4aa94db619094f9',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/8929/300/adams-mens-athletic-compression-shorts-closeout.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): "\n\t\tAdams Men's Athletic Compression Shorts  - Closeout Sale\n\t",
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Adams',
  rdflib.term.URIRef('http://schema.org/Product/description'): "Adams Men's Athletic Compression Shorts-Closeout is made of 4 way stretch material. 85%, 15% lycra spandex. Breathable fabric and soft to the body. Moisture wicking. "},
 'Nac5d866a16dd42b5b5609fa26e8c72f1': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/description'): 'The Gelscrubs University of Alabama Elephant Logo Black Stethoscope Cover features soft brushed poplin fabric (65%/35% cotton/poly) and precision computer guided embroidery with pantone matched threads. One size fits most (Stethoscope not included).',
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n\t\tUniv of Alabama Elephant Black Stethoscope Covers\n\t',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Gelscrubs',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/41515/300/univ-of-alabama-elephant-black-stethoscope-covers.jpg'},
 'N819cc3a9c5594a7e8653842e3e912329': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'N6e3f16ce69cf4a70b0194ee38400b054',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Gem Gear',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'Gem Gear Turquoise Compression Zebra Prints Shorts are highest quality polyester/spandex blends showcase all of our vivid color patterns.  4-way stretch knits and tricots assure maximum durability.  Low rise fit for style and comfort.  Naturally wicking fabric for moisture control.',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/20515/300/gem-gear-turquoise-compression-zebra-prints-shorts.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n\t\tGem Gear Turquoise Compression Zebra Prints Shorts\n\t'},
 'N311eb12edf0b49199b28d41c5740645a': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['I love this icemaker. It eas esay to install, it works great, makes plenty of ice with fast recyle times. Great for entertaining!',
   'Great Ice Maker, no problems and has been in use for a month. Makes great clear ice, a drain, supply water and standard 110V is all that is required Recommend this unit to all that need a affordable ice maker for the home or office.',
   'This ice maker is used in an office setting. There are always plenty of ice cubes and our people use a lot of ice during the day for their water, pop, etc. Good looking machine also.',
   'Works great, but a little noisy when it makes ice.',
   'Good icemaker, very fast, nice quality ice.',
   '[...]',
   'I purchased this unit to replace a 22 year old model, therefore I already had the drain and water line. It had different fittings, other than that a breeze to install. It makes ice faster than the older model.',
   'alaTest has collected and analyzed 1 user review of Whirlpool Gold GI15NDXTB from Amazon.com. The average user rating for this product is 1.0/5, compared to an average user rating of 3.7/5 for other Fridges & Freezers on Amazon.com.',
   'I love ice and start my day off with a large glass of ice water with the freshest and best tasting ice, ever! I carry my ice water in the car, always filling the glass with my great little cubes before I leave the house. We found that we needed to use...'],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/2/7/Whirlpool-Gold-50-Pound-Ice-Maker-0.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Whirlpool Gold GI15NDXTB'},
 'N4ce2b9746e544302885661ab125f081b': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['While browsing around Toys R Us with my two kids back in March of 2005 I decided to purchase this SpongeBob SquarePants DVD player with Remote Control for the bedroom television. The cost at the time was very reasonable at $69.99. This is known as  ...',
   'While browsing around Toys R Us with my two kids back in March of 2005 I decided to purchase this SpongeBob SquarePants DVD player with Remote Control for the bedroom television. The cost at the time was very reasonable at $69.99. This is known as SB329.'],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/90x90/d/3/Emerson-SpongeBob-DVD-SquarePants-DVD-Player-0.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Emerson SB329 DVD Player'},
 'N4af3b08a908e48c9b7a075f3046d6cce': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Picnic Time',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'Picnic Time University of South Carolina Extra Large Mega Can Cooler with pivoting handle and removable lid; 27-can capacity (5-gallon). Can also be used as a seat. Made of HDPE. ',
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n\t\tPicnic Time South Carolina Mega Can Cooler\n\t',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/56585/300/picnic-time-south-carolina-mega-can-cooler.jpg'},
 'Nfe92270d44994cf2be0ff834731236cb': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'N876888f497d04bc2aa6efa551a10b1fb',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'The focus is on the new born baby panda Fu Hu, who in a diary tells about his life. The user of the app can also get directly a sponsor of small Fu-Hu. In addition, the app offers numerous features. Animal info, feeding times or exciting routes through the zoo with GPS navigation, etc.',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Nf7dba38d1681445ea862a8d62035a479',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://androlicious.com/details/eu.dreamix.roadeomobilezoo//images/Entertainment/e/eu.dreamix.roadeomobilezoo_icn.png',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Zoo Schönbrunn -   FREE'},
 'N965391daf0484e5189be3f235eafd1bb': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/17973/300/augusta-athletic-wear-ringer-t-shirt.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n\t\tAugusta Athletic Wear Ringer T-Shirt\n\t',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'Augusta Athletic Wear Ringer T-Shirt is made out of 50% polyester/50% cotton jersey. This product features contrasting color 1x1 rib-knit collar and cuffs and double-needle hemmed bottom.',
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'N98cea324315b4abcbcb6729669a1baaf',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Augusta Sportswear'},
 'N10c544bc9307482f97d6af95a26406b3': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): "Depositphotos'"},
 'Nd3d273ea5f6348d1a126732280c707de': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['Bought this after upgrading my graphics card, loved it! Easy to install, small enough to get big fingers in the case too:) Unfortunately, it died after a week. BUT I live in the country with some pretty dirty power:( Replaced it with another and bought...',
   "Excellent product, this is the second I've bought because the first one (still in use in my own computer for the past two years!) has been a workhorse! No problems whatsoever, PLUS the comfort of knowing that if it eventually does give out, there's a...",
   'the headline says it all',
   'I wanted to upgrade my power supply. This was reasonably priced and had a good size fan. I never realized how loud my old supply was until I installed this one. It came with all the necessary hardware and a good variety of connetors. What else can you...',
   'I was so satisfied with my first one purchased in November of 2009; I bought another when it recently died a few weeks ago.',
   'I like the desing...easy to install...looks very nice and feels like is going to last a big chunck of time,,,has lots of different plugs to fit any system.',
   'This is a very nice psu BUT it is large and the stiff super long cables are hard to hide. Definately going with a modular psu next time.',
   'I always go with Ultra for all my builds and have never been let down. Got this one on sale and it is worth every penny. It is silent, reliable, easy to install, and cables are the right length. Recommend it.',
   'All voltages were well within tolerances, very quiet. Tech support had rapid response to a question.',
   'I bought this as an upgrade to an old PSU I had in my gaming rig. Unfortunately, it died after about month. I have no idea what caused it to fail. I had to put my old PSU back in my computer, which is still running fine for now.'],
  rdflib.term.URIRef('http://schema.org/Product/description'): "The new LSP is the latest addition to the line-up of professional power supplies. It provides the ultimate amount of power and performance. This series is 25% more efficient than its predecessor with the affordability and quality you have come to expect from Ultra. The LSP's sleek new design incorporates ascetics with functionality. This design comes with a 135mm cooling fan, which reduces heat by 20% and noise by 15 dB. In addition to the reduction of heat and noise, the LSP also comes with sleeved finished power cables, which provide better airflow and help reduce cable clutter. Over all this new LSP line of professional power supplies is the ultimate upgrade or addition to any system.",
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/1/b/Ultra-Products-Lifetime-Series-Pro-750W-Psu-0.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Ultra LSP750 750-Watt Power Supply - ATX, SATA-Ready, SLI-Ready, 135mm Fan, Lifetime Warranty w/ Registration'},
 'Nfbaa6823edcd4d05836be7ca27e6089f': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): "Depositphotos'"},
 'N433771481ec049d9ab0cef587d049510': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Oc Sports By Outdoor Cap',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'The OC Sports MLB Chicago White Sox Home Cap w/CF2 Visor is a mid to low profile cap. Structured crown and polyester/cotton twill. Features the CF2 visor so you can easily shape it to fit your style, flat or curved. Black antiglare undervisor and an adjustable hook/loop tape closure. 3D replica logo. ',
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n\t\tOC Sports MLB Chicago White Sox Home Cap\n\t',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/57666/300/oc-sports-mlb-chicago-white-sox-home-cap.jpg'},
 'N3995473d2dd14b178e979a3a2916aa4d': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['alaTest has collected and analyzed 1 user review of Sony ECMXYST1M - Stereo Microphone from Amazon.com. The average user rating for this product is 5.0/5, compared to an average user rating of 3.8/5 for other Headsets on Amazon.com.'],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Sony ECMXYST1M - Stereo Microphone',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/3/d/Sony-ECMXYST1M-Stereo-Microphone-338598096.jpg'},
 'Nd31e9c9d55d040b4af8b5ba44b25e9fd': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'adizero Sport',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419412911683/zoom/672240_zoom.jpg',
  rdflib.term.URIRef('http://schema.org/Product/productID'): 'DW-V4065',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://adidasgolf.com/adizero-Sport/67224026.html'},
 'N4594c16dbc8c4eb390023c092d421aed': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Dualit Espressivo',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'N266715b5695543439c6910a4939fbb2f',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/f/7/Dualit-Espressivo-0.jpg'},
 'N8e3ec9714fe845c3a143074f8951446d': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://ashworthgolf.com/Performance-EZ-SOF-Long-Sleeve-Golf-Shirt/DW-WM206.html',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419412911683/zoom/Z56729_zoom.jpg',
  rdflib.term.URIRef('http://schema.org/Product/productID'): 'DW-WM206',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Performance EZ-SOF Long Sleeve Golf Shirt'},
 'Nc6ad86299d2f4a36817cc87ea4fa275c': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['An unimaginative racing game with no real worthwhile moments, Dragon Booster is just one of those titles that are hardly worth a glance for any Nintendo DS owner.'],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Dragon Booster- NDS',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/90x90/1/e/Dragon-Booster-NDS-0.jpg'},
 'Nc9e007c194a9405bb6d130ab1ee49979': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/description'): '\n            \n              Reach new and diverse customer groups and expand your market shareThe standard approach to marketing is to look for as many people as possible who fit one core customer profile. "How to Market to People Not Like You" challenges this traditional thinking about core customer bases, giving you a new approach to expand your customer base and your business.Arguing for focusing on customer values rather than demographics, "How to Market to People Not Like You" reveals how you can grow business and profits by targeting those who are different from your core audience, rather than those who share similarities.Reach unfamiliar new market segments with your productsLearn how to engage micro-segmented customer groupsAuthor\'s company was named one of the top ad agencies in the US by "Ad Age" Find out "How to Market to People Not Like You," understand the needs and values that distinguish diverse customers, and reach their hearts, minds, and wallets.\n            \n          \n\n\n\n\n\n          \n          \n            \xa0\xa0\xa0 SHARE THIS\n          \n\n          \n            \n            \n            \n            \n            \n            \n            \n            \n          \n        ',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://800ceoread.com/products/how-to-market-to-people-not-like-you-kelly-mc-donald-english///asset3.800ceoread.com/system/products/45/large/9780470879009.gif?1419057531',
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n          \n          How to Market to People Not Like You: "Know It or Blow It" Rules for Reaching Diverse Customers\n        ',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'N2fd67b07b97f4a9eab78944679db689b'},
 'N9569b3ef7a004806b169bcd1426d5343': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://800ceoread.com/products/leading-so-people-will-follow-erika-andersen-english///asset6.800ceoread.com/system/products/184/large/9781118379875.gif?1418369311',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'N6ee926de36aa4c8082736bc55dfb42e4',
  rdflib.term.URIRef('http://schema.org/Product/description'): '\n            \n              A unique take on leadership from a popular Forbes blogger and nationally-known leadership coach"Leading So People Will Follow" explores the six leadership characteristics that inspire followers to fully support their leaders. Using Erika Andersen\'s proven framework, new leaders and veterans alike have increased their capacity for leading in a way that creates loyalty, commitment and results. Step by step, Andersen lays out six key attributes (far-sightedness, passion, courage, wisdom, generosity, and trustworthiness) and gives leaders the tools for developing them. This innovative book offers a practical guide for building the skills to become a truly \'followable\' leader.Filled with examples from forward-thinking organizations such as Apple, NBC Universal, Union Square Hospitality Group, and MTV NetworksMaps out the six attributes of leadershipIncludes a free online Followable Leader assessmentAuthor Erika Andersen is one of Forbes\' most popular bloggers and coaches some of the most successful leaders in AmericaUsing self-assessments, real-world examples, and concrete tools, "Leading So People Will Follow" helps build timeless core skills that work for leaders in any field. \n            \n          \n            \n              \xa0\xa0\xa0 ABOUT THE AUTHOR\n            \n            \n              Erika Andersen is the founder of Proteus International, a consulting firm that works with many major corporations, including Molson Coors Brewing, MTV Networks, Union Square Hospitality Group, PepsiCo, Comcast, and Madison Square Garden.\n\n            \n            \n\n            \n              \xa0\xa0\xa0 REVIEW QUOTES\n            \n            \n              You recognize leadership when you see it, but many people tend to stumble when asked to come up with a definition. Not so for Andersen, who is a leadership coach and "Forbes" blogger. She couldn\'t be more direct and succinct as she breaks down the definition of leadership into six components or, more apropos to her discussions, the six attributes of a good leader--far-sightedness, passion, courage, wisdom, generosity, and trustworthiness. Her point and approach are to teach how to be an effective leader, supported by her fundamental philosophy that "when someone who is put in the \'leader\' seat doesn\'t demonstrate the leadership qualities for which human beings have a kind of built-in radar, that person is unlikely to be effective as a leader." To that end, she offers five "key behaviors" for each of the six leadership components. A book to read more than once and to consult many times."-- Brad Hooper, Booklist Online"\n\n            \n            \n\n\n          \n          \n            \xa0\xa0\xa0 SHARE THIS\n          \n\n          \n            \n            \n            \n            \n            \n            \n            \n            \n          \n        ',
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n          \n          Leading So People Will Follow\n        '},
 'N8e040a66c32f40e2b4fbf689933184e3': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://catalog.nfpa.org/2013-NFPA-72reg-National-Fire-Alarm-and-Signaling-Code-P1198.aspx',
  rdflib.term.URIRef('http://schema.org/Product/name'): '2013 NFPA 72®: National Fire Alarm and Signaling Code',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'N23a198e5f74243f98046ef381c48c072',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://catalog.nfpa.org:80/Assets/ProductImages/Codes/72SET13.png',
  rdflib.term.URIRef('http://schema.org/Product/sku'): '\n                                    NFPA_72'},
 'N0ec770bae6c14b1ea89d1eed0ff7f967': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['alaTest has collected and analyzed 187 user reviews of Sony 211566803 Replacement Pad for Sony MDR-7506 and MDR-V6 Headphones from Amazon.com. The average user rating for this product is 3.5/5, compared to an average user rating of 4.1/5 for other Speakers on Amazon.com.'],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Sony 211566803 Replacement Pad for Sony MDR-7506 and MDR-V6 Headphones',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/90x90/d/2/Sony-2-115-668-03-SONY-211566803-EAR-PAD-FOR-HEADPHONES-166000082.jpg',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'N3f4fc2ba042849d1ac3dbbdaee0b0677'},
 'N399776a94d254e6dbf9d9d6ee98a74d1': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'موسيقى آلات نحاسية',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://i00.i.aliimg.com/photo/v0/104415422/Brass_Music_Instrument.jpg'},
 'N6bcd4ed1d45344cb9145084760e0d855': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'Ne43cd985eca3429ebb62c310906eca88',
  rdflib.term.URIRef('http://schema.org/Product/description'): "ICS Clock Widget.\nResizable Widget in Launcher. I didn't really like the orignal stock clock so I decided to modify it a bit to match my screens colors. Figured I would share it :)\n\nDon't forget to Rate it!\n\n\n\n\n\n\nTAGS:\nAnnex, ICS, Ice Cream Sandwich, Blue, Clock, Widget",
  rdflib.term.URIRef('http://schema.org/Product/name'): 'ICS Clock Widget -   FREE',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://androlicious.com/details/annex.widgets.ICS.AnalogClock//images/Personalization/a/annex.widgets.ICS.AnalogClock_icn.png',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Nf8f48a6b01ce4ca6966bd3106974eb09'},
 'Nb3f3b30694074cdc9b9d2b8ddf405521': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/productID'): 'DW-BB052',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419240262656/zoom/Z58291_zoom.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Angular Heathered Blocked V-Neck Sweater',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://adidasgolf.com/Angular-Heathered-Blocked-V-Neck-Sweater/DW-BB052.html'},
 'N929b1ebd937c4721bccabf33cabf8947': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://wfpquantum.s3.amazonaws.com/images/autos/autos/medium/r0exhattudwp5higv90t-10608030.jpg',
  rdflib.term.URIRef('http://schema.org/Product/manufacturer'): 'Dodge',
  rdflib.term.URIRef('http://schema.org/Product/model'): 'Grand Caravan',
  rdflib.term.URIRef('http://schema.org/Product/name'): '2013 Dodge Grand Caravan SE Wagon',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://autos.winnipegfreepress.com/auto-for-sale/Dodge/Grand-Caravan/category-3/id-343821/',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'N1f54b1c3adca4137b6d49b5e13310dd9'},
 'Nc75f9859683f4f9d8d547d46b914fc16': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'NFPA 1: Fire Code, Prior Years',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://catalog.nfpa.org/NFPA-1-Fire-Code-Prior-Years-P1591.aspx',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://catalog.nfpa.org:80/Assets/ProductImages/Codes/0112.png',
  rdflib.term.URIRef('http://schema.org/Product/sku'): '\n                                    NFPA_1_PRIOR',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'N10253995073944fab0faec37470c798c'},
 'Nf12cc923e9df480497f1ee1e498b84e9': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://catalog.nfpa.org/2012-NFPA-497-Recommended-Practice-for-the-Classification-of-Flammable-Liquids-Gases-or-Vapors-and-of-Hazardous-Classified-Locations-for-Electrical-Installations-in-Chemical-Process-Areas-P1321.aspx',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://catalog.nfpa.org:80/Assets/ProductImages/Codes/49712.png',
  rdflib.term.URIRef('http://schema.org/Product/sku'): '\n                                    NFPA_497',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'N265665b0b2954f47a4289200f8d4b605',
  rdflib.term.URIRef('http://schema.org/Product/name'): '2012 NFPA 497: Recommended Practice for the Classification of Flammable Liquids, Gases, or Vapors and of Hazardous (Classified) Locations for Electrical Installations in Chemical Process Areas'},
 'N7fb4f8deadeb4b0f8fcf1afe6de02cef': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n\t\tCOLLEGIATE Florida St. 2-Sided 11" x 18" Car Flag\n\t',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'COLLEGIATE Florida State Seminoles 2-Sided 11" x 18" Car Flag. Show your team spirit proudly with this car flag from BSI Products. Each 11-inch x 18-inch car flag is made of heavy-duty 150 denier polyester and lined for clear visibility from both sides. The officially licensed car flags are decorated in the team colors, attach easily and securely to your car windows, and showcase the detailed team graphics on both sides. Comes with free wall mount kit.',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/35033/300/collegiate-florida-st--2-sided-11-x-18-car-flag.jpg',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Bsi Products'},
 'Nefb23fc7ec1249cfa699843c744212fb': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/sku'): '\xa0AA712-39371',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://s7.andersonfloors.com/is/image/ShawIndustries/AA712_39371_MAIN?$af_topdown$',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Copper Kettle'},
 'Nc63db83c1ac0462f8eeaa4fdf5d97edd': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/16123/300/alleson-567p-adult-extreme-mesh-athletic-shorts.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n\t\tAlleson 567P Adult eXtreme Mesh Athletic Shorts\n\t',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'Alleson 567P Adult eXtreme Mesh Athletic Shorts. This short is made of 100% eXtreme mesh Cationic colorfast polyester 70 denier tricot mesh with moisture management finish. It features a unisex fit, double thickness body, a 1 1/2" covered elastic waistband with inside drawcord, and 7" inseam',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Alleson Athletic'},
 'Ne05a720c78ba490598731a4904cde700': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/39897/300/tri-mountain-ashley-womens-woven-dress-shirt.jpg',
  rdflib.term.URIRef('http://schema.org/Product/description'): "TRI MOUNTAIN Ashley Women's Woven Dress Shirt.  Women's 5.6 oz. 96% cotton/4% spandex short sleeve woven shirt. Pleats along front body add interest and provide a flattering fit. Fabric's subtle sheen and ruching along front shoulders adds a feminine touch. Stylish two-button cuff.  Styles that are easy wash and wear with machine wash and tumble dry.",
  rdflib.term.URIRef('http://schema.org/Product/name'): "\n\t\tTRI MOUNTAIN Ashley Women's Woven Dress Shirt\n\t",
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Tri Mountain'},
 'N64543c9659eb4766892df926bd6a2c43': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['Especially on a compact/lightweight Canon EOS Digital Rebel XTi, the 50-150mm zoom never became a burden during an all-day hike with my family.'],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Sigmaâ??s APO 50-150mm f/2.8 EX DC HSM',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/8/c/8cf2a50f8ec7cb242501f1a2fbc39c60.jpg'},
 'Nbb702af4ed4c437e97aca8656f1a1d6e': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ["There's plenty to like about RIM's BlackBerry 7130e, especially its roomy screen, its compatibility with multiple e-mail clients, and its broadband-level data connections. Unfortunately, this standard cell phone also has some major flaws, especially...",
   'The 7130e is one of the few BlackBerry devices that lacks a QWERTY keyboard--and we miss it.',
   "Verizon Wireless brings broadband speeds to mobile e-mail's gold standard.",
   'alaTest has collected and analyzed 2 user reviews of BlackBerry 7130e from Amazon.com. The average user rating for this product is 1.0/5, compared to an average user rating of 3.8/5 for other Cell phones on Amazon.com.',
   "The 7130e's faults are those of all BlackBerrys: no voice dialing, limited Bluetooth, and poor multimedia and gaming capabilities compared with other handhelds such as the Treo 650. But those issues usually don't matter to RIM's e-mail-focused customers.",
   'You are never offline with this Black-baby...',
   "The RIM BlackBerry 7100g's 2.1-inch, 65,000-color-plus screen is easy on the eyes with plenty of detail, thanks to its 240x260-pixel resolution. You can change the font size and style, as well as switch on antialiasing to smooth the rough edges of...",
   "Like the rest of the BlackBerry 7100 series, the RIM BlackBerry 7130e sports a design that's more cell phone than PDA. It resembles an oversize candy bar phone (4.6 by 2.2 by 0.9 inches), but it is relatively light (4.7 ounces) and feels good in the...",
   'Photograph: Chris Manners'],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/5/4/RIM-BlackBerry-7130e-0.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'BlackBerry 7130e',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'With the BlackBerry 7130e, you enjoy the total integrated wireless experience in a sleek and stylish design. The BlackBerry 7130e puts top-of-the-line features, such as, speakerphone, Bluetooth technology, instant messaging, polyphonic ringtones and Ev-DO technology for fast email, application and browser speeds, into a sleek and stylish handset. You can compose messages quickly with SureType technology, which combines a traditional phone keypad and familiar QWERTY keyboard for a familiar dialing and typing experience.'},
 'N479c2ce45c894325ac32ce7c6f30efdd': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['It comes on automatically one half hour prior in the morning and is Ready for fresh coffee. It has energy saver setting and its very attractive and built to give you perfect cups of what ever you brew every time! Its the only perfect coffee-expresso...',
   'Jura Impressa Z5 Automatic Coffee Machine',
   'I got a refurbished unit, however it was scratched in several places.',
   'This is my second purchase of the Capresso Jura Impressa Z5, I love it some much, I decided to buy one for my vacation home',
   'Very high-end machine, looks just like new.',
   'We have two homes & first bought a Z5 for one but soon realized no other coffee maker can compare so had to get a second Z5 for our second home. We love them!',
   'This is the most sophisticated and yet the simplest small appliance I have ver bought and owned',
   'Jura Z5 Generation 2 is a twin-milk frothing that produces 2 sups of latte and cappuccino in one serving. It includes a double thermoblock heating, assorted dose brewing and bean management. It also has a programmable hot water volume, variable brewing...',
   "Best use is when I get up in the morning with 3 children under the she of 6. I hit the one touch button and have a cappuccino as I\\'m getting there breakfast ready."],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Jura Impressa Z 5 13205/13206/13263',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/0/2/Jura-Impressa-Z-5-13205-13206-13263-165258357.jpg',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'Nb78178ba82304f3e890607a03cf35168'},
 'N697e9e630c18430dbcb507c3b8af4bdf': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/sku'): '\xa0AA712-39521',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Covered Bridge',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://s7.andersonfloors.com/is/image/ShawIndustries/AA712_39521_MAIN?$af_topdown$'},
 'N07bfb175938d44ba803189ddca4387a7': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/productID'): 'Z2525332',
  rdflib.term.URIRef('http://schema.org/Product/name'): '3-Stripes Short',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://adidasgolf.com/3-Stripes-Short/Z2525332.html',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419672021462/zoom/Z25253_zoom.jpg'},
 'Nc5b5f74ad71f46c8a4b3ec60dcf230e9': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'Ne7974cb0bb5b40d1b63415fbc97c23c4',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'Vos Taffeta Nylon Jackets W/ Hood. Fully lined witih heather gray flannel fleece. 2 outside zipper pockets. Elastic cuff and waistband. Front zipper and hood. Several colors available.  Top Selling Item.',
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n\t\tVos Taffeta Nylon Jackets W/ Hood\n\t',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/18688/300/vos-taffeta-nylon-jackets-w/-hood.jpg',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Vos Sports'},
 'Nf40ba3cae7db49749958c97feb06894d': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n\t\tBadger Youth B-Core Short Sleeve Performance Tees\n\t',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/11245/300/badger-youth-b-core-short-sleeve-performance-tees.jpg',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Badger Sport',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'The Badger Sport 2120 Youth B-Core Short Sleeve Performance Tee features 100% Polyester moisture management/antimicrobial performance fabric, self fabric collar, Badger sport paneled shoulder for maximum movement, double-needle hem with tack, and Badger heat transfer logo on left sleeve.'},
 'Nfcd9a62daff8492991b5fb3ec6879e4b': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/reviews'): 'Na35396e1b19d481b847d4b35c15f05c5',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'BadLink Check -   FREE',
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'N8ebc1ac4ef4a420a9885f9358d01f5d8',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'BadLink Check, developed by AegisLab, can protect you from web threats on Internet.\n-Support HTTP/HTTPS\n-Block suspicious link before actually visiting the page.\n-Provide Google Safe Browsing/Unmask Parasite reports for suspicious link\n-In memory black/white list\n-Currently support default browser only',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'N7654afe0adb74a8899b0ff78e35810f0'},
 'Ndb2b8e891f8f43a5bebf4c26e2da027f': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): "Depositphotos'"},
 'N27d5819970b34722bb444a45b3e1d852': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['alaTest has collected and analyzed 255 user reviews of Proscan 19-Inch LED HDTV with Built-In DVD Player from Amazon.com. The average user rating for this product is 3.6/5, compared to an average user rating of 4.1/5 for other Monitors on Amazon.com.'],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Proscan 19-Inch LED HDTV with Built-In DVD Player',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'N1611031bdd8a420fbd7ce762ca785b2b',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/c/1/Proscan-19-Inch-LED-HDTV-with-Built-In-DVD-Player-167624271.jpg'},
 'N3999610baf914f7ba38d9c87632aeca5': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://catalog.nfpa.org/2013-NFPA-72reg-National-Fire-Alarm-and-Signaling-Code-P1198.aspx',
  rdflib.term.URIRef('http://schema.org/Product/name'): '2013 NFPA 72®: National Fire Alarm and Signaling Code',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://catalog.nfpa.org:80/Assets/ProductImages/Codes/72SET13.png',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'N884e4e7f3e9a42dab5db7177e1181f0e',
  rdflib.term.URIRef('http://schema.org/Product/sku'): '\n                                    NFPA_72'},
 'N0be650da6f7e43cfb7a0b1d398a7c20a': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Microfiber Herringbone Flat Front Pant',
  rdflib.term.URIRef('http://schema.org/Product/productID'): 'DW-TG942',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://ashworthgolf.com/Microfiber-Herringbone-Flat-Front-Pant/DW-TG942.html',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419585548991/zoom/Z62094_zoom.jpg'},
 'Nc3d62fbbfc484119bbde6249439e3b7c': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['alaTest has collected and analyzed 77 user reviews of Merkury Retro Headphones - Black from Amazon.com. The average user rating for this product is 3.9/5, compared to an average user rating of 3.9/5 for other Headphones on Amazon.com. Reviewers really like the durability and comfort. The design and sound also get good feedback, whereas many are negative about the reliability.',
   'alaTest has collected and analyzed 3 user reviews of Merkury Retro Headphones - Black from Amazon.co.uk. The average user rating for this product is 5.0/5, compared to an average user rating of 3.9/5 for other Headphones on Amazon.co.uk. Reviewers are impressed by the sound. The design also gets good views. Some have doubts about the portability.'],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/f/f/Merkury-Innovations-M-HR110-Retro-Headphone-Black-0.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Merkury Retro Headphones - Black'},
 'N474a4f1475834b0eb6943de78124eaba': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'N4f5b884f5d7d42eaaf5dee397ba5fa96',
  rdflib.term.URIRef('http://schema.org/Product/dateModified'): '2014-12-21',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'فندق ويستين ميشيغان أفنيو، شيكاغو'},
 'N1fe42ae3cb3344a0bd0ff9466defdb27': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'Nde9f8c55a102478f99f03eec35fff5c6',
  rdflib.term.URIRef('http://schema.org/Product/reviews'): 'Ne6e24be5ca514107a7bcbed7aa029bd7',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'N2c234ce9176642c0b4b3e84563a7931e',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'WARNING: ONLY WORKING FOR ANDROID 2.3.x AND BELOW! (Not enough support to sustain the program  :()\n\nCheck the best athlete  marks for the World Championships, Olympic games, youth best performances..., all in track and field.\n\n- All marks by event (100m, 200m, triple jump, long jump, high jump, shot put, javelin, decathlon ...)\n- All marks by athlete\n- Progression of the athlete in a graph\n- Google map location of the event\n- It works offline\n- Automatic updates for 2011\n- More track & field databases available (since 2002)\n- World records table (indoor and outdoor)\n- Marks provided by IAAF\n- Ads version (check paid version)\n\nIMPORTANT!: you have to activate season databases from settings.',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Athletics Stats (Free) -   FREE',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://androlicious.com/details/com.totaldevel.android.athleticsstats.ads//images/Sports/c/com.totaldevel.android.athleticsstats.ads_icn.png'},
 'N36b1e01b3fd94f078a4c468bc6908b49': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/2259/300/high-five-baseball-undershirts-3/4-length-closeout.jpg',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'High 5 Baseball Undershirts 3/4 Length-Closeout. 50% polyester/50% cotton jersey fabric, white body with contrasting neck trim and 3/4-length raglan sleeves. Scooped shirttails. Top Selling Item.',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'High Five',
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n\t\tHigh Five Baseball Undershirts 3/4 Length  - Closeout Sale\n\t',
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'N22a273a88e29494298517f436d5f850d'},
 'N6130d4c74596499c93ce6c7c0acd1bc2': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): "Depositphotos'"},
 'Ndc3407080ebe4aedbad06a371f1d31e6': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Teamwork',
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n\t\tTeamwork Cool Mesh Hair Scrunchies\n\t',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/13433/300/teamwork-cool-mesh-hair-scrunchies.jpg',
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'N87a4ad2a4b6c4f48a05651650ac8b74d',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'Teamwork Cool Mesh Hair Scrunchies. Dazzle or Cool Mesh Hair Scrunchie. Polyester Dazzle Cloth Excellent stretch characteristics for comfort. Cool Mesh Hair Scrunchie - Cool Mesh Moisture Management Fabric.'},
 'N0da0687837444972a49d235517d2442e': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Ndc2494865078419ab1f351d6885654fd',
  rdflib.term.URIRef('http://schema.org/Product/reviews'): 'N296a0404708141efbd1b9f8f2906d3e4',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://androlicious.com/details/com.seoreview.app//images/Tools/c/com.seoreview.app_icn.png',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'SEO Automatic Pro -   9.99 USD',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'This app shows all the same ranking factors as the free version, but also allows you to email your report. For ANY support issues, please go to http://www.seoautomatic.com/forum, or email support@seoautomatic.com, or phone us 8am to 5pm PST',
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'N5359991dd3cd4cddaeb32ef45e0323e1'},
 'Nfc4e9ca08f314f0dba92a2857adce751': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419585548991/zoom/671949_zoom.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'puremotion',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://adidasgolf.com/puremotion/67194931.html',
  rdflib.term.URIRef('http://schema.org/Product/productID'): '67194931'},
 'N91ccc1ad6ac741b9989a7eb7001fae3a': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'Nee1d5d9ad4974be1819ed67a05787776',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/57393/300/augusta-womens/girls-hit-volleyball-jersey.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): "\n\t\tAugusta Women's/Girls' Hit Custom Volleyball Jersey\n\t",
  rdflib.term.URIRef('http://schema.org/Product/description'): "Augusta Sportswear Women's & Girls' Hit Volleyball Jersey wicks moisture and has a heat sealed label. With a contrasting self fabric v-neck collar, set in sleeves and contrasting side panel with white triangular insert at hem. ",
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Augusta Sportswear'},
 'N37753aca19ff4a259bbc3ff03e56e51a': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): '2013 Dodge Grand Caravan SE/SXT',
  rdflib.term.URIRef('http://schema.org/Product/model'): 'Grand Caravan',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://wfpquantum.s3.amazonaws.com/images/autos/autos/medium/m9g8bvbfzkx3z9tm9ojh-10799014.jpg',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'N8abcc0170c6b4bf8a9fdb74660855c3e',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://autos.winnipegfreepress.com/auto-for-sale/Dodge/Grand-Caravan/category-3/id-350202/',
  rdflib.term.URIRef('http://schema.org/Product/manufacturer'): 'Dodge'},
 'N8530a58c3cb744d1b7d20b6adb04931c': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/46010/300/mlb-dodgers-ceramic-gameball-mug-set-of-2.jpg',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Great American Products',
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n\t\tMLB Dodgers Ceramic Gameball Mug Set of 2\n\t',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'MLB Los Angeles Dodgers 15oz. Ceramic Gameball Mug Set of 2. This set includes two large ceramic gameball mugs decorated with a high-quality metal team logos.'},
 'N3eb21a67f5624eaa98309c80bd16ed0e': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'Ndc737bfcacec4cf9a89fa29e34e482bc',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'Enjoy excellent performance, connectivity, picture quality with enhanced clarity on Professional P1913 19-inch Widescreen Flat Panel Monitor from DellTM. The dynamic contrast ratio of 2 million: 1 provides to work in razor-sharp clarity, and experience smooth, jitter-free moving images. Get excellent clarity and rich images with 1400 x 900 at 60 Hz resolution with a color depth of 16.7 million colors. Additionally, high response time of 5 ms designed to reduce ghosting and deliver razor sharp images. This monitor is an ideal complement to your office environment, helping to boost productivity and efficiency in the workplace. This monitor comes with an array of video connectors to meet your various video connectivity requirements such as VGA and DVI with HDCP which helps deliver no jitter high quality digital images and excellent color uniformity.You can easily plug and play with the two USB Connectors. Thanks to the lower power consumption with LED technology, PowerNap and Dynamic Dimming, you can also see potential cost savings over time!The P1913 is designed to comply with the latest energy-efficiency standards, including ENERGY STAR®, EPEAT Gold, TCO, CEL compliant. Additionally, the EPEAT Gold rating on the P1913 helps ensure that your organization stays aligned with the highest environmental standards. With all such impressive features and more, the P1913 is an ideal choice for your smart and modern lifestyle!Dell branded monitors undergo exhaustive testing for performance, reliability, durability and compatibility with Dell systems.',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'DELL',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://accessories.dell.com/sna/products/Gaming_Accessories/productdetail.aspx?c=ca&l=en&s=bsd&cs=cabsdt1&sku=320-9715',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://snpi.dell.com/snp/images/products/large/en-ca~320-9715/320-9715r1.jpg',
  rdflib.term.URIRef('http://schema.org/Product/manufacturer'): 'Dell',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Dell 19 Monitor - P1913',
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'Nefb751fd3061418280b56cc57f521976'},
 'N1425b72eb6b54b80bc6ceb4241a67e86': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'Neca3001e174d4efab8fc8b36f36b3cdf',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://autos.winnipegfreepress.com/auto-for-sale/Dodge/Grand-Caravan/category-3/id-353810/',
  rdflib.term.URIRef('http://schema.org/Product/model'): 'Grand Caravan',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://wfpquantum.s3.amazonaws.com/images/autos/autos/medium/e88te8r6jhvmaikopgmb-10799968.jpg',
  rdflib.term.URIRef('http://schema.org/Product/manufacturer'): 'Dodge',
  rdflib.term.URIRef('http://schema.org/Product/name'): '2014 Dodge Grand Caravan SE/SXT'},
 'N0a811bbf229a4905a425551a8a3794c5': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/sku'): '\n                                    NFPA_70',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'NFPA 70®: National Electrical Code® (NEC®)',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://catalog.nfpa.org/NFPA-70reg-National-Electrical-Codereg-NECreg-P1194.aspx',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'Nda07c04279734166b6caa5d3202fd1b4',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://catalog.nfpa.org:80/Assets/ProductImages/Codes/70SET14.png'},
 'N7f10ebb30ac247cb8b6a2d794d6edb37': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'Ne15bf7a991f54341a2c9c273a540e61d',
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n\t\tChampro Oversized Custom All -Purpose Equipment Bags E10\n\t',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/8408/300/champro-oversized-all-purpose-equipment-bags-e10.jpg',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Champro Sports',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'Champro Oversized All-Purpose Equipment Bags. 36"L x 16"W x 16"H. PU Coated 600D Polyester. Square End Design for Maximum Capacity. Wrap Around Web Handles. Hard Bottom. Holds 12 basketballs, 14 volleyballs, 14 size 5 soccer balls or all the equipment a little league team needs Top Selling Item.'},
 'Nec42cd8632954158934cbf7e9c6bd8d4': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'ClimaLite Stretch Twill Bermuda',
  rdflib.term.URIRef('http://schema.org/Product/productID'): 'DW-CJ049',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://adidasgolf.com/ClimaLite-Stretch-Twill-Bermuda/DW-CJ049.html',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1418915254783/zoom/Z24208_zoom.jpg'},
 'N48b56d60b14e4af2934352f12e2f1610': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/reviews'): 'Nf79e1874c2e8407ca166a76043bec397',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://androlicious.com/details/tilston.fakecallerpro//images/Entertainment/t/tilston.fakecallerpro_icn.png',
  rdflib.term.URIRef('http://schema.org/Product/description'): "Fake Caller Pro allows users to set the name and photo of a caller and a time for them to call you. So you can get out of meetings and blind dates when you don't want to be there!",
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Fake Caller Pro -   3.19 USD',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Nc8b380f932df42b9b6eeee6aecffb529',
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'N4b410e1b404f4d1eb619c6eb6f316283'},
 'N4096150df6a14736b2439755fb745add': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Dickies',
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n\t\tDickies Womens Juniors Gen Flex Cargo Scrub Pants\n\t',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/56083/300/dickies-womens-juniors-gen-flex-cargo-scrub-pants.jpg',
  rdflib.term.URIRef('http://schema.org/Product/description'): "The Dickies Women's Junior Gen Flex Youtility Cargo Scrub Pant is a Dickies Original Junior Fit 9 pocket utility pant that features an all around elastic waistband with wide belt loops, drawstring waist, two back pockets, front shaped pockets with additional sectional pockets and ID bungee loop, multi-needle contrast topstitching, two cargo pockets, motion knee darts and a straight leg. Cotton/Poly/Spandex fabric."},
 'N2ecd20e50be041a29ea78552ca7f95a5': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/sku'): '\n                                    NFPA_30_PRIOR',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'Ne9536d290ab1448fbf9cd61701ccee21',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://catalog.nfpa.org:80/Assets/ProductImages/Codes/30SET12.png',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://catalog.nfpa.org/NFPA-30-Flammable-and-Combustible-Liquids-Code-Prior-Years-P13755.aspx',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'NFPA 30: Flammable and Combustible Liquids Code, Prior Years'},
 'N6806409b9e974cc1baddf91bf858b678': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/manufacturer'): 'Samsung',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Samsung 32-inch LED TV - UN32EH4003FXZA HDTV',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://accessories.us.dell.com/sna/productdetail.aspx?c=us&l=en&s=gen&sku=A6351207',
  rdflib.term.URIRef('http://schema.org/Product/description'): "Experience the sharp picture quality, even when you are watching wild-moving images like sports or action movies with Series 4 32-inch UN32EH4003FXZA 720p LED HDTV from Samsung®. This HDTV features Wide Color Enhancer plus Technology which allows you to see picture color the way the director originally intended. With Clear Motion Rate of 60Hz this LED TV can display action-packed movement with sharp detail and vivid contrast while eliminating image distortion. Plus, the Dolby® Digital Plus/Dolby® Pulse is an advanced surround sound feature that optimizes the TV's audio from connected devices. Plus the SRS Theater Sound® delivers surround sound multichannel content using built-in TV speakers. Additionally, you can connect USB drives or other external hard drives to your TV with Connect Share™ Movie. Comprising of such prominent features this LED HDTV brings pleasure to your home entertainment experience.",
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://snpi.dell.com/snp/images/products/large/en-us~A6351207/A6351207r7.jpg',
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'N5abd5240857c483086b0e4a12a29597f',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'SAMSUNG'},
 'N27b8f7cc882645b3acec089c84e70f71': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://catalog.nfpa.org/2013-NFPA-72reg-National-Fire-Alarm-and-Signaling-Code-Self-Guided-Online-Courses-P816.aspx',
  rdflib.term.URIRef('http://schema.org/Product/sku'): '\n                                    OL72',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://catalog.nfpa.org:80/Assets/ProductImages/Online_Courses/OL72KIT.png',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'N7d01ce1dbfb741ad83e563734b79e0fa',
  rdflib.term.URIRef('http://schema.org/Product/description'): "\n                        \n\n\n\n\n2013 NFPA 72®: National Fire Alarm and Signaling Code Self-Guided Online Course Series\n\xa0\nGain a broad understanding of fire alarm and emergency signaling systems through the 2013 NFPA 72 Self-Guided Online Course Series.\nYour first step in fire alarm and signaling systems training, NFPA®'s 6-part online course series spans every aspect of the process -- from design to ITM. Created by the leading experts in NFPA code compliance, this online training program covers current technology and the applicable requirements from building, fire, and life safety codes including the 2013 NFPA 72: National Fire Alarm and Signaling Code and NFPA 70®: National Electrical Code® (NEC®).\nWork at your own pace through in-depth, online courses focused on individual subject areas. Developed by industry experts, these self-guided online courses pave the way for additional professional training from NFPA, the fire safety leader and code source.\nUpon completion you should be able to:\n\nExplain how building, fire, and life safety codes impact the requirements for fire detection and alarm systems\nDetermine how NFPA 72 is used to design, install, and maintain a fire detection and alarm system and how the Code is structured\nDescribe the general types of initiating devices\nDefine common terms associated with notification appliances\nCite general requirements associated with notification appliances\nIdentify the basic types of circuits\nRecognize how different circuit types operate under various conditions\nIdentify the different types of off-premises signaling systems and cite general requirements associated with them\nDefine terms related to the inspection, testing, and maintenance of fire alarm systems\nRecognize general requirements for the inspection, testing, and maintenance of fire alarm systems\n\n\xa0\nWho Will Benefit: Anyone whose job involves designing, reviewing, evaluating or installing fire alarm systems, including: designers, installers, electrical contractors, architects, auditors, and project managers.\nContinuing Education Credit: Complete this course series and qualify for .6 CEUs.\xa0Completion of each individual course qualifies you for .1 CEU. Upon successful completion of a course or the course series, participants will be prompted to download the CEU certificate directly from the course site.\nPlease verify applicability with your professional board before registering.\n\n                    ",
  rdflib.term.URIRef('http://schema.org/Product/name'): '2013 NFPA 72®:  National Fire Alarm and Signaling Code Self-Guided Online Courses'},
 'Nc4dcf2406bdb4a20b0432a2b238e9a75': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419585548991/zoom/674710_zoom.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Womens adizero Sport',
  rdflib.term.URIRef('http://schema.org/Product/productID'): 'DW-V3997',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://adidasgolf.com/Womens-adizero-Sport/DW-V3997.html'},
 'Ne68f4b31838d49dfaa79b92d66bf603e': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'Nbcb9551cf0b04c5fbb906e59423b4f70'},
 'Nbcde463e2a5f437ebee4bb45f646b63a': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419412911683/zoom/Q47097_zoom.jpg',
  rdflib.term.URIRef('http://schema.org/Product/productID'): 'DW-V3974',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'crossflex',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://adidasgolf.com/adidasGolf/footwear/DW-V3974.html'},
 'Na00f00542f9e4523983a601e70d46c11': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): "Depositphotos'"},
 'N9e66e80f73fe49c2b0a8270d3a11358e': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n\t\tTRI MOUNTAIN Century Convertible Cycling Jacket\n\t',
  rdflib.term.URIRef('http://schema.org/Product/description'): "TRI MOUNTAIN Century Convertible Cycling Jacket.  Men's convertible cycling jacket. Designed for cyclists, but perfect for anyone encountering unpredictable weather, this men's lightweight shell jacket also converts into a vest. Made of a windproof/water resistant diamond dobby polyester, the vented back yoke has a mesh panel underneath to increase breathability. Zip-off sleeves can be stored in zippered back pocket. Plenty of additional storage with a zippered chest pocket and two side pockets. Reflective piping enhances visibility and adds style. Elastic cuffs and draw-cord bottom hem for a custom fit. Brushed tricot along inner collar from comfort and warmth. Inner storm flap.  Features heat transfer label for greater comfort.",
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Tri Mountain',
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'N332c4e6897b2421595973bb36c975337',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/40621/300/tri-mountain-century-convertible-cycling-jacket.jpg'},
 'N9bd7e108fe9c4240b499c2ba759e68f5': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['alaTest has collected and analyzed 1 user review of Vixen VMC110L with SkyPod (25006) from Amazon.com. The average user rating for this product is 4.0/5, compared to an average user rating of 4.1/5 for other Binoculars on Amazon.com.'],
  rdflib.term.URIRef('http://schema.org/Product/description'): 'The Vixen VMC110L, a 110 mm (4.33 inch) aperture modified Cassegrain f/9.4 optical tube. Its features include a curved vane secondary mirror spider to reduce diffraction effects, and a correcting meniscus lens just ahead of the Secondary Mirror as its larger cousins the VMC200L and VMC260L incorporate.   The Skypod is a unique portable alt-azimuth computer controlled "Go To" mount that evolved from the very successful Vixen Sphinx mount. The Skypod incorporates a compact computer controlled Alt-Az system that automatically slews the telescope from one object to another. The 22,000 plus object data base provides an endless variety of objects to view and is upgradeable.This new and portable GoTo travel mount uses the modified Starbook S hand controller that offers the same practical user concept of the Sphinx controller. A display shows a map of the sky so that you always know where you are.  The controller is integrated into the mount. You can take it off for remote control, but you can always put it back for save storage and transport. This means that for transport you can avoid all the separate small parts that are otherwise easily lost.Because the Skypod it is based on Vixens flexible mounting system, a wide variety of telescopes will easily and quickly attach to this mount. Skypod provides good portability combined with ease of use and versatility. You can store the mount and the telescope separately. For airline traveling you can take the VMC110L along as carry-on luggage while the mount goes with the rest of your luggage.',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/2/3/Vixen-VMC110L-with-SkyPod-and-Tripod-0.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Vixen VMC110L with SkyPod (25006)'},
 'N4f772ac5022c4fc2b76d27be4596ebf2': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): '2010 Dodge Grand Caravan SE',
  rdflib.term.URIRef('http://schema.org/Product/manufacturer'): 'Dodge',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://autos.winnipegfreepress.com/auto-for-sale/Dodge/Grand-Caravan/category-3/id-351284/',
  rdflib.term.URIRef('http://schema.org/Product/model'): 'Grand Caravan',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://wfpquantum.s3.amazonaws.com/images/autos/autos/medium/yejh85etr23xm2l3n1sm-10745416.jpg',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'N5e99a6a5105741f3a2c861fd2af9e304'},
 'Ned8df58ff7f247c184956336f6f8e946': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): '2006 Jaguar XKR Convertible',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Nc13c5a57023947cd964bfb367eac8872',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://imageonthefly.autodatadirect.com/images?width=380&height=287&img=CAB60JAC052A0101.jpg',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'Nbf465bcbdd904c66a449aab91baae4e1',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://autos.jdpower.com/research/Jaguar/XKR/2006/Convertible/index.htm//research/Jaguar/XKR/2006/Convertible/index.htm'},
 'N2a8e3eb8e8844cdaa255fa449eaee73b': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['The BenQ SP840 is a stunningly bright projector with a 4,000 lumens lamp. It means that you should be able to use it in any room without having to dim lights or close curtains. This brightness also makes the SP840 far more suitable as a living room TV...',
   'alaTest has collected and analyzed 2 user reviews of BenQ SP840 from Amazon.co.uk. The average user rating for this product is 5.0/5, compared to an average user rating of 4.2/5 for other Projectors on Amazon.co.uk. Reviewers really like the price. '],
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'N35c2ed9654db43228df0577dc45cfb85',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'BenQ SP840',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/f/4/BenQ-SP840-345924706.jpg'},
 'N65ab677bea9d4da9a6e6c27d6a4779e0': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/description'): 'Check out sandcastle1 on Cubify at http://cubify.com/Store/Design/AL98QAW7QL #getthereeasy',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'sandcastle1',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://cubify.blob.core.windows.net/account/QHUHU2JGQ9/GOUAOFHO5W/cb863880-2a9e-457b-ae6d-574d9b46e49f_e719dda8-c96b-4242-bccb-bfa5c28e061c_08fb68af-884d-4b5f-89f3-89'},
 'N143e0ea3f9044f2492874f4829742a51': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'Null',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'N36247cf8accc4397be90c889b0702803',
  rdflib.term.URIRef('http://schema.org/Product/description'): "\n'Play It Loud: Melbourne Drop Vol 4' contains even more crazy lead loops along with outstanding pitched vocal loops typical of the newest rising Club House genre that is Melbourne Bounce. Inside you will find tonal fat bass loops created to 'bounce out' of every speaker in the world. Nothing more to say, it's a total must have!\n",
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Digital Fire Presents the Sounds of Sylenth Masterpack Vol.2\n'},
 'N9eb7102bb2244b3ba2cd497f188ce3f7': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): "Depositphotos'"},
 'Nee77dae7288e46059fafd01d0a2e267b': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ["We used this on a trip to Myrtle Beach last year and it worked really well. It learns as you go so if you want a different route than the one it planned just keep driving on your route and it will adjust. Just be careful while talking that you don't...",
   'Got a great deal on a refurbished unit -- looked new to me. This replaced an old Garmin unit that was passed its prime and represented a solid upgrade in screen size, voice prompts, map updates and traffic. The voice command function is a little flaky,...',
   "I've owned several GPS's in the past. This is the best of the lot.",
   'alaTest has collected and analyzed 60 user reviews of Garmin GPS V GPS from Amazon.co.uk. The average user rating for this product is 3.1/5, compared to an average user rating of 3.9/5 for other GPS on Amazon.co.uk. Reviewers are impressed by the usability. The voice guidance also gets good feedback, whereas some have doubts about the performance and price.',
   'Great features for the money especially the blue tooth, lifetime maps and lane assist. There were some issues with the usb port. It was very unstable with Windows 7 and Vista. It worked great with my XP laptop. The software and maps updated in minutes....',
   'My 4th Tom Tom and I love each one as I get more advanced ones each time and this one with lifetime updates!',
   'I have always had a GPS but this the best. IT takes a while to grasp all the new features but we live in the 21st century so this is how we do it.',
   'alaTest has collected and analyzed 348 user reviews of Garmin GPS V GPS from Amazon.com. The average user rating for this product is 4.2/5, compared to an average user rating of 4.0/5 for other GPS on Amazon.com. Reviewers are impressed by the price and screen. The voice guidance and usability also get good feedback. ',
   'I have had several Garmins, this is the best one yet. use it daily for work, Say the address and you are on your way. The lane assist is amazing , shows you a photo of the actual exit.',
   'That would make me go to one with the map updates as it cost you a hundred just for the updates',
   'Fast processing,sharp picture quality u cant beat the price for a hightech GPS',
   'This product does everything I need it to do. And very simple to use.'],
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'N2e587a9910334649819b04dac1f5775d',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Garmin GPS V GPS',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/e/c/Garmin-GPS-V-0.jpg',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'The GPS V is one versatile navigator that delivers automatic routing, detailed mapping and WAAS capability - all in a compact handheld GPS. It comes with the MapSource City Select CD, which gives you access to detailed street-level maps with locations of restaurants, hotels and other services. Use the GPS V to look up a location and it will automatically calculate a route and guide you to your destination with turn-by-turn directions and audible beeps that alert you to upcoming turns. You can even switch the display from horizontal, for mounting on a bike or a vehicle dash, to vertical for handheld use.\x0b\x0bThe GPS V accepts up to 19 megabytes of downloaded map detail.'},
 'N2d48e996089a49e9ad2e4c8790614de0': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ["Easily the best console to date, quiet, reliable and doesn't melt like xbox360's. A great product and excellent service from Asda.",
   'I would be honest but I would recommend this to a child as they are now more into consoles.'],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/1/e/Playstation-3-160GB-Console-0.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'TV LED 107 cm LG 42LM615S'},
 'Naaac78f45491498495495df974af4ec0': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Glen Plaid Flat Front Short',
  rdflib.term.URIRef('http://schema.org/Product/productID'): 'Z0868238',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://ashworthgolf.com/Glen-Plaid-Flat-Front-Short/Z0868238.html',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419412911683/zoom/Z08682_zoom.jpg'},
 'Nffebe4e13c1547b983e14d61d0fb9e0c': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://wfpquantum.s3.amazonaws.com/images/autos/autos/medium/qywqb1ah47qxuria36bw-10514826.jpg',
  rdflib.term.URIRef('http://schema.org/Product/model'): 'Uplander',
  rdflib.term.URIRef('http://schema.org/Product/manufacturer'): 'Chevrolet',
  rdflib.term.URIRef('http://schema.org/Product/name'): '2008 Chevrolet Uplander LS',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'Nbda236c841fd4dc898e758b67a333573',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://autos.winnipegfreepress.com/auto-for-sale/Chevrolet/Uplander/category-3/id-339668/'},
 'Nf48bb5d7d46142d19ce774812ed8a6e1': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): "Depositphotos'"},
 'Ne04f95a8502d4299be18c391478f0d6b': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/description'): 'You have to separate all the balls from each other by surrounding them with lines. As soon as a line gets drawn it will turn red. During that time, no ball is allowed to hit the line.\n\nIt gets harder every level. The FULL version has more levels and options.',
  rdflib.term.URIRef('http://schema.org/Product/reviews'): 'Nc087a7052f1a43e791892f1c1d430207',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Ncc6f1ff9bd8f432495726342dfaed2d9',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Separate Balls DEMO -   FREE',
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'N4dce8998cbe348dda4f0c97960d9eba2'},
 'Nda632dfa5cd24660b82a0a13ec7f4334': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): "Depositphotos'"},
 'Ne4848b89515f4f12be71745f6fbf65bd': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['Acer Aspire 5580 is a relatively cheap laptop, compared to other Acer models. The basic configurations are as follows: Windows Vista Home Premium; Intel ( R ) Core ( TM )2 CPU T5500@1.66GHz ; Memory (RAM) : 1014MB; System type: 32-bit Operating System...',
   'One and a half year back, we started looking for a computer. At that time we were temporarily based in andhra pradesh so we wanted to have as little luggage with us as possible. So we ruled out desktops.                                                 ...'],
  rdflib.term.URIRef('http://schema.org/Product/description'): 'Aspire 5580-6707 - Intel Core 2 Duo T5200, 1GB SDRAM, 120GB - 5400 RPM hard drive, SuperMulti (DVD + /- RW, DVD-RAM), 14.1" TFT Display with Acer CrystalBrite Technology, integrated graphics, 802.11 b/g, card reader and 1.3MP Orbicam, Windows Vista Home Premium Edition.',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Acer Aspire 5580 Series',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/d/a/da1e8ec8d8e87d6b9c11383589415387.jpg'},
 'N73e97b369af2432b99acb4de94678ef1': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419153454085/zoom/Z25232_zoom.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'ClimaLite Flat Front Pant',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://adidasgolf.com/ClimaLite-Flat-Front-Pant/Z2523235.html',
  rdflib.term.URIRef('http://schema.org/Product/productID'): 'Z2523235'},
 'Nc86fcbc9c07844399eb5392c4001b6f8': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['alaTest has collected and analyzed 2 user reviews of Gateway/DX4860-UR32P Desktop from Amazon.com. The average user rating for this product is 5.0/5, compared to an average user rating of 4.0/5 for other Desktops on Amazon.com. Reviewers really like the price. The design is also mentioned favorably. '],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Gateway/DX4860-UR32P Desktop',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/5/7/Gateway-DX4850-57-PT-GBL02-022-Desktop-PC-1.jpg'},
 'Naf282649929a4f38842ebc96fbc83d43': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['Vodafone Germany and RIM (who make the BlackBerry)say that they will have the 8707v available very soon, presumably followed by other Vodafone regions and then we expect to see variants for other carriers at a later date.',
   'Designed exclusively for use with the Vodafone network, the BlackBerry 8707v is an update to their 8707 handset, adding 3G capabilities to what alread...',
   'I´ve had this phone for 4 months now. Its ok, but GPRS speeds are too slow for me. Should have bought the 8700 which is cheaper, supports Edge and BB OS 4.5',
   'The new BlackBerry 8707v Wireless Handheld represents a breakthrough in wireless connectivity. The first true business 3G wireless handheld. The power of 3G, combined with advanced industry hardware, software and network technologies, in a single,...',
   "BB 8707 is a cheap smart phone using 2G and 3G network. I fell rather comfortable when using it. Its durability is really good but its battery standby time is short. BB 8707 's keyboard is very convenient. It can send and receive mail, but I think the...",
   'alaTest has collected and analyzed 2 user reviews of Blackberry 8707v from Amazon.com. The average user rating for this product is 1.0/5, compared to an average user rating of 3.8/5 for other Cell phones on Amazon.com. Some have doubts about the usability. ',
   'alaTest has collected and analyzed 1 user review of Blackberry 8707v from Amazon.co.uk. The average user rating for this product is 5.0/5, compared to an average user rating of 4.0/5 for other Cell phones on Amazon.co.uk. Reviewers really like the usability and portability. The screen and battery are also mentioned favorably. ',
   'Ideal for mobile professionals who require constant email access, the 8707v adds 3G capabilities to an already impressive unit.'],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/e/3/BlackBerry-8707v-0.jpg',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'The BlackBerry 8707v Wireless Handheld represents a breakthrough in wireless innovation  the first true business 3G wireless handheld. The power of 3G, combined with the industrys most advanced hardware, software and network technologies, in a thin, stylish, lightweight handheld with a full QWERTY keyboard. With uncompromising email, browsing and phone performance, its never been easier to stay connected while on the go.\n\nWith the BlackBerry 8707v, users also can connect their laptop to the Internet, using the device as a tethered modem, to deliver broadband-speed wireless connectivity.',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Blackberry 8707v'},
 'N44a228e4c5964e79814ee9775c2273ce': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n          \n          Big Wave Surfing: Extreme Technology Development, Management, Marketing & Investing\n        ',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://800ceoread.com/products/big-wave-surfing-kenneth-j-thurber-english///asset3.800ceoread.com/system/products/6767/large/9781592983803.gif?1418982375',
  rdflib.term.URIRef('http://schema.org/Product/description'): "\n            \n              The United States has evolved from an agricultural to a service economy. To maintain our standard of living, we must become the world's innovation economy. The Big Wave Surfing Book provides you the insights necessary to survive in today's technology economy.\n            \n          \n\n\n\n\n\n          \n          \n            \xa0\xa0\xa0 SHARE THIS\n          \n\n          \n            \n            \n            \n            \n            \n            \n            \n            \n          \n        "},
 'N3edc398eab4c451ea207b89779e6cef4': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'puremotion',
  rdflib.term.URIRef('http://schema.org/Product/productID'): '67195928',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://adidasgolf.com/puremotion/67195928.html',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419153454085/zoom/671959_zoom.jpg'},
 'N9d55d8a039db4196bbcdde73cabced75': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/manufacturer'): 'Chrysler',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://autos.winnipegfreepress.com/auto-for-sale/Chrysler/Town-and-Country/category-3/id-346373/',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'Na05eec3634244b548f460493c1de65c7',
  rdflib.term.URIRef('http://schema.org/Product/name'): '2014 Chrysler Town and Country Touring-L',
  rdflib.term.URIRef('http://schema.org/Product/model'): 'Town and Country',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://wfpquantum.s3.amazonaws.com/images/autos/autos/medium/86hc7j7h0js0ucyodlqe-10649414.jpg'},
 'N31855db192a94f3ea6b4468da80ef2d1': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'crossflex',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://adidasgolf.com/adidasGolf/footwear/67602026.html',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1418980790510/zoom/676020_zoom.jpg',
  rdflib.term.URIRef('http://schema.org/Product/productID'): '67602026'},
 'Ne2a43b8edd87474b8cf00bb3e5baea48': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://ashworthgolf.com/Madras-Plaid-Flat-Front-Short/Z5178129.html',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419585548991/zoom/Z51781_zoom.jpg',
  rdflib.term.URIRef('http://schema.org/Product/productID'): 'Z5178129',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Madras Plaid Flat Front Short'},
 'N7cab0dfb812a400b981d60e984ed4a87': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'N15ef21e844e34e4ebcf85f1b2176b43f',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/24822/300/d-bat-pro-stock-161-half-dip-baseball-bats.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n\t\tD-Bat Pro Stock-161 Half Dip Baseball Bats\n\t',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'D-Bat',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'D-Bat Pro Stock-161 Half Dip Baseball Bats.  D-BAT Sports uses only the best northern white ash or hard rock maple (sugar maple) to produce our bats. We take great care in the selection, storage, and drying of our wood before it goes to the lathe. The machinery we use is the most modern equipment available, allowing us to produce a consistent product. Our bat finish is the most durable in the industry because we use a proprietary sealer and top coat.'},
 'Na8c83c0f315b43f6b9186499897d636e': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://catalog.nfpa.org:80/Assets/ProductImages/Generic_Product/QC10112.png',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Quick Compare™ Life Safety Code 2000 & 2012 for Health Care',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://catalog.nfpa.org/Quick-Comparetrade-Life-Safety-Code-2000-2012-for-Health-Care-P13924.aspx',
  rdflib.term.URIRef('http://schema.org/Product/description'): '\n                        \n\n\n\n\nSee how health care facility requirements in the 2012 Life Safety Code® differ from those in the 2000 Life Safety Code, and how the latest provisions will impact facility compliance and renovations in the future. Quick Compare™, Life Safety Code 2000 & 2012 for Health Care: NFPA 101® Changes Affecting Your Facility gives you an early, in-depth understanding of the changes in order to plan projects, budget appropriately, and prepare compliance plans.\nQuick Compare explains the most significant changes impacting health care across four editions of the Code! This guide includes:\n\nComparisons featuring full Code text for both the 2012 NFPA 101 and 2000 NFPA 101 chapters for new and existing health care occupancies (Chapters 18 and 19), new and existing ambulatory health care occupancies (Chapters 20 and 21), and new and existing residential board and care facilities (Chapters 32 and 33)\nBrief descriptions explaining the scope of major differences\nSee what is new, revised, or the same between the two editions\n\nQuick Compare gives facility managers, providers, consultants, engineers, architects, surveyors, and AHJs a fast, accessible source for information about the specific Code changes relevant to health care. AHJs and surveyors for CMS and The Joint Commission will have the information required to properly enforce new provisions and assess waivers. (Spiralbound, 400 pp., 2013).\n\n                    ',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'N079bbea582ee47dabc7a8422de0785d9',
  rdflib.term.URIRef('http://schema.org/Product/sku'): '\n                                    QC10112KIT'},
 'N8e44323b37b4494b8dbc869a060c1077': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['alaTest has collected and analyzed 11 user reviews of Samsung M2825ND 28PPM Mono Laser Printer from Amazon.co.uk. The average user rating for this product is 4.3/5, compared to an average user rating of 3.8/5 for other Printers on Amazon.co.uk. Reviewers are impressed by the price and print quality. The performance and usability also get good views, whereas many are less positive about the durability.'],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Samsung M2825ND 28PPM Mono Laser Printer',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'Nef056660c3cb404d81727d61ee42f291',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/f/5/Samsung-M2825ND-28PPM-Mono-Laser-Printer-168065270.jpg'},
 'Ndfa29d6a8fc94c5889cc8d095fa38650': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): '逆轉檢事',
  rdflib.term.URIRef('http://schema.org/Product/releaseDate'): '2009-05-28'},
 'Na8e37b1e943e4cc39c83206b4b9b3959': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/43079/300/fan-mats-oregon-state-university-door-mat.jpg',
  rdflib.term.URIRef('http://schema.org/Product/description'): "Fan Mats Oregon State University Door Mat.  Wow your guests with door mats by FANMATS.  Adorned with your favorite team's logo, these door mats make a statement while keeping dirt and mud from entering your home.  Heavy duty vinyl construction ensures a durable mat.  Deep reservoir contains water and debris.  Rugged ribs scrape shoes clean.  Your favorite team's logo is molded in 3D construction.",
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n\t\tFan Mats Oregon State University Door Mat\n\t',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Fan Mats'},
 'Nd5fe86f8777046a9abd450da81ce713a': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/description'): 'Gem Gear Compression Tie Dye Blast Shorts. Highest quality Polyester/Spandex blends. 4-way stretch knits and tricots assure maximum durability. Low rise fit for style and comfort. Naturally wicking fabric for moisture control',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Gem Gear',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/17959/300/gem-gear-compression-tie-dye-blast-shorts.jpg',
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'Nb654b6995c7745e2bb1169b9d18584dd',
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n\t\tGem Gear Compression Tie Dye Blast Shorts\n\t'},
 'Nc9b6d781080d4542a2b1b1a20334c37f': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/manufacturer'): 'Dodge',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://wfpquantum.s3.amazonaws.com/images/autos/autos/medium/j3ea4au0cr3ag9c8hc9b-10763421.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): '2012 Dodge Grand Caravan R/T',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'Nd8ab09bda5fb4a8f80048b98d7823fbe',
  rdflib.term.URIRef('http://schema.org/Product/model'): 'Grand Caravan',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://autos.winnipegfreepress.com/auto-for-sale/Dodge/Grand-Caravan/category-3/id-352154/'},
 'N330ea5d30d5548259feab6eb46246975': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['alaTest has collected and analyzed 3 user reviews of Sony DVP-FX780 from Amazon.co.uk. The average user rating for this product is 4.7/5, compared to an average user rating of 4.0/5 for other DVD Players on Amazon.co.uk.',
   'Quick delivery time. Great product'],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/7/6/Sony-DVP-FX780-165621389.jpg',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'Nfd376dffa0954e688333906945cd518e',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Sony DVP-FX780'},
 'N6cc21aa7fce74217950d350eee4b8c75': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ["Philips' WAC5 Wireless Music Centre is designed as an all in one music solution for your house. The built-in 80GB hard drive offers more than enough s..."],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Philips WAC 5',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'Access your entire CD collection and listen in every room. Just connect to your current sound system and music can finally follow you wherever you are in the home. Easy navigation with the Remote Control with LCD display.',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'N3a9104d4aad64d4c9135caa08564af9c',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/0/d/Philips-WAC5-Wireless-Music-Centre-0.jpg'},
 'Nd4d85940c70f49df8e30342d242bd1d7': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['good bick very happy with it',
   'Easy to assemble it took about 15 minutes, all the tools you will require come with the cycle. Only problem we had was one of the pedals were the wrong thread, but the customer service staff changed it right away. Now the Grandson is happy so that...',
   'I bought the bike as an early birthday present as it was advertised as half price and with the birthday only weeks away too good to pass up bike is exellent the only problem we had with this bike was the pedal stem was a little stiff i.e. the pedals...',
   'i bought this bike for my 5 year old grandson and was pleasantly surprised how strong and sturdy it was and my grandson really loves it',
   'my son is very happy and this is all what i want!'],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Silverfox Mutant 16 Inch Bike - Boys.',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/8/4/Silverfox-Mutant-16-Inch-Bike-Boys-0.jpg'},
 'N443602e287964eafba57b499ed19c76a': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['alaTest has collected and analyzed 2 user reviews of Sealey Power Tools Sealey Vacuum Cleaner Industrial 30ltr 1400W/230V Stainless Bin from Amazon.co.uk. The average user rating for this product is 4.5/5, compared to an average user rating of 4.2/5 for other Vacuums on Amazon.co.uk.'],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Sealey Power Tools Sealey Vacuum Cleaner Industrial 30ltr 1400W/230V Stainless Bin',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/0/9/Sealey-PC300SD-Vacuum-Cleaner-Industrial-30ltr-1400W-230V-Stainless-Bin-168428436.jpg'},
 'N3a5faab7bd0d4781adb711999ae0691e': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'N52a98ee4f31343abb6394ee5efa91d43',
  rdflib.term.URIRef('http://schema.org/Product/reviews'): 'N011f695fe3f14188a298b6227b2f04b0',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'This is the 48 hours TRIAL version of Private Sms\nThe app can protect your SMS by password and auto-protect your future msgs by senders which you added to the sender list.\n*group send function\n\nNOTE:please move ALL Private msgs to inbox first before uninstall the trial version.\n\nPlease email me if any issue.',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'N862bc80169a84845bc59841882a00200',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Private Sms Trial -   FREE',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://androlicious.com/details/com.Guardam.PrivateSmsTrial//images/Tools/c/com.Guardam.PrivateSmsTrial_icn.png'},
 'Nd458bb9b09ca446db0bb5d452fc39147': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/description'): "Landway Men's Freeport Ripstop Textured Wind Jacket. 100% mimi-ripstop polyester shell and mesh lining. Water and wind resistant. Full-zip front with storm flap. Two front zippered pockets with extended rain cover placket. Side semi-elastic waist and adjustable cuffs. Stowable hood. Breathable.",
  rdflib.term.URIRef('http://schema.org/Product/name'): "\n\t\tLandway Men's Freeport Ripstop Textured Jackets\n\t",
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/36302/300/landway-mens-freeport-ripstop-textured-jackets.jpg',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Landway'},
 'N9a5d2861cbd64bfb920c95b8438b2496': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/description'): 'High Five Velez Warm Up Pants - Closeout.  Made of 100% Tactel nylon shell. Body and upper leg lined with nylon taffeta, White overlay stripes down side seams. Elasticized waist and cuff, leg opening zippers, inside craw cord, and two deep inside pockets. Water resistant. Coordinates with Velez Jacket. Top Selling Item.',
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'N751be57e8eb04919ad8d5ccfc8d70958',
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n\t\tHigh Five Velez Warm Up Pants  - Closeout Sale\n\t',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'High Five',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/3247/300/high-five-velez-warm-up-pants---closeout.jpg'},
 'N9c63c4238cb845bc8f53c54543b8eda1': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n\t\tFan Mats Miami of Ohio All Star Mat\n\t',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/41850/300/fan-mats-miami-of-ohio-all-star-mat.jpg',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'Fan Mats Miami of Ohio All Star Mat.  Show your team pride and add style to your tailgating party with FANMATS area rugs. Made in U.S.A.  100% nylon carpet and non-skid recycled vinyl backing.  Machine washable.  Officially licensed.  Chromojet printed in true team colors.',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Fan Mats'},
 'Na3c3f70a9bc6474ab37d42b2decea475': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['alaTest has collected and analyzed 8 user reviews of Canon Legria HF R48 from Amazon.co.uk. The average user rating for this product is 4.4/5, compared to an average user rating of 4.1/5 for other Camcorders on Amazon.co.uk. People really like the reliability and durability. The image quality and battery are also appreciated, whereas some have doubts about the price.',
   'With outstanding footage and bags of stamina, the HF R48 is a little star',
   'Great picture quality, useful Wi-Fi functions and a good price make the HF R48 a Best Buy',
   'Seemingly aimed at family users as much as anyone else thanks to its child friendly features, the R48 moves with the times by featuring Wi-Fi and dual recording'],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/4/1/Canon-Legria-HF-R48-346502743.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Canon Legria HF R48',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'Nbd201ae7d2b04308a2122bf2aa4f36ea'},
 'N2650eb8be86f4a55b9eda69142bdf6b8': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/logo'): 'http://andersonfloors.com/Flooring/Design/ASID_China/Hardwood/Design/ASID_China.aspx//Custom2013/FrontEnd/Products2013/Images/ProductLogos_Anderson.png',
  rdflib.term.URIRef('http://schema.org/Product/description'): '\n                            Rustic and distressed, this enCore™ hickory floor looks as if it might have been in an ancient barn… or even a long-closed factory. But Antique Walk’s patina has such sophistication and elegance, it takes rustic to a new level. Antique Walk looks like the skip-sawn timber of a century ago—crafted for years  of use and aging handsomely over time. It goes anywhere—traditional or contemporary—with incredible style.',
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n                                Copper Kettle',
  rdflib.term.URIRef('http://schema.org/Product/brand'): '\n                                Anderson'},
 'N394437e071f94c13abd70aa9e865bc31': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://adidasgolf.com/puremotion/67194926.html',
  rdflib.term.URIRef('http://schema.org/Product/productID'): '67194926',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419067319622/zoom/671949_zoom.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'puremotion'},
 'N9ad87c9ce52b485780917a39845f4459': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'فندق إليمنت دالاس فورت وورث إيربورت نورث',
  rdflib.term.URIRef('http://schema.org/Product/dateModified'): '2014-12-18',
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'N13d59889b6174ccba0fc2f5034b42a49'},
 'Na21aa5cbd2414f9f90006d5d873874b2': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): "Depositphotos'"},
 'N94b33a793c314e16bbb4d02e07ae3f75': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'Nebb6c3f4240f4f6abfdce104c46ef42a',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'French Red Clay Konjac Sponge Puff',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'N09186cf7ae5f4b4685f3595ab66c2444'},
 'N373e95cd4d7841ad9f532bc3fb3d56bf': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Madras Plaid Flat Front Short',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://ashworthgolf.com/Madras-Plaid-Flat-Front-Short/DW-WM212.html',
  rdflib.term.URIRef('http://schema.org/Product/productID'): 'DW-WM212',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419672021462/zoom/Z51779_zoom.jpg'},
 'N930ceddcc36b4143a6ca45b38e07c31f': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): "Depositphotos'"},
 'N2949a6f939a14e048a9b36901f191431': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://autos.winnipegfreepress.com/auto-for-sale/Dodge/Grand-Caravan/category-3/id-354343/',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://autos.winnipegfreepress.com/images/default_auto.jpg',
  rdflib.term.URIRef('http://schema.org/Product/model'): 'Grand Caravan',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'Nd33e263399ed4bfdac35e2dfe9d4f08a',
  rdflib.term.URIRef('http://schema.org/Product/manufacturer'): 'Dodge',
  rdflib.term.URIRef('http://schema.org/Product/name'): '2012 Dodge Grand Caravan SE/SXT'},
 'N98574dfc5b3640c29259e6d69ea625ce': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/description'): 'A lightweight track record and route navigation software. It supports standard PLT, WPT format files input and output. Without the network and map support, providing a reference and edit modes, suitable for trekking and other outdoor sports. Also provides a compass, a high degree map, and a variety of zoom tool.',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Nc1a311cd5fad4af09d8749ce5ea63d90',
  rdflib.term.URIRef('http://schema.org/Product/reviews'): 'Ne0c99a70818d4a56a84aa43e76ca7534',
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'Ne8a29e1fe201438cbbda87947dfb1052',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Handheld GPS -   FREE'},
 'N8276b45563384b88b5add63bc30eb7ee': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/productID'): 'DW-V4017',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://adidasgolf.com/Womens-adizero-Tour/DW-V4017.html',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419067319622/zoom/676159_zoom.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Womens adizero Tour'},
 'Nfe8c4b12512a4c61a00a4e9e52ae7b65': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['I like it and recommend it, it has served me well for 2 years. If you remove all bloatware and keep it clean, this computer is quick, despite single 1.6ghz processor.',
   'Very satisfied with my purchase. All my research pointed to this netbook as best value & it has lived up to all its number one ratings. Also purchased a discounted SquareTrade warranty. Saved even more by using www.shoptoearn.net/ceis and then going to...',
   'Overall, I am very pleased with this Netbook. The keyboard is just big enough to type comfortably on. I am able to stream Netflix, Hulu, and YouTube content with no problem. I was not able to watch over the air HD television with my Pinnacle HDTV USB...',
   "Pros: 802.11n capability (I get up to 300Mbps when connected to my wireless-N router!!)...good battery life (haven't tested the 9.5 hours it claims but I've used it on a 4-hour flight, put in standby for about half a day, then used it for a few more...",
   'If you are a college student, or just need something to type on for long periods of time without it being plugged in, this is the type of portable computer for you, if you want to do ANY type of gaming or any quality video watching, you need to go with...',
   "I am very happy with the transaction, the shipping, and the product. 5 stars!Pro: The reviews say it's heavy, but it's way lighter than the 15 inch HP I replaced. I can type on the keyboard. It's fun. Well worth the price.Cons: Fingerprints. If you are...",
   "At this time, this is the best netbook out on the market.Asus is coming out with a netbook with an internal drive, but for the price and size increase, get the Asus external DVD drive and you'll be perfectly happy those few times that you need an...",
   "Buying this unit was something of an experiment. The 160G HD originally attracted me to it, and I couldn't believe the claims of a 9-hour battery. In short, this unit has been all it's advertised to be.What netbooks give up in performance they make up...",
   'Since I am now a stay-at home Mom, I find there is as much to keep track of as when I was working outside of the home. This netbook is perfect since I can take it around the house with me. (I am too cheap to shell out the month fees for a Droid.) The...'],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/3/a/ASUS-EPC1000HE-BLK005X-0.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Asus Eee PC 1000HE-BLK005X'},
 'Nd517f864802e4266b9bee93b501e5db5': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://catalog.nfpa.org:80/Assets/ProductImages/Codes/70SET14.png',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'NFPA 70®: National Electrical Code® (NEC®)',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://catalog.nfpa.org/NFPA-70reg-National-Electrical-Codereg-NECreg-P1194.aspx',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'N4b8c47de06c14cfe8c11a2c0beff308a',
  rdflib.term.URIRef('http://schema.org/Product/sku'): '\n                                    NFPA_70'},
 'N868fac2f31724db2a57f939485c2ea3e': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://images.boats.com/resize/1/56/45/3695645_0_20110821222747_0_0.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n    2011 Steel Work Boat/Mini Supply or Fishing Boat /to be built \n    \n',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'Nd194fe7cf4fc458bab6ae5fb8a4f7896'},
 'N9df96414479e4d52ba5a4494ba0b2e55': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ["Loaded with features once found on receivers costing considerably more, the Marantz SR4002 surround receiver packs a lot punch where it's needed, but is easy on the wallet.   With the SR4002, Marantz introduces an entry-level receiver that will leave...",
   'The Marantz SR4002 has seven channels of all discrete amplifier stages, HDMI V1.3 Switching with V1.1 Repeating, (7.1) LPCM via HDMI, and a ridiculously low MSRP of only 549.99.',
   'alaTest has collected and analyzed 24 user reviews of Marantz SR 4002 from Amazon.com. The average user rating for this product is 4.5/5, compared to an average user rating of 4.0/5 for other Receivers & Amplifiers on Amazon.com.',
   "I've owned this receiver for about 8 months. In the last 2 months, it's begun to make a popping sound when muting and unmuting, and also sometimes between chapters during a DVD (not skipping chapters, just letting the DVD play). It only occurs when the...",
   'I picked up one of these back in March (currently October) and it has been solid and flawless from day one. Ran a 7.1 system comprised of KEF Reference series 105.4 as front L and R. KEF iQ2c center channel, Klipsch promedia satellites for surround and...'],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Marantz SR 4002',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'Your favorite music or movies can now also be experienced on a whole new level with the 7.1 Multi channel PCM decoder. Speaker set up has never been easier with the Marantz own MRAC auto set up giving you the best performance in your own listening and watching environment. Two HDMI sources can easily be connected to it with only one HDMI cable running to the display. It represents outstanding combination of home theater receiver performance, features and flexibility along with renowned Marantz sound quality. Experience the true excitement of a movie soundtrack and experience the ultimate functionality of having a wide variety of a digital video and audio inputs, outputs, including HDMI and Component video switching. With the SR4002 being the most affordable AV receiver in range it is the ultimate choice for a wide variety of high performance home theater enthusiasts.',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/90x90/e/e/ee33045f2a8abcac860174681846b11b.jpg'},
 'Nc5561a8258a641f289f4f9d24369a9b9': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/description'): 'Mid Weight 2-Button Baseball Jerseys - Closeout.  4.8-oz. slim fit.  50% polyester/50% cotton mid-weight jersey fabric.  Two-button placket with rib knit trim.  Double-needle hem at sleeves and bottom.',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/2239/300/mid-weight-2-button-baseball-jerseys---closeout.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n\t\tMid Weight 2-Button Custom Baseball Jerseys  - Closeout Sale\n\t',
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'N316e02daf4ef4c8ea34cd2da3c9b3805',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'High Five'},
 'N11b6d1c2145f4c9fb9cb447d1d5e42c6': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ['alaTest has collected and analyzed 2 user reviews of USB Mini Business Card Scanner (Silver) from Amazon.com. The average user rating for this product is 3.0/5, compared to an average user rating of 3.8/5 for other Scanners on Amazon.com.'],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/1/8/Generic-USB-Mini-Business-Card-Scanner-Silver-0.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'USB Mini Business Card Scanner (Silver)',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'This TAKCS-11 USB Mini Business Card Scanner is a business cardrecognition and management device that easily scans, organizes, searches, sends and synchronizes your business contacts!. Itfeaturesa USBinterface, reads English, Chinese, German, French, Italian, Spanish, and Portuguese business cards in seconds,send emails with business card images and vCard attached and advancedbusiness card image and mailing label printing capabilities!'},
 'Ne61627b0553840a7a65b8250091f460f': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'KitchenAid 5KSM 156 EEB',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'N3c8ccb47fd404c358ecbfca04aef831f',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/8/a/KitchenAid-5KSM156-Artisan-0.jpg'},
 'N02e6fc305bc44bd4b5f0d959c4a1d88b': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'N3741130d95eb484ba1ee7133dd8533f0',
  rdflib.term.URIRef('http://schema.org/Product/name'): '2011 Chrysler 300C Sedan',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://autos.jdpower.com/research/Chrysler/300C/2011/Sedan/photos.htm//research/Chrysler/300C/2011/Sedan/index.htm'},
 'N00bc6c3510ef42a4a14731da8dbf9463': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419672021462/zoom/Z24983_zoom.jpg',
  rdflib.term.URIRef('http://schema.org/Product/productID'): 'DW-WM289',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Performance Interlock Front Panel Engineer Golf Shirt',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://ashworthgolf.com/Performance-Interlock-Front-Panel-Engineer-Golf-Shirt/DW-WM289.html'},
 'N779cf7dcb2ff443ba338c12901e59da9': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): '2012 NFPA 70E®: Standard for Electrical Safety in the Workplace',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'Nc586555d26b04b1e96e5a21934913771',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://catalog.nfpa.org/2012-NFPA-70Ereg-Standard-for-Electrical-Safety-in-the-Workplace-P14151.aspx',
  rdflib.term.URIRef('http://schema.org/Product/sku'): '\n                                    NFPA_70E_2012',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://catalog.nfpa.org:80/Assets/ProductImages/Codes/70E12.png'},
 'Nf8c13f12e1fa423a9cd36b47e5bd8251': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ["I really liked this blender.. the glass container was tall and thin which I wasn't sure I would like but actually it really made the items be blended and swept up and down to get a very nice, finely chopped smoothie. It just had one problem. It had a...",
   'alaTest has collected and analyzed 110 user reviews of Waring Pro DHR30 Food Dehydrator Black from Amazon.com. The average user rating for this product is 4.1/5, compared to an average user rating of 4.2/5 for other Mixers & Blenders on Amazon.com.',
   'I used this to dehydrate apples. It took about 8 hrs on high to do all 5 shelves. But with the motor in the bottom, the drippings go directly into the motor. So this I think this is an inferior design. Not 100% sure that is what caused the failure, but...'],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/6/8/Waring-2-Speed-Blender-Chili-Red-0.jpg',
  rdflib.term.URIRef('http://schema.org/Product/description'): "The name Waring is synonymous with quality blenders. Crushing ice? No problem. Featuring a heavy duty metal base and the legendary clover leaf carafe this blender not only looks like a pro, it performs like one. This is the blender that the professionals use. You'll recognize our trademark 40-oz. cloverleaf carafe. It was designed to create a vortex action for faster, thorough blending, and it works! The commercial grade 2-speed motor is more power than most home kitchens need, but it makes even heavy tasks like ice-crushing effortless. With a self-cleaning blade assembly, this blender cleans up after itself!",
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'Nbc0a31395ab74ec0871ab368b56adf6d',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Waring Pro DHR30 Food Dehydrator Black'},
 'Na3ca1d12d775440b82196d5ad0e8142c': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': ["Some people need a phone they don't have to worry about breaking, and the Kyocera Torque was made just for themSprint has a long history of offering capable Direct Connect and Push-To-Talk ...",
   'The Kyocera Torque stands out to begin with, thanks to its ruggedized design including Military Spec 810G and IP 67 certification. What really caught our eye though was what Kyocera is calling Smart Sonic Receiver technology. This eliminates the...',
   'Unlike a lot of phones before it, the Kyocera Torque successfully combines full, military-spec toughness with Android touch-screen capabilities.',
   "Rugged smartphones meant for the trailblazer and the survivalist in all of us certainly aren't rare, but it's not very often that we get to review one. Kyocera recently announced the Torque, a mid-range smartphone that's encased in a thick hard plastic...",
   'With its battle-ready, armorlike chassis and impressive battery life, the Kyocera Torque is a beastly smartphone that can handle almost anything you can throw at it. But beyond its durability, the Torque is a solid smartphone, too. If you are in search...',
   "While it isn't the most impressive phone on the market spec-wise, the Kyocera Torque isn't a slouch either. Plus, it's built like a tank. Is that enough to make it worthy of a recommendation?",
   'Cracked screens are common and a good rainstorm would wreck them, but most people seem okay with the fragility of their phones. But if you work in hazardous environments or outdoors, you need a phone that can keep pace. The Kyocera Torque is endorsed...',
   "More Info Kyocera Torque coming to Sprint's Direct Connect lineup in March, we go hands-on (video) Kyocera Torque hitting Sprint March 8th,",
   'With its rugged design, excellent voice performance, solid specs, and LTE support, the Kyocera Torque for Sprint is the best push-to-talk smartphone there is.'],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/190x190/d/b/Kyocera-Torque-Sprint-167486102.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Kyocera Torque'},
 'N957a0ee845bc4d5cb48f4e95e652d7d8': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): "Depositphotos'"},
 'N943574387d084798a5b039829bbc3c3b': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'Neff9691d0e544706b221241e247bbe15',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Dell Tablet Power Adapter (with USB cable) - 10 Watt',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://accessories.us.dell.com/sna/productdetail.aspx?c=us&l=en&s=dhs&cs=19&sku=492-BBIB',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'DELL',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'Ndefebe09c779497cb3b72e0ecd0b9a43',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://snpi.dell.com/snp/images/products/large/en-us~492-BBIB/492-BBIBr1.jpg',
  rdflib.term.URIRef('http://schema.org/Product/manufacturer'): 'Dell',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'Powerfully SimpleTablet StyleSleek and streamlined, we’ve redesigned our adapter to save space and connect easily so you can recharge and go.'},
 'Nd63cba0b8eb8466eb347ea4b3856efd9': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419067319622/zoom/Z08694_zoom.jpg',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://ashworthgolf.com/Glen-Plaid-Flat-Front-Pant/Z0869419.html',
  rdflib.term.URIRef('http://schema.org/Product/productID'): 'Z0869419',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Glen Plaid Flat Front Pant'},
 'N42034fe349024c16b3ee094ff4e7f18a': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://ii.alatest.com/product/90x90/a/d/Zanussi-Electrolux-ZDQ995X-Oven-built-in-with-self-cleaning-Class-B-st-0.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Zanussi Electrolux ZDQ995X - Oven - built-in - with self-cleaning - Class B - stainless steel'},
 'N4dcc275f378f4ed3b0471ea3e1538b45': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n\t\tDistrict Juniors French Terry Full-Zip Pink Hoodie\n\t',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'District Juniors French Terry Full-Zip Pink Hoodie Jackets. The classic hoodie is reworked in French terry cotton with a two-way zip.',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/71774/300/district-juniors-french-terry-full-zip-pink-hoodie.jpg',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'District Made'},
 'N8b16372e0f1e4e9e918e8deb5fbc80fd': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://bookstore.covenantseminary.edu/wp-content/uploads/f9df4e784b9c.jpg',
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'Nd107b840d7f34488954d1f6a843d226c'},
 'N58ee063917cc4bfd84aef42c9907cec7': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Herringbone Trouser',
  rdflib.term.URIRef('http://schema.org/Product/productID'): 'Z4250550',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://adidasgolf.com/Herringbone-Trouser/Z4250550.html',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1418839796329/zoom/Z42505_zoom.jpg'},
 'N952aa15f03bc457e9f45b53ae2cf0645': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n\t\tHolloway Ladies Low Rise Crush Softball Pants\n\t',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Holloway',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'Holloway Ladies Low Rise Crush Softball Pants. Dry-Excel Defend Performance Double Knit, 15 oz. polyester with wicking and soil-release properties. Revolutionary fabric technology features tough filament surface yarns for durability and abrasion resistance and soft spun inside yarns for added comfort next to skin. Ventilated inseam gusset provides breathability at heat zones and wider range of motion.',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/35185/300/holloway-ladies-low-rise-crush-softball-pants.jpg'},
 'N6e767ae6d624445e800e8f223871a5c0': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'N7277a4fceef9481ea1cbdb391e0afc00',
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'N4f93de66b3904be992fd5f2dad60fd05',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://media.emergencyessenti.netdna-cdn.com/catalog/product/cache/1/image/404x/9df78eab33525d08d6e5fb8d27136e95/c/u/cu_t075_gerber_gator_combo_axe_ii_with_saw__2.jpg',
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n                    Gerber Gator Combo Axe II with Saw\n                '},
 'N8ca5a5ce7a5e4553b059c296b09412fd': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Plaid Print Stretch Wind Jacket',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419672021462/zoom/Z27296_zoom.jpg',
  rdflib.term.URIRef('http://schema.org/Product/productID'): 'Z2729636',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://ashworthgolf.com/Plaid-Print-Stretch-Wind-Jacket/Z2729636.html'},
 'Na1ce7c5bf4c04d65b3d9d820e3135302': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/reviews'): 'N3bcd1317856d438283d427f4020828a2',
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'N4e7d2a8e2fa742b2b765176a60a3d5a8',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'N8458044143a4433db008d8e03aef264d',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'The book „Manifesto of the Communist Party“ of the German philosopher Karl Marx and Friedrich Engels (19th century) is used to demonstrate the Android speech synthesis (TTS) for 5 languages.',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://androlicious.com/details/honiware.manifest//images/Lifestyle/h/honiware.manifest_icn.png',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Manifesto of Communist Party -   FREE'},
 'N949855d8cb774307ab75c7dc29835d7a': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/reviews'): 'N4cbbad72c5e44630979670d8acd3b501',
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'N6e935cd9f2df4ca98f820f759129e18e',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'N3411b6e193154c18a7884878e0a6343b',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'IconChangeWidget -   1.05 USD',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://androlicious.com/details/jp.co.sic.widget.iconchange//images/Tools/j/jp.co.sic.widget.iconchange_icn.png',
  rdflib.term.URIRef('http://schema.org/Product/description'): 'IconChangeWidget is a shortcut-like widget.\nThis app can change icons of usable apps, and even images\nsaved in SD cards into icons!\n\nIt is easy to change widget settings with the attached app.\n\n※Selecting "invisible" after the app selected will disable the app.\n\n※IS06 Sirius does not support the app\'s vibration settings.\n\n※When the set-up application does not start correctly, please reboot a terminal and perform a re-setup of an icon.\n\n※In addition, we recommend to play the free trial version before purchasing this game.'},
 'N4385f3b239774fb1bcc21309b537cd28': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Fashion Performance Zig Zag Hat',
  rdflib.term.URIRef('http://schema.org/Product/productID'): 'N5339801',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419585548991/zoom/N53391_zoom.jpg',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://adidasgolf.com/Fashion-Performance-Zig-Zag-Hat/N5339801.html'},
 'Ncc1a3a6292bc47dcba41d8399f259622': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/description'): 'Soffe Adult Brushed Tricot Warm-Up Pants. 100% poly brushed tricot. Closed hole mesh insert trimmed with piping. Pant has two hidden side pockets, one double welt back pocket. Zippers at outside pant leg opening. Elastic waistband with drawstring',
  rdflib.term.URIRef('http://schema.org/Product/aggregateRating'): 'N0fea4fd2d388461ba8cb0a94c482d640',
  rdflib.term.URIRef('http://schema.org/Product/name'): '\n\t\tSoffe Adult Brushed Tricot Warm-Up Pants\n\t',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://epicsports.cachefly.net/images/17479/300/soffe-adult-brushed-tricot-warm-up-pants.jpg',
  rdflib.term.URIRef('http://schema.org/Product/brand'): 'Soffe'},
 'N790cf6ccea2f4c2f9e65277147414a73': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/offers'): 'Na2f7f7be55514db7a0f0f1f52539551d',
  rdflib.term.URIRef('http://schema.org/Product/sku'): '\n                                    NFPA_70_PRIOR',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://catalog.nfpa.org:80/Assets/ProductImages/Codes/7011.png',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://catalog.nfpa.org/NFPA-70-National-Electrical-Code-NEC-Prior-Years-P4135.aspx',
  rdflib.term.URIRef('http://schema.org/Product/name'): 'NFPA 70: National Electrical Code (NEC), Prior Years'},
 'N51385f06dffd45db99324456910ca54c': {'http://schema.org/Product/name': None,
  'http://schema.org/Product/image': None,
  'http://schema.org/Product/url': None,
  'http://schema.org/Product/description': None,
  'http://schema.org/Product/sku': None,
  'http://schema.org/Product/manufacturer': None,
  'http://schema.org/Product/productID': None,
  'http://schema.org/Product/dateModified': None,
  'http://schema.org/Product/releaseDate': None,
  'http://schema.org/Product/brand': None,
  'http://schema.org/Product/model': None,
  'http://schema.org/Product/offers': None,
  'http://schema.org/Product/thumbnailUrl': None,
  'http://schema.org/Product/logo': None,
  'http://schema.org/Product/aggregateRating': None,
  'http://schema.org/Product/reviews': [],
  rdflib.term.URIRef('http://schema.org/Product/name'): 'Boys 3-Stripe TechFit/Compression',
  rdflib.term.URIRef('http://schema.org/Product/productID'): 'DW-UV093',
  rdflib.term.URIRef('http://schema.org/Product/image'): 'http://demandware.edgesuite.net/aais_prd/on/demandware.static/Sites-TMaG-Site/Sites-tmag-master-catalog/default/v1419240262656/zoom/Z25162_zoom.jpg',
  rdflib.term.URIRef('http://schema.org/Product/url'): 'http://adidasgolf.com/Boys-3-Stripe-TechFit%2FCompression/DW-UV093.html'}}

Success! Now we have a dictionary representation of all of our products, together with their reviews.