@prefix dbo:	<http://dbpedia.org/ontology/> .
@prefix dbr:	<http://dbpedia.org/resource/> .
dbr:Spain	dbo:leaderFunction	dbr:Spain__PersonFunction__2 .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
dbr:Spain__PersonFunction__2	rdf:type	dbo:PersonFunction .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbr:Spain__PersonFunction__2	rdf:type	owl:Thing ;
	owl:sameAs	dbr:Spain__PersonFunction__2 ;
	dbo:personName	"Pedro S\u00E1nchez" ;
	dbo:person	<http://dbpedia.org/resource/Pedro_S\u00E1nchez> ;
	dbo:title	"Prime Minister"@en .