- https://purl.semanticip.org/linked-data/sdmx/ML/HierarchiesType
TTL - owl:Class
- Hierarchies Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- complexType
HierarchiesType describes the structure of the hierarchies container. It contains one or more hierarchy, which can be explicitly detailed or referenced from an external structure document or registry service.
- SDMXStructure.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="HierarchiesType">
<xs:annotation>
<xs:documentation>HierarchiesType describes the structure of the hierarchies container. It contains one or more hierarchy, which can be explicitly detailed or referenced from an external structure document or registry service.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Hierarchy" type="HierarchyType" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Hierarchy provides the details of a hierarchy, which is defined as an organised collection of codes that may participate in many parent/child relationships with other codes in the list.</xs:documentation>
</xs:annotation>
<xs:unique name="Hierarchiy_UniqueLevel">
<xs:selector xpath=".structure:Level" />
<xs:field xpath="@id" />
</xs:unique>
<xs:unique name="Hierarchiy_UniqueHierarchicalCode">
<xs:selector xpath=".structure:HierarchicalCode" />
<xs:field xpath="@id" />
</xs:unique>
</xs:element>
</xs:sequence>
</xs:complexType>
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Hierarchy ;
owl:allValuesFrom sip-sdmx-ML:HierarchyType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Hierarchy ;
owl:minQualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML:HierarchyType
] ;