@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

_:r9E4CB1D0DE5E11E0A51B33D67EDE6BA9r0 foaf:name "Wikipedia" .
<http://en.wikipedia.org/wiki/Robert_M._Pirsig> dc:publisher _:r9E4CB1D0DE5E11E0A51B33D67EDE6BA9r0 .
<http://example.net/id/author/1> a foaf:Person ;
	rdfs:label "Elizabeth David" ;
	foaf:familyName "David" ;
	foaf:givenName "Elizabeth" ;
	foaf:made <http://example.net/id/book/1>, <http://example.net/id/book/2> ;
	foaf:name "Elizabeth David" .
<http://example.net/id/author/2> a foaf:Person ;
	rdfs:label "Robert Pirzig" ;
	foaf:familyName "Pirzig" ;
	foaf:givenName "Robert" ;
	foaf:made <http://example.net/id/book/3> ;
	foaf:name "Robert Pirzig" ;
	foaf:page <http://en.wikipedia.org/wiki/Robert_M._Pirsig>, <http://robertpirsig.org/> .
<http://example.net/id/book/1> dc:creator <http://example.net/id/author/1> ;
	dc:subject <http://example.net/id/topic/1>, <http://example.net/id/topic/2> ;
	dc:title "French Provincial Cooking"@en ;
	bibo:author <http://example.net/id/author/1> ;
	a bibo:Book ;
	rdfs:label "French Provincial Cooking"@en ;
	foaf:maker <http://example.net/id/author/1> .
<http://example.net/id/book/2> dc:creator <http://example.net/id/author/1> ;
	dc:subject <http://example.net/id/topic/1> ;
	dc:title "Italian Food"@en ;
	bibo:author <http://example.net/id/author/1> ;
	a bibo:Book ;
	rdfs:comment "This book tells you how to cook Italian food."@en ;
	rdfs:label "Italian Food"@en ;
	foaf:maker <http://example.net/id/author/1> .
<http://example.net/id/book/3> dc:creator <http://example.net/id/author/2> ;
	dc:subject <http://example.net/id/topic/3> ;
	dc:title "Zen and the Art of Motorcycle Maintenance: An Inquiry into Values"@en ;
	bibo:author <http://example.net/id/author/2> ;
	a bibo:Book ;
	rdfs:label "Zen and the Art of Motorcycle Maintenance: An Inquiry into Values"@en ;
	foaf:maker <http://example.net/id/author/2> .
<http://example.net/id/topic/1> a skos:Concept ;
	rdfs:label "Cookery"@en ;
	skos:closeMatch <http://purl.org/NET/decimalised#c641> ;
	skos:prefLabel "Cookery"@en .
<http://example.net/id/topic/2> a skos:Concept ;
	rdfs:label "France"@en ;
	skos:prefLabel "France"@en .
<http://example.net/id/topic/3> a skos:Concept ;
	rdfs:label "Philosophy"@en ;
	skos:prefLabel "Philosophy"@en .
