@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:Kim_Chil__Tenure__1	rdf:type	ns2:TimeInterval .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbr:Kim_Chil__Tenure__1	rdf:type	dbo:TimePeriod ,
		dbo:Tenure .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbr:Kim_Chil__Tenure__1	owl:sameAs	dbr:Kim_Chil__Tenure__1 .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbr:Kim_Chil__Tenure__1	dbo:start	"1474-09-27"^^xsd:date ;
	dbo:end	"1475-08-02"^^xsd:date ;
	dbo:office	"Right State Councillor" ;
	dbo:country	dbr:Joseon .
dbr:Gim_Jil	dbo:termPeriod	dbr:Kim_Chil__Tenure__1 .