- https://purl.semanticip.org/linked-data/sdmx/ML/UrnAgencyPart
TTL - rdfs:Datatype
- Urn Agency Part
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/common
- common
- simpleType
This restricts the prefix and classes patterns to validate the agency part of the URN (=<agency_id>
.- 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 (=<agency_id>:).</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_
-]*)*):[^:]+" ]
)