@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbpedia-owl:	<http://dbpedia.org/ontology/> .
<http://dbpedia.org/resource/H._P._Gandhi>	rdf:type	dbpedia-owl:Scientist .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
<http://dbpedia.org/resource/H._P._Gandhi>	rdf:type	owl:Thing ,
		dbpedia-owl:Person .
@prefix dbpprop:	<http://dbpedia.org/property/> .
<http://dbpedia.org/resource/H._P._Gandhi>	dbpprop:name	"Hemendrakumar Privithiraj Gandhi"@en .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix ns5:	<http://dbpedia.org/ontology/Person/> .
<http://dbpedia.org/resource/H._P._Gandhi>	ns5:birthDate	"1920-08-20"^^xsd:date .
@prefix dbpedia:	<http://dbpedia.org/resource/> .
<http://dbpedia.org/resource/H._P._Gandhi>	ns5:birthPlace	dbpedia:Rajasthan ;
	ns5:deathDate	"2008-06-05"^^xsd:date ;
	ns5:deathPlace	dbpedia:Junagadh ,
		dbpedia:Gujarat ;
	ns5:residence	dbpedia:Junagadh ;
	ns5:citizenship	dbpedia:India .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
<http://dbpedia.org/resource/H._P._Gandhi>	foaf:name	"Hemendrakumar Privithiraj Gandhi" ;
	foaf:page	<http://en.wikipedia.org/wiki/H._P._Gandhi> ;
	dbpprop:reference	<http://wgbis.ces.iisc.ernet.in/biodiversity/sahyadri_enews/newsletter/issue26/article2/art2.htm> .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
<http://dbpedia.org/resource/H._P._Gandhi>	rdfs:label	"H. P. Gandhi"@en ;
	dbpedia-owl:birthDate	"1920-08-20"^^xsd:date ;
	dbpedia-owl:birthPlace	dbpedia:Rajasthan ;
	dbpedia-owl:deathDate	"2008-06-05"^^xsd:date ;
	dbpedia-owl:deathPlace	dbpedia:Gujarat ,
		dbpedia:Junagadh ;
	dbpedia-owl:residence	dbpedia:Junagadh ;
	ns5:nationality	dbpedia:India ;
	dbpedia-owl:citizenship	dbpedia:India ;
	dbpprop:abstract	"Hemendrakumar Prithivraj Gandhi was a pioneering Indian phycologist and diatomist."@en ;
	rdfs:comment	"Hemendrakumar Prithivraj Gandhi was a pioneering Indian phycologist and diatomist."@en ;
	dbpedia-owl:nationality	dbpedia:India .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
@prefix ns10:	<http://dbpedia.org/resource/Category:> .
<http://dbpedia.org/resource/H._P._Gandhi>	skos:subject	ns10:Indian_botanists ,
		<http://dbpedia.org/resource/Category:2008_deaths> ,
		<http://dbpedia.org/resource/Category:1920_births> ,
		ns10:Botanists_active_in_India .
@prefix ns11:	<http://dbpedia.org/resource/Template:> .
<http://dbpedia.org/resource/H._P._Gandhi>	dbpprop:wikiPageUsesTemplate	ns11:infobox_scientist ;
	dbpprop:nationality	dbpedia:India ;
	dbpprop:birthPlace	dbpedia:Rajasthan ;
	dbpprop:deathPlace	dbpedia:Gujarat ,
		dbpedia:Junagadh ;
	dbpprop:imageWidth	"150px"@en ;
	dbpprop:field	dbpedia:Ecology ,
		dbpedia:Fossil ,
		dbpedia:Diatom ,
		dbpedia:Taxonomy ,
		dbpedia:Plant_taxonomy ;
	dbpprop:residence	dbpedia:Junagadh ;
	dbpprop:citizenship	dbpedia:India ;
	dbpprop:caption	"H P Gandhi"@en ;
	dbpprop:dateOfBirth	"20 August 1920"@en ;
	dbpprop:dateOfDeath	"5 June 2008"@en ;
	dbpprop:knownFor	"Pioneering work on Indian diatoms"@en .