- https://purl.semanticip.org/linked-data/sdmx/ML/common/LongOrMissingType
TTL - rdfs:Datatype
- Long Or Missing Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/common
- common
- simpleType
- SDMXCommon.xsd
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="LongOrMissingType">
<xs:union memberTypes="xs:long MissingType" />
</xs:simpleType>
owl:unionOf (
xsd:long
sip-sdmx-ML-common:MissingType
)