@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix gr: <http://purl.org/goodrelations/v1#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://productdb.org/gtin/09781933822037> foaf:isPrimaryTopicOf <http://www.amazon.com/gp/product/1933822031> ;
                                           rdfs:label "The Philadelphia Inquirer's Walking Tour of Historic Philadelphia (Philadelphia Inquirer's Walking Tours of Historic Philadelphia) [Paperback]" ;
                                           gr:hasGTIN-14 "09781933822037" ;
                                           gr:hasEAN_UCC-13 "9781933822037" ;
                                           owl:sameAs <http://productdb.org/isbn/9781933822037> ,
                                                      <http://productdb.org/ean/9781933822037> ,
                                                      <http://productdb.org/asin/1933822031> ;
                                           rdf:type gr:ProductOrServiceModel .