@prefix dbpprop:	<http://dbpedia.org/property/> .
@prefix ns1:	<http://dbpedia.org/resource/Robert_Young_%2528actor%2529/birthplace/> .
<http://dbpedia.org/resource/Robert_Young_%28actor%29>	dbpprop:birthplace	ns1:city-state .
@prefix ns2:	<http://dbpedia.org/resource/Template:> .
ns1:city-state	dbpprop:wikiPageUsesTemplate	ns2:city-state ;
	dbpprop:cityStateProperty	"Chicago"@en ,
		"Illinois"@en .