UrnAgencyPart

Version 19.1 by Artur K. on 2026/05/27 17:00

  

https://purl.semanticip.org/linked-data/sdmx/ML/UrnAgencyPart page_white_text TTL
rdfs:Datatype
Urn Agency Part
simpleType

This restricts the prefix and classes patterns to validate the agency part of the URN (=<agency_id>emoticon_smile.

SDMXCommonReferences.xsd

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="UrnAgencyPart">
  <xs:annotation>
   <xs:documentation>This restricts the prefix and classes patterns to validate the agency part of the URN (=&lt;agency_id&gt;:).</xs:documentation>
  </xs:annotation>
  <xs:restriction base="UrnClassesPart">
   <xs:pattern value=".+=([A-Za-z][A-Za-z0-9_\-]*(\.[A-Za-z][A-Za-z0-9_\-]*)*):[^:]+" />
  </xs:restriction>
 </xs:simpleType>

 

sip-sdmx-ML:UrnClassesPart

owl:withRestrictions (
    [ xsd:pattern ".+=([A-Za-z][A-Za-z0-9_
-]*(
.[A-Za-z][A-Za-z0-9_
-]*)*):[^:]+" ]
)

© Semantic R&D Group, 2026