@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dct:	<http://purl.org/dc/terms/> .
dct:contributor	rdf:type	rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dct:contributor	rdfs:comment	"In the context of EBUCore, reserved for the annotation of RDF\n      properties."@en ;
	rdfs:label	"contributor"@en .