@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:Lost_Tunes	rdf:type	owl:Thing .
@prefix dbpedia-owl:	<http://dbpedia.org/ontology/> .
dbpedia:Lost_Tunes	rdf:type	dbpedia-owl:MusicalWork ,
		dbpedia-owl:Work ,
		dbpedia-owl:Album .
@prefix dbpprop:	<http://dbpedia.org/property/> .
dbpedia:Lost_Tunes	dbpprop:name	"Lost Tunes"@en ;
	dbpedia-owl:genre	dbpedia:Indie_music .
@prefix ns5:	<http://dbpedia.org/ontology/MusicalWork/> .
dbpedia:Lost_Tunes	ns5:artist	dbpedia:Delays .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbpedia:Lost_Tunes	foaf:name	"Lost Tunes" .
@prefix ns7:	<http://en.wikipedia.org/wiki/> .
dbpedia:Lost_Tunes	foaf:page	ns7:Lost_Tunes .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix ns9:	<http://dbpedia.org/ontology/Work/> .
dbpedia:Lost_Tunes	ns9:releaseDate	"2008-10-01T00:00:00-05:00"^^xsd:gYearMonth ;
	dbpedia-owl:artist	dbpedia:Delays ;
	dbpprop:reference	<http://www.losttunes.com/productDetail.aspx?trackid=3644217&pid=323638> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia:Lost_Tunes	rdfs:label	"Lost Tunes"@en ;
	ns9:genre	dbpedia:Indie_music ;
	dbpprop:abstract	"Lost Tunes is an EP from British indie band Delays, released in October 2008 via MP3 download store Losttunes. com. It features their treatment of numbers recorded by Nico, Creedence Clearwater Revival, The House of Love, and The Go-Go's, as well as an alternate effort at their own \"Keep It Simple\"."@en ;
	rdfs:comment	"Lost Tunes is an EP from British indie band Delays, released in October 2008 via MP3 download store Losttunes. com. It features their treatment of numbers recorded by Nico, Creedence Clearwater Revival, The House of Love, and The Go-Go's, as well as an alternate effort at their own \"Keep It Simple\"."@en ;
	dbpedia-owl:releaseDate	"2008-10-01T00:00:00-05:00"^^xsd:gYearMonth .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns12:	<http://dbpedia.org/resource/Category:> .
dbpedia:Lost_Tunes	skos:subject	ns12:Delays_albums ,
		<http://dbpedia.org/resource/Category:2008_albums> .
@prefix ns13:	<http://dbpedia.org/resource/Template:> .
dbpedia:Lost_Tunes	dbpprop:wikiPageUsesTemplate	ns13:infobox_album ,
		ns13:notability ;
	dbpprop:date	"October 2008"@en ;
	dbpprop:type	"EP"@en ;
	dbpprop:genre	dbpedia:Indie_music ;
	dbpprop:label	"Losttunes.com"@en ;
	dbpprop:cover	"LostTunesCover.jpg"@en ;
	dbpprop:artist	dbpedia:Delays ;
	dbpprop:released	"October 2008"@en .