@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:Bird__Sound__1	rdf:type	wikidata:Q386724 .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbr:Bird__Sound__1	rdf:type	owl:Thing .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbr:Bird__Sound__1	rdf:type	dbo:Sound ,
		dbo:Document .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbr:Bird__Sound__1	rdf:type	foaf:Document ,
		dbo:Work .
@prefix schema:	<http://schema.org/> .
dbr:Bird__Sound__1	rdf:type	schema:CreativeWork ;
	owl:sameAs	dbr:Bird__Sound__1 ;
	dbo:description	"Song of thehouse wren, a common North American songbird"@en ;
	dbo:filename	"Troglodytes aedon - House Wren - XC79974.ogg" ;
	dbo:title	"Bird song"@en .
dbr:Bird	dbo:soundRecording	dbr:Bird__Sound__1 .