@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
dc:contributor	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dc:contributor	rdfs:comment	"An Agent who has participated in any phase of management of a\n      BusinessObject or Resource."@en ;
	rdfs:domain	_:b10448 ,
		_:b10565 ;
	rdfs:label	"Contributor"@en .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
_:b10448	rdf:type	owl:Class ;
	owl:unionOf	_:b10450 .
@prefix ebucore:	<http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#> .
_:b10449	rdf:first	ebucore:Resource ;
	rdf:rest	rdf:nil .
_:b10450	rdf:first	ebucore:BusinessObject ;
	rdf:rest	_:b10449 .
_:b10565	owl:unionOf	_:b10781 .
_:b10780	rdf:first	ebucore:Resource ;
	rdf:rest	rdf:nil .
_:b10781	rdf:first	ebucore:BusinessObject ;
	rdf:rest	_:b10780 .