- https://purl.semanticip.org/linked-data/sdmx/ML/MeasureRelationshipType
TTL - owl:Class
- Measure Relationship Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- complexType
MeasureRelationshipType allows for the description of an attribute's relationship to one or more measures.
- SDMXStructureDataStructure.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MeasureRelationshipType">
<xs:annotation>
<xs:documentation>MeasureRelationshipType allows for the description of an attribute's relationship to one or more measures.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Measure" type="common:NCNameIDType" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>This is a reference to a measure defined in this data structure definition.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Measure ;
owl:allValuesFrom sip-sdmx-ML:NCNameIDType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Measure ;
owl:minQualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML:NCNameIDType
] ;