@prefix rdf: . @prefix qb: . @prefix rdfs: . qb:MeasureProperty rdf:type rdfs:Class . @prefix owl: . qb:MeasureProperty rdf:type owl:Class ; rdfs:subClassOf qb:ComponentProperty ; rdfs:label "Measure property"@en . @prefix ns4: . qb:MeasureProperty rdfs:isDefinedBy ns4:cube ; rdfs:comment "The class of components which represent the measured value of the phenomenon being observed"@en ; owl:disjointWith qb:AttributeProperty , qb:DimensionProperty .