@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
dc:type	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dc:type	rdfs:comment	"A concept associated with a BusinessObject or\n      Resource."@en .
@prefix ebucore:	<http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#> .
dc:type	rdfs:domain	ebucore:BusinessObject ;
	rdfs:label	"type"@en .