@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbr:	<http://dbpedia.org/resource/> .
@prefix wikidata:	<http://www.wikidata.org/entity/> .
dbr:Secret_Path__Secret_Path__1	rdf:type	wikidata:Q571 .
@prefix schema:	<http://schema.org/> .
dbr:Secret_Path__Secret_Path__1	rdf:type	schema:CreativeWork ,
		schema:Book ,
		wikidata:Q386724 .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbr:Secret_Path__Secret_Path__1	rdf:type	dbo:WrittenWork ,
		dbo:Book .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbr:Secret_Path__Secret_Path__1	rdf:type	owl:Thing .
@prefix bibo:	<http://purl.org/ontology/bibo/> .
dbr:Secret_Path__Secret_Path__1	rdf:type	bibo:Book ,
		wikidata:Q234460 ,
		dbo:Work ;
	owl:sameAs	dbr:Secret_Path__Secret_Path__1 .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbr:Secret_Path__Secret_Path__1	foaf:name	"Secret Path"@en .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
dbr:Secret_Path__Secret_Path__1	dc:publisher	"Simon & Schuster" ;
	dbo:publisher	<http://dbpedia.org/resource/Simon_&_Schuster> ;
	dbo:author	dbr:Gord_Downie ;
	dbo:isbn	"9781501155949" .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbr:Secret_Path__Secret_Path__1	dbo:numberOfPages	"96"^^xsd:positiveInteger ;
	dbo:publicationDate	"2016-10-18"^^xsd:date ;
	dbo:illustrator	dbr:Jeff_Lemire .