@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns1:	<http://en.wikipedia.org/wiki/Explore/> .
@prefix ns2:	<http://dbpedia.org/resource/Explore/> .
ns1:Create	foaf:primaryTopic	ns2:Create .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
ns2:Create	rdf:type	schema:Book .
@prefix bibo:	<http://purl.org/ontology/bibo/> .
ns2:Create	rdf:type	bibo:Book ,
		schema:CreativeWork .
@prefix dbo:	<http://dbpedia.org/ontology/> .
ns2:Create	rdf:type	dbo:Work .
@prefix wikidata:	<http://www.wikidata.org/entity/> .
ns2:Create	rdf:type	wikidata:Q571 ,
		wikidata:Q234460 .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns2:Create	rdf:type	owl:Thing ,
		dbo:Book ,
		wikidata:Q386724 ,
		dbo:WrittenWork ;
	owl:sameAs	ns2:Create .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns2:Create	rdfs:label	"Explore/Create"@en .
@prefix dct:	<http://purl.org/dc/terms/> .
@prefix dbc:	<http://dbpedia.org/resource/Category:> .
ns2:Create	dct:subject	dbc:Richard_Garriott ,
		dbc:American_memoirs ,
		<http://dbpedia.org/resource/Category:2017_non-fiction_books> ;
	foaf:depiction	<http://commons.wikimedia.org/wiki/Special:FilePath/Explore_Create.jpg> .
@prefix prov:	<http://www.w3.org/ns/prov#> .
ns2:Create	prov:wasDerivedFrom	<http://en.wikipedia.org/wiki/Explore/Create?oldid=1206055199&ns=0> ;
	foaf:isPrimaryTopicOf	ns1:Create ;
	dbo:description	"2017 memoir by Richard Garriott"@en .
@prefix dbp:	<http://dbpedia.org/property/> .
@prefix dbt:	<http://dbpedia.org/resource/Template:> .
ns2:Create	dbp:wikiPageUsesTemplate	dbt:Short_description ,
		dbt:Reflist ,
		dbt:Infobox_book ,
		dbt:Improve_categories ;
	dbo:author	<http://dbpedia.org/resource/David_Fisher_(author)> .
@prefix dbr:	<http://dbpedia.org/resource/> .
ns2:Create	dbo:author	dbr:Richard_Garriott ;
	dbp:author	<http://dbpedia.org/resource/David_Fisher_(author)> ,
		dbr:Richard_Garriott ;
	dbo:thumbnail	<http://commons.wikimedia.org/wiki/Special:FilePath/Explore_Create.jpg?width=300> .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
ns2:Create	dbo:publicationDate	"2017-01-10"^^xsd:date ;
	dbp:pubDate	"2017-01-10"^^xsd:date .