@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbpedia:Clarity_Live	rdf:type	owl:Thing .
@prefix dbpedia-owl:	<http://dbpedia.org/ontology/> .
dbpedia:Clarity_Live	rdf:type	dbpedia-owl:Work ,
		dbpedia-owl:Album ,
		dbpedia-owl:MusicalWork .
@prefix dbpprop:	<http://dbpedia.org/property/> .
dbpedia:Clarity_Live	dbpprop:name	"Clarity Live"@en ;
	dbpedia-owl:type	dbpedia:Live_album ;
	dbpedia-owl:genre	dbpedia:Emo ,
		dbpedia:Alternative_rock ,
		dbpedia:Pop_punk .
@prefix ns5:	<http://dbpedia.org/ontology/MusicalWork/> .
dbpedia:Clarity_Live	ns5:artist	dbpedia:Jimmy_Eat_World .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbpedia:Clarity_Live	foaf:name	"Clarity Live" .
@prefix ns7:	<http://en.wikipedia.org/wiki/> .
dbpedia:Clarity_Live	foaf:page	ns7:Clarity_Live .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix ns9:	<http://dbpedia.org/ontology/Work/> .
dbpedia:Clarity_Live	ns9:releaseDate	"2009-04-07"^^xsd:date ;
	dbpedia-owl:artist	dbpedia:Jimmy_Eat_World .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia:Clarity_Live	rdfs:label	"Clarity Live"@en ;
	ns9:type	dbpedia:Live_album ;
	ns9:genre	dbpedia:Alternative_rock ,
		dbpedia:Emo ,
		dbpedia:Pop_punk ;
	dbpedia-owl:recordDate	"2009-03-07"^^xsd:date ;
	ns5:recordDate	"2009-03-07"^^xsd:date ;
	dbpprop:abstract	"Clarity Live is a live album by American rock band Jimmy Eat World, released digitally on April 7, 2009. It was recorded on March 7, 2009 - the last stop of the band's Clarity x10 10th-anniversary tour, on which the band played their album Clarity from start to finish."@en ;
	rdfs:comment	"Clarity Live is a live album by American rock band Jimmy Eat World, released digitally on April 7, 2009. It was recorded on March 7, 2009 - the last stop of the band's Clarity x10 10th-anniversary tour, on which the band played their album Clarity from start to finish."@en ;
	dbpedia-owl:releaseDate	"2009-04-07"^^xsd:date ;
	dbpedia-owl:recordPlace	dbpedia:March_7 ;
	ns5:recordPlace	dbpedia:March_7 .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns12:	<http://dbpedia.org/resource/Category:> .
dbpedia:Clarity_Live	skos:subject	ns12:Jimmy_Eat_World_albums ,
		ns12:Live_albums ,
		<http://dbpedia.org/resource/Category:2009_albums> .
@prefix ns13:	<http://dbpedia.org/resource/Template:> .
dbpedia:Clarity_Live	dbpprop:wikiPageUsesTemplate	ns13:infobox_album ;
	dbpprop:type	dbpedia:Live_album ;
	dbpprop:genre	dbpedia:Alternative_rock ,
		dbpedia:Pop_punk ,
		dbpedia:Emo ;
	dbpprop:cover	"Claritylive.jpg"@en ;
	dbpprop:artist	dbpedia:Jimmy_Eat_World ;
	dbpprop:released	"(digital)"@en ;
	dbpprop:recorded	dbpedia:March_7 .