@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
_:b10399	rdf:type	owl:Class ;
	owl:unionOf	_:b10402 .
@prefix ebucore:	<http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#> .
_:b10400	rdf:first	ebucore:VideoTrack ;
	rdf:rest	rdf:nil .
_:b10401	rdf:first	ebucore:Picture ;
	rdf:rest	_:b10400 .
_:b10402	rdf:first	ebucore:MediaResource ;
	rdf:rest	_:b10401 .