@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbr:	<http://dbpedia.org/resource/> .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbr:British_Records_Association__PersonFunction__2	rdf:type	dbo:PersonFunction .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbr:British_Records_Association__PersonFunction__2	rdf:type	owl:Thing ;
	owl:sameAs	dbr:British_Records_Association__PersonFunction__2 ;
	dbo:title	"President"@en ;
	dbo:personName	"Sir Geoffrey Vos,Master of the Rolls" ;
	dbo:person	dbr:Master_of_the_Rolls ,
		dbr:Geoffrey_Vos .
dbr:British_Records_Association	dbo:leaderFunction	dbr:British_Records_Association__PersonFunction__2 .