@prefix dbo:	<http://dbpedia.org/ontology/> .
@prefix dbr:	<http://dbpedia.org/resource/> .
dbr:Sam_Sutter	dbo:termPeriod	dbr:Sam_Sutter__Tenure__1 .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns3:	<http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#> .
dbr:Sam_Sutter__Tenure__1	rdf:type	ns3:TimeInterval ,
		dbo:Tenure ,
		dbo:TimePeriod .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbr:Sam_Sutter__Tenure__1	owl:sameAs	dbr:Sam_Sutter__Tenure__1 ;
	dbo:predecessor	<http://dbpedia.org/resource/William_A._Flanagan> ;
	dbo:successor	dbr:Jasiel_Correia ;
	dbo:office	"43rdMayor of Fall River, Massachusetts" ;
	dbo:country	dbr:United_States .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbr:Sam_Sutter__Tenure__1	dbo:start	"2014-12-29"^^xsd:date ;
	dbo:end	"2016-01-04"^^xsd:date .