@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
@prefix ns2:	<http://dbpedia.org/resource/Category:> .
dbpedia:London_Wildlife_Trust	skos:subject	ns2:Environment_of_London .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
ns2:Environment_of_London	rdf:type	skos:Concept .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns2:Environment_of_London	rdfs:label	"Environment of London"@en ;
	skos:prefLabel	"Environment of London"@en ;
	skos:broader	ns2:Environment_of_England ,
		ns2:London ,
		ns2:Geography_of_London .
ns2:Nature_reserves_in_London	skos:broader	ns2:Environment_of_London .
dbpedia:London_Climate_Change_Agency	skos:subject	ns2:Environment_of_London .
dbpedia:Great_Smog_of_1952	skos:subject	ns2:Environment_of_London .
ns2:Sites_of_Special_Scientific_Interest_in_London	skos:broader	ns2:Environment_of_London .