@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbo:	<http://dbpedia.org/ontology/> .
<http://dbpedia.org/resource/Stuart_Henry_(DJ)__PersonFunction__1>	rdf:type	dbo:PersonFunction .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
<http://dbpedia.org/resource/Stuart_Henry_(DJ)__PersonFunction__1>	rdf:type	owl:Thing ;
	owl:sameAs	<http://dbpedia.org/resource/Stuart_Henry_(DJ)__PersonFunction__1> ;
	dbo:title	"Actor"@en ,
		"Disc Jockey"@en .
<http://dbpedia.org/resource/Stuart_Henry_(DJ)>	dbo:occupation	<http://dbpedia.org/resource/Stuart_Henry_(DJ)__PersonFunction__1> .