@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbr:	<http://dbpedia.org/resource/> .
@prefix bibo:	<http://purl.org/ontology/bibo/> .
dbr:Logopolis__Logopolis__1	rdf:type	bibo:Book .
@prefix schema:	<http://schema.org/> .
dbr:Logopolis__Logopolis__1	rdf:type	schema:Book ,
		schema:CreativeWork .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbr:Logopolis__Logopolis__1	rdf:type	owl:Thing .
@prefix wikidata:	<http://www.wikidata.org/entity/> .
dbr:Logopolis__Logopolis__1	rdf:type	wikidata:Q386724 ,
		wikidata:Q571 ,
		wikidata:Q234460 .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbr:Logopolis__Logopolis__1	rdf:type	dbo:Work ,
		dbo:WrittenWork ,
		dbo:Book ;
	owl:sameAs	dbr:Logopolis__Logopolis__1 .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbr:Logopolis__Logopolis__1	foaf:name	"Logopolis"@en .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
dbr:Logopolis__Logopolis__1	dc:publisher	"Target Books" .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbr:Logopolis__Logopolis__1	dbo:releaseDate	"1982-10-21"^^xsd:date ;
	dbo:author	<http://dbpedia.org/resource/Christopher_H._Bidmead> ;
	dbo:isbn	"0-426-20149-3" ;
	dbo:series	dbr:List_of_Doctor_Who_novelisations ,
		dbr:Doctor_Who ;
	dbo:publisher	dbr:Target_Books ;
	dbo:coverArtist	dbr:List_of_Doctor_Who_novelisations .