@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
<http://dbpedia.org/resource/2022_Search_Committee__PersonFunction__2>	rdf:type	owl:Thing .
@prefix dbo:	<http://dbpedia.org/ontology/> .
<http://dbpedia.org/resource/2022_Search_Committee__PersonFunction__2>	rdf:type	dbo:PersonFunction ;
	owl:sameAs	<http://dbpedia.org/resource/2022_Search_Committee__PersonFunction__2> ;
	dbo:personName	"Mohammad Muslim Chowdhury" ,
		"Sohul Hussain" ,
		"Sohrab Hossain" ,
		"Anwara Syed Haq" ,
		"SM Kuddus Zaman" .
@prefix dbr:	<http://dbpedia.org/resource/> .
<http://dbpedia.org/resource/2022_Search_Committee__PersonFunction__2>	dbo:person	dbr:Muhammed_Sohul_Hussain ,
		dbr:SM_Kuddus_Zaman ,
		dbr:Md_Sohorab_Hossain ,
		dbr:Mohammad_Muslim_Chowdhury ,
		dbr:Anwara_Syed_Haq ;
	dbo:title	"Members"@en .
<http://dbpedia.org/resource/2022_Search_Committee>	dbo:leaderFunction	<http://dbpedia.org/resource/2022_Search_Committee__PersonFunction__2> .