@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
dc:title	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix virtrdf:	<http://www.openlinksw.com/schemas/virtrdf#> .
dc:title	rdfs:subPropertyOf	virtrdf:label .
@prefix b3s:	<http://b3s.openlinksw.com/> .
dc:title	rdfs:subPropertyOf	b3s:label ;
	rdfs:comment	"The title by which a BusinessObject is known."@en .
@prefix ebucore:	<http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#> .
dc:title	rdfs:domain	ebucore:BusinessObject ;
	rdfs:label	"Title"@en .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dc:title	rdfs:range	xsd:string .