@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:Ernest_Chuard__Tenure__2	rdf:type	dbo:Tenure .
@prefix ns3:	<http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#> .
dbr:Ernest_Chuard__Tenure__2	rdf:type	ns3:TimeInterval ,
		dbo:TimePeriod .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbr:Ernest_Chuard__Tenure__2	owl:sameAs	dbr:Ernest_Chuard__Tenure__2 .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbr:Ernest_Chuard__Tenure__2	dbo:end	"1928-12-31"^^xsd:date ;
	dbo:start	"1919-12-11"^^xsd:date ;
	dbo:predecessor	dbr:Camille_Decoppet ;
	dbo:successor	dbr:Marcel_Pilet-Golaz ;
	dbo:office	"Swiss Federal Councillor" .
dbr:Ernest_Chuard	dbo:termPeriod	dbr:Ernest_Chuard__Tenure__2 .