@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:Michael_Cocks__Tenure__2	rdf:type	dbo:Tenure .
@prefix ns3:	<http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#> .
dbr:Michael_Cocks__Tenure__2	rdf:type	ns3:TimeInterval ,
		dbo:TimePeriod .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbr:Michael_Cocks__Tenure__2	owl:sameAs	dbr:Michael_Cocks__Tenure__2 .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbr:Michael_Cocks__Tenure__2	dbo:end	"1979-05-04"^^xsd:date ;
	dbo:start	"1976-04-08"^^xsd:date ;
	dbo:primeMinister	dbr:James_Callaghan ;
	dbo:predecessor	dbr:Bob_Mellish ;
	dbo:successor	dbr:Michael_Jopling ;
	dbo:office	"Chief Whip of the House of Commons" ,
		"Parliamentary Secretary to the Treasury" .
dbr:Michael_Cocks	dbo:termPeriod	dbr:Michael_Cocks__Tenure__2 .