UrnPrefixPart
Last modified by Artur K. on 2026/06/05 16:30
- https://purl.semanticip.org/linked-data/sdmx/ML/common/UrnPrefixPart
TTL - rdfs:Datatype
- Urn Prefix Part
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/common
- common
- simpleType
This is validates the first part of the URN (urn:sdmx.org.infomodel.<package>.<class=). It is intended to be further restricted.
- SDMXCommonReferences.xsd
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="UrnPrefixPart">
<xs:annotation>
<xs:documentation>This is validates the first part of the URN (urn:sdmx.org.infomodel.<package>.<class=). It is intended to be further restricted.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="urn:sdmx:org\.sdmx\.infomodel\.[a-z]+\.[A-Za-z]+=[^=]+" />
</xs:restriction>
</xs:simpleType>- xsd:string
owl:withRestrictions (
[ xsd:pattern "urn:sdmx:org
.sdmx
.infomodel
.[a-z]+
.[A-Za-z]+=[^=]+" ]
)