@prefix dbo:	<http://dbpedia.org/ontology/> .
<http://dbpedia.org/resource/Springfield,_Illinois>	dbo:politicalLeader	<http://dbpedia.org/resource/Springfield,_Illinois__PoliticalFunction__1> .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
<http://dbpedia.org/resource/Springfield,_Illinois__PoliticalFunction__1>	rdf:type	owl:Thing ,
		dbo:PoliticalFunction ,
		dbo:PersonFunction ;
	owl:sameAs	<http://dbpedia.org/resource/Springfield,_Illinois__PoliticalFunction__1> ;
	dbo:leaderTitle	"Mayor"@en ;
	dbo:personName	"Misty Buscher" .
@prefix dbr:	<http://dbpedia.org/resource/> .
<http://dbpedia.org/resource/Springfield,_Illinois__PoliticalFunction__1>	dbo:politician	dbr:Misty_Buscher ;
	dbo:party	<http://dbpedia.org/resource/Republican_Party_(United_States)> .