@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbpedia-es:	<http://es.dbpedia.org/resource/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbpedia-es:DeepMind__PersonFunction__1	rdf:type	owl:Thing .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbpedia-es:DeepMind__PersonFunction__1	rdf:type	dbo:PersonFunction ;
	owl:sameAs	dbpedia-es:DeepMind__PersonFunction__1 .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbpedia-es:DeepMind__PersonFunction__1	foaf:name	"Demis Hassabis"@es ;
	dbo:title	"CEO"@es .
dbpedia-es:DeepMind	dbo:leaderFunction	dbpedia-es:DeepMind__PersonFunction__1 .