@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:DimensionProperty	rdf:type	owl:Class .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
qb:DimensionProperty	rdfs:label	"Propiedad dimensi\u00F3n"@es ,
		"Dimension property"@en ;
	rdfs:comment	"Representa las dimensiones de un cubo"@es ,
		"It represents the dimensions of the cube"@en ;
	rdfs:subClassOf	qb:ComponentProperty ,
		_:b60516474 .
_:b60516474	rdf:type	owl:Restriction ;
	owl:onProperty	qb:concept .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
_:b60516474	owl:maxCardinality	"1"^^xsd:int .