@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns1:	<http://dbpedia.org/resource/Category:> .
<http://dbpedia.org/resource/Members_of_the_IV._German_Reichstag_%28Weimar_Republic%29>	skos:subject	ns1:Reichstag .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
dbpedia:Reichstag_fire	skos:subject	ns1:Reichstag .
<http://dbpedia.org/resource/Reichstag_%28institution%29>	skos:subject	ns1:Reichstag .
dbpedia:Reichstag_building	skos:subject	ns1:Reichstag .
dbpedia:Reichstag_dome	skos:subject	ns1:Reichstag .
dbpedia:Imperial_Knight	skos:subject	ns1:Reichstag .
dbpedia:Reichstag_Fire_Decree	skos:subject	ns1:Reichstag .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
ns1:Reichstag	rdf:type	skos:Concept .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:Reichstag	rdfs:label	"Reichstag"@en ;
	skos:prefLabel	"Reichstag"@en ;
	skos:broader	ns1:Landmarks_in_Germany ,
		ns1:Buildings_and_structures_in_Berlin .