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