@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:BRICS__PersonFunction__1	rdf:type	owl:Thing .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbr:BRICS__PersonFunction__1	rdf:type	dbo:PersonFunction ;
	owl:sameAs	dbr:BRICS__PersonFunction__1 ;
	dbo:personName	"Luiz In\u00E1cio Lula da Silva,President of Brazil" ;
	dbo:person	dbr:President_of_Brazil ,
		<http://dbpedia.org/resource/Luiz_In\u00E1cio_Lula_da_Silva> ;
	dbo:title	"Chairman (incumbent)"@en .
dbr:BRICS	dbo:leaderFunction	dbr:BRICS__PersonFunction__1 .