@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://www.bbc.co.uk/ontologies/coreconcepts/> .
ns1:dateOfDeath	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:dateOfDeath	rdfs:comment	"The date when a Contact/Person has passed away."@en .
@prefix ebucore:	<http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#> .
ns1:dateOfDeath	rdfs:domain	ebucore:Contact ;
	rdfs:label	"Date of death"@en .