@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbr:	<http://dbpedia.org/resource/> .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbr:The_Principles_of_Mathematics__The_Principles_of_Mathematics__1	rdf:type	dbo:WrittenWork ,
		dbo:Book .
@prefix bibo:	<http://purl.org/ontology/bibo/> .
dbr:The_Principles_of_Mathematics__The_Principles_of_Mathematics__1	rdf:type	bibo:Book .
@prefix schema:	<http://schema.org/> .
dbr:The_Principles_of_Mathematics__The_Principles_of_Mathematics__1	rdf:type	schema:CreativeWork ,
		schema:Book .
@prefix wikidata:	<http://www.wikidata.org/entity/> .
dbr:The_Principles_of_Mathematics__The_Principles_of_Mathematics__1	rdf:type	wikidata:Q571 ,
		wikidata:Q386724 .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbr:The_Principles_of_Mathematics__The_Principles_of_Mathematics__1	rdf:type	owl:Thing ,
		dbo:Work ,
		wikidata:Q234460 ;
	owl:sameAs	dbr:The_Principles_of_Mathematics__The_Principles_of_Mathematics__1 .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbr:The_Principles_of_Mathematics__The_Principles_of_Mathematics__1	foaf:name	"The Principles of Mathematics"@en ;
	foaf:homepage	<http://fair-use.org/bertrand-russell/the-principles-of-mathematics/> .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
dbr:The_Principles_of_Mathematics__The_Principles_of_Mathematics__1	dc:publisher	"Cambridge University Press" ;
	dbo:isbn	"978-1-313-30597-6" .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbr:The_Principles_of_Mathematics__The_Principles_of_Mathematics__1	dbo:numberOfPages	"534"^^xsd:positiveInteger ;
	dbo:author	dbr:Bertrand_Russell ;
	dbo:oclc	"1192386" ;
	dbo:translator	dbr:Louis_Couturat ;
	dbo:publisher	dbr:Cambridge_University_Press .