@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:Janice_Charette__Tenure__3	rdf:type	ns2:TimeInterval .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbr:Janice_Charette__Tenure__3	rdf:type	dbo:Tenure ,
		dbo:TimePeriod .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbr:Janice_Charette__Tenure__3	owl:sameAs	dbr:Janice_Charette__Tenure__3 ;
	dbo:predecessor	<http://dbpedia.org/resource/Gordon_Campbell_(Canadian_politician)> ;
	dbo:successor	dbr:Ralph_Goodale ;
	dbo:office	"Canadian High Commissioner to the United Kingdom" .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbr:Janice_Charette__Tenure__3	dbo:start	"2016-07-19"^^xsd:date ;
	dbo:end	"2021-03-09"^^xsd:date ;
	dbo:primeMinister	dbr:Justin_Trudeau .
dbr:Janice_Charette	dbo:termPeriod	dbr:Janice_Charette__Tenure__3 .