@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
dc:creator	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dc:creator	rdfs:subPropertyOf	dc:contributor ;
	rdfs:comment	"A creator of content such as a director or a\n          producer."@en ;
	rdfs:label	"Creator"@en .