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