@prefix dbo:	<http://dbpedia.org/ontology/> .
@prefix dbr:	<http://dbpedia.org/resource/> .
dbr:Italy	dbo:leaderFunction	dbr:Italy__PersonFunction__3 .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbr:Italy__PersonFunction__3	rdf:type	owl:Thing ,
		dbo:PersonFunction ;
	owl:sameAs	dbr:Italy__PersonFunction__3 ;
	dbo:personName	"Ignazio La Russa" ;
	dbo:person	dbr:Ignazio_La_Russa ;
	dbo:title	"President of the Senate"@en .