@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbr:	<http://dbpedia.org/resource/> .
@prefix schema:	<http://schema.org/> .
dbr:The_Stone_Key__The_Stone_Key__1	rdf:type	schema:CreativeWork .
@prefix wikidata:	<http://www.wikidata.org/entity/> .
dbr:The_Stone_Key__The_Stone_Key__1	rdf:type	wikidata:Q234460 ,
		wikidata:Q386724 ,
		schema:Book .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbr:The_Stone_Key__The_Stone_Key__1	rdf:type	dbo:Book ,
		dbo:Work ,
		wikidata:Q571 .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbr:The_Stone_Key__The_Stone_Key__1	rdf:type	owl:Thing ,
		dbo:WrittenWork .
@prefix bibo:	<http://purl.org/ontology/bibo/> .
dbr:The_Stone_Key__The_Stone_Key__1	rdf:type	bibo:Book ;
	owl:sameAs	dbr:The_Stone_Key__The_Stone_Key__1 .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbr:The_Stone_Key__The_Stone_Key__1	foaf:name	"The Stone Key"@en .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
dbr:The_Stone_Key__The_Stone_Key__1	dc:publisher	"Viking Children's Books" ;
	dbo:isbn	"978-0-670-07134-0" .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbr:The_Stone_Key__The_Stone_Key__1	dbo:numberOfPages	"1000"^^xsd:positiveInteger ;
	dbo:author	dbr:Isobelle_Carmody ;
	dbo:series	dbr:Obernewtyn_Chronicles ;
	dbo:oclc	"225756476" ;
	dbo:lcc	"PZ7.C2176 St 2008" ;
	dbo:literaryGenre	dbr:Science_fiction ,
		dbr:Fantasy ,
		dbr:Young_adult_literature ;
	dbo:previousWork	dbr:The_Keeping_Place ;
	dbo:releaseDate	"2008-02-04"^^xsd:date ;
	dbo:subsequentWork	dbr:The_Sending ;
	dbo:publisher	dbr:Viking_Press ;
	dbo:country	dbr:Australia ;
	dbo:coverArtist	dbr:Getty_Images .