@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
dc:rights	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dc:rights	rdfs:comment	"Rights information related to an Asset, aPublicationEvent, a\n          BusinessObject or a resource."@en ;
	rdfs:domain	_:b10333 ,
		_:b10566 ;
	rdfs:label	"Rights"@en .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
_:b10333	rdf:type	owl:Class ;
	owl:unionOf	_:b10335 .
@prefix ebucore:	<http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#> .
_:b10334	rdf:first	ebucore:PublicationEvent ;
	rdf:rest	rdf:nil .
_:b10335	rdf:first	ebucore:Asset ;
	rdf:rest	_:b10334 .
_:b10566	owl:unionOf	_:b10704 .
_:b10703	rdf:first	ebucore:PublicationEvent ;
	rdf:rest	rdf:nil .
_:b10704	rdf:first	ebucore:Asset ;
	rdf:rest	_:b10703 .