@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:MeasureProperty	rdf:type	owl:Class .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
qb:MeasureProperty	rdfs:label	"Medida"@es ,
		"Measure"@en ;
	rdfs:comment	"Representa el valor medido para el fen\u00F3meno observado"@es ,
		"Represent the measured value of the phenomenon being observed"@en ;
	rdfs:subClassOf	qb:ComponentProperty .