@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:measure	rdf:type	owl:ObjectProperty ,
		rdf:Property ,
		owl:AnnotationProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
qb:measure	rdfs:subPropertyOf	qb:componentProperty ;
	rdfs:label	"measure"@en ;
	rdfs:range	qb:MeasureProperty .
@prefix ns4:	<http://purl.org/linked-data/> .
qb:measure	rdfs:isDefinedBy	ns4:cube ;
	rdfs:comment	"An alternative to qb:componentProperty which makes explicit that the component is a measure"@en .