@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbr:	<http://dbpedia.org/resource/> .
@prefix ns2:	<http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#> .
dbr:Benjamin_Rush__Tenure__2	rdf:type	ns2:TimeInterval .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbr:Benjamin_Rush__Tenure__2	rdf:type	dbo:Tenure ,
		dbo:TimePeriod .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbr:Benjamin_Rush__Tenure__2	owl:sameAs	dbr:Benjamin_Rush__Tenure__2 ;
	dbo:office	"Delegate fromPennsylvaniato thePennsylvania Convention for Ratifying the Constitution of the United States" .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbr:Benjamin_Rush__Tenure__2	dbo:start	"1787-11-21"^^xsd:date ;
	dbo:end	"1787-12-12"^^xsd:date .
dbr:Benjamin_Rush	dbo:termPeriod	dbr:Benjamin_Rush__Tenure__2 .