EU Parliament Monitor — API Documentation - v0.9.24
    Preparing search index...

    Function parseSDMXUrn

    • Internal

      Parse an SDMX URN into its three salient parts: agency (optional), id, and concept-id (only present for Concept URNs).

      Parameters

      • urn: string

        SDMX URN string (e.g. urn:sdmx:org.sdmx.infomodel.codelist.Codelist=IMF:CL_AREA(1.0)).

      Returns { agency: string; id: string; conceptId: string }

      Object with agency, id, and conceptId (may be empty strings).