@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
@prefix yago:	<http://dbpedia.org/class/yago/> .
dbpedia:Radiohead_Box_Set	rdf:type	yago:RadioheadLiveAlbums .
dbpedia:Live_at_the_Astoria	rdf:type	yago:RadioheadLiveAlbums .
<http://dbpedia.org/resource/In_Rainbows_%E2%80%93_From_the_Basement>	rdf:type	yago:RadioheadLiveAlbums .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
yago:RadioheadLiveAlbums	owl:sameAs	yago:RadioheadLiveAlbums .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
yago:RadioheadLiveAlbums	rdfs:label	"Radiohead live albums"@en ;
	rdfs:subClassOf	yago:Album106591815 .