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