@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
dc:coverage	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dc:coverage	rdfs:comment	"A property to identify the Events and or\r Locations, all real or\n      fictional, covered by the \r BusinessObject."@en .
@prefix ebucore:	<http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#> .
dc:coverage	rdfs:domain	ebucore:BusinessObject ;
	rdfs:label	"Coverage"@en .