@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbr:	<http://dbpedia.org/resource/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbr:Italy__PersonFunction__4	rdf:type	owl:Thing .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbr:Italy__PersonFunction__4	rdf:type	dbo:PersonFunction ;
	owl:sameAs	dbr:Italy__PersonFunction__4 ;
	dbo:title	"President of the Chamber of Deputies"@en ;
	dbo:personName	"Lorenzo Fontana" ;
	dbo:person	dbr:Lorenzo_Fontana .
dbr:Italy	dbo:leaderFunction	dbr:Italy__PersonFunction__4 .