UrnPrefixPart

Version 23.1 by Artur K. on 2026/05/29 11:44

  

https://purl.semanticip.org/linked-data/sdmx/ML/common/UrnPrefixPart page_white_text 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.&lt;package&gt;.&lt;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]+=[^=]+" ]
)

© Semantic R&D Group, 2026