@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbr:	<http://dbpedia.org/resource/> .
@prefix wikidata:	<http://www.wikidata.org/entity/> .
dbr:Edison_Records__Sound__1	rdf:type	wikidata:Q386724 .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbr:Edison_Records__Sound__1	rdf:type	dbo:Work ,
		dbo:Sound ,
		dbo:Document .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbr:Edison_Records__Sound__1	rdf:type	foaf:Document .
@prefix schema:	<http://schema.org/> .
dbr:Edison_Records__Sound__1	rdf:type	schema:CreativeWork .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbr:Edison_Records__Sound__1	rdf:type	owl:Thing ;
	owl:sameAs	dbr:Edison_Records__Sound__1 ;
	dbo:description	"Performed byAda Jonesfor Edison Records in 1909."@en ,
		"Performed byBilly Murrayfor Edison Records in 1914."@en ,
		"1909 Edison Records recording of husband-and-wife teamJack NorworthandNora Bayes' 1908 hitShine On, Harvest MoonwithAda JonesandBilly Murray."@en ;
	dbo:filename	"Ada Jones and Billy Murray - Shine On, Harvest Moon.ogg" ,
		"I Want to Go Back to Michigan.ogg" ,
		"Audio for Ada Jones- Whistle and I'll Wait for You - 1909.ogg" ;
	dbo:title	"Whistle and I'll Wait for You"@en ,
		"Shine On, Harvest Moon"@en ,
		"I Want to Go Back to Michigan"@en .
dbr:Edison_Records	dbo:soundRecording	dbr:Edison_Records__Sound__1 .