@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix qb:	<http://purl.org/linked-data/cube#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
qb:componentRequired	rdf:type	owl:FunctionalProperty ,
		owl:DatatypeProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
qb:componentRequired	rdfs:label	"Indica la obligatoridad"@es ;
	rdfs:domain	qb:ComponentSpecification .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
qb:componentRequired	rdfs:range	xsd:boolean ;
	rdfs:comment	"Indica si la dimensi\u00F3n o medidas son requeridos"@es .