@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:Arthur_Chioro__Tenure__1	rdf:type	ns2:TimeInterval .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbr:Arthur_Chioro__Tenure__1	rdf:type	dbo:TimePeriod ,
		dbo:Tenure .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbr:Arthur_Chioro__Tenure__1	owl:sameAs	dbr:Arthur_Chioro__Tenure__1 ;
	dbo:predecessor	dbr:Alexandre_Padilha ;
	dbo:successor	dbr:Marcelo_Castro ;
	dbo:president	dbr:Dilma_Rousseff .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbr:Arthur_Chioro__Tenure__1	dbo:start	"2014-02-03"^^xsd:date ;
	dbo:end	"2015-10-01"^^xsd:date ;
	dbo:office	"Minister of Health" .
dbr:Arthur_Chioro	dbo:termPeriod	dbr:Arthur_Chioro__Tenure__1 .