@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
dc:language	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dc:language	rdfs:comment	"A Languages used in the BusinessObject or Resource."@en ;
	rdfs:domain	_:b10618 ,
		_:b10436 ;
	rdfs:label	"Language"@en .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
_:b10436	rdf:type	owl:Class ;
	owl:unionOf	_:b10438 .
@prefix ebucore:	<http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#> .
_:b10437	rdf:first	ebucore:Resource ;
	rdf:rest	rdf:nil .
_:b10438	rdf:first	ebucore:BusinessObject ;
	rdf:rest	_:b10437 .
_:b10618	owl:unionOf	_:b10773 .
_:b10772	rdf:first	ebucore:Resource ;
	rdf:rest	rdf:nil .
_:b10773	rdf:first	ebucore:BusinessObject ;
	rdf:rest	_:b10772 .