@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/linked-data/cube#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://purl.org/linked-data/> .
ns0:measureType
    a ns0:DimensionProperty, owl:NamedIndividual, owl:ObjectProperty ;
    rdfs:comment "Generic measure dimension, the value of this dimension indicates which measure (from the set of measures in the DSD) is being given by the obsValue (or other primary measure)"@en ;
    rdfs:isDefinedBy ns1:cube ;
    rdfs:label "measure type"@en ;
    rdfs:range ns0:MeasureProperty .
 
 
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/linked-data/cube#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://purl.org/linked-data/> .
ns0:measureType
    a ns0:DimensionProperty, owl:NamedIndividual, owl:ObjectProperty ;
    rdfs:comment "Generic measure dimension, the value of this dimension indicates which measure (from the set of measures in the DSD) is being given by the obsValue (or other primary measure)"@en ;
    rdfs:isDefinedBy ns1:cube ;
    rdfs:label "measure type"@en ;
    rdfs:range ns0:MeasureProperty .