- https://purl.semanticip.org/linked-data/sdmx/ML/IntOrMissingType
TTL - rdfs:Datatype
- Int Or Missing Type
- simpleType
- SDMXCommon.xsd
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IntOrMissingType">
<xs:union memberTypes="xs:int MissingType" />
</xs:simpleType>
owl:unionOf (
xsd:int
sip-sdmx-ML:MissingType
)