@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
@prefix dbpedia-owl:	<http://dbpedia.org/ontology/> .
dbpedia:Pass_It_Around	rdf:type	dbpedia-owl:MusicalWork .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbpedia:Pass_It_Around	rdf:type	owl:Thing ,
		dbpedia-owl:Work ,
		dbpedia-owl:Album .
@prefix dbpprop:	<http://dbpedia.org/property/> .
dbpedia:Pass_It_Around	dbpprop:name	"Pass It Around"@en ;
	dbpedia-owl:type	dbpedia:Album ;
	dbpedia-owl:label	dbpedia:Lost_Highway_Records .
@prefix ns5:	<http://dbpedia.org/ontology/MusicalWork/> .
dbpedia:Pass_It_Around	ns5:label	dbpedia:Lost_Highway_Records ;
	dbpedia-owl:genre	<http://dbpedia.org/resource/Rock_%28music%29> ;
	ns5:artist	dbpedia:Donavon_Frankenreiter .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbpedia:Pass_It_Around	foaf:name	"Pass It Around" .
@prefix ns7:	<http://en.wikipedia.org/wiki/> .
dbpedia:Pass_It_Around	foaf:page	ns7:Pass_It_Around .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix ns9:	<http://dbpedia.org/ontology/Work/> .
dbpedia:Pass_It_Around	ns9:releaseDate	"2008-08-19"^^xsd:date ;
	dbpedia-owl:runtime	"2231.11"^^xsd:duration ;
	dbpedia-owl:artist	dbpedia:Donavon_Frankenreiter ;
	dbpedia-owl:producer	dbpedia:Joe_Chicarelli ;
	dbpedia-owl:review	"* Allmusic link\n* World of Music" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia:Pass_It_Around	rdfs:label	"Pass It Around"@en ;
	ns9:type	dbpedia:Album ;
	ns9:genre	<http://dbpedia.org/resource/Rock_%28music%29> ;
	dbpedia-owl:previousWork	dbpedia:Recycled_Recipes_EP ;
	ns9:runtime	"2231.11"^^xsd:duration ;
	dbpedia-owl:recordDate	"2008-01-01T00:00:00-05:00"^^xsd:gYear ;
	ns5:recordDate	"2008-01-01T00:00:00-05:00"^^xsd:gYear .
@prefix ns11:	<http://dbpedia.org/ontology/Album/> .
dbpedia:Pass_It_Around	ns11:producer	dbpedia:Joe_Chicarelli ;
	dbpprop:abstract	"Pass It Around is the title of Donavon Frankenreiter's third album, released on August 19 2008."@en ;
	rdfs:comment	"Pass It Around is the title of Donavon Frankenreiter's third album, released on August 19 2008."@en ;
	ns9:previousWork	dbpedia:Recycled_Recipes_EP ;
	dbpedia-owl:releaseDate	"2008-08-19"^^xsd:date ;
	ns11:review	"* Allmusic link\n* World of Music" .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
dbpedia:Pass_It_Around	skos:subject	<http://dbpedia.org/resource/Category:2008_albums> .
@prefix ns13:	<http://dbpedia.org/resource/Template:> .
dbpedia:Pass_It_Around	dbpprop:wikiPageUsesTemplate	ns13:infobox_album ;
	dbpprop:type	dbpedia:Album ;
	dbpprop:genre	<http://dbpedia.org/resource/Rock_%28music%29> ;
	dbpprop:label	dbpedia:Lost_Highway_Records ;
	dbpprop:cover	"PassItAround.jpg"@en ;
	dbpprop:lastAlbum	dbpedia:Recycled_Recipes_EP ;
	dbpprop:reviews	"* Allmusic   \n* World of Music"@en .
@prefix ns14:	<http://dbpedia.org/resource/Pass_It_Around/reviews/> .
dbpedia:Pass_It_Around	dbpprop:reviews	ns14:Rating1 ,
		ns14:Rating ;
	dbpprop:artist	dbpedia:Donavon_Frankenreiter ;
	dbpprop:producer	dbpedia:Joe_Chicarelli ;
	dbpprop:recorded	2008 ;
	dbpprop:length	"37:11"@en .
dbpedia:Recycled_Recipes_EP	dbpedia-owl:subsequentWork	dbpedia:Pass_It_Around ;
	ns9:subsequentWork	dbpedia:Pass_It_Around ;
	dbpprop:nextAlbum	dbpedia:Pass_It_Around .