@prefix dbo:	<http://dbpedia.org/ontology/> .
@prefix dbr:	<http://dbpedia.org/resource/> .
dbr:Ian_Chubb	dbo:termPeriod	dbr:Ian_Chubb__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:Ian_Chubb__Tenure__1	rdf:type	ns3:TimeInterval ,
		dbo:Tenure ,
		dbo:TimePeriod .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbr:Ian_Chubb__Tenure__1	owl:sameAs	dbr:Ian_Chubb__Tenure__1 .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbr:Ian_Chubb__Tenure__1	dbo:end	"2016-01-25"^^xsd:date ;
	dbo:start	"2011-05-23"^^xsd:date ;
	dbo:predecessor	dbr:Penny_Sackett ;
	dbo:successor	dbr:Alan_Finkel ;
	dbo:office	"Chief Scientist of Australia" .