- https://purl.semanticip.org/linked-data/sdmx/ML/WildcardUrnAgencyPart
TTL - rdfs:Datatype
- Wildcard Urn Agency Part
- simpleType
This restricts the prefix and classes patterns to validate the agency part of a wildcarded URN reference (=<agency_id>
.- SDMXCommonReferences.xsd
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="WildcardUrnAgencyPart">
<xs:annotation>
<xs:documentation>This restricts the prefix and classes patterns to validate the agency part of a wildcarded URN reference (=<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:pattern value=".+=\*:[^:]+" />
</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_
-]*)*):[^:]+" ]
[ xsd:pattern ".+=
*:[^:]+" ]
)