@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:Irene_James__Tenure__1	rdf:type	ns2:TimeInterval .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbr:Irene_James__Tenure__1	rdf:type	dbo:TimePeriod ,
		dbo:Tenure .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbr:Irene_James__Tenure__1	owl:sameAs	dbr:Irene_James__Tenure__1 ;
	dbo:predecessor	dbr:Brian_Hancock ;
	dbo:successor	<http://dbpedia.org/resource/Gwyn_R._Price> .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbr:Irene_James__Tenure__1	dbo:start	"2003-05-01"^^xsd:date ;
	dbo:end	"2011-05-06"^^xsd:date ;
	dbo:constituencyDistrict	dbr:Senedd ,
		<http://dbpedia.org/resource/Islwyn_(Senedd_constituency)> .
dbr:Irene_James	dbo:termPeriod	dbr:Irene_James__Tenure__1 .