Wiki source code of For Developers

Last modified by Artur on 2025/08/04 17:20

Show last authors
1 Interoperability Basis platform maintains a controlled and sustainable namespace environment for publishing semantic assets with persistent, dereferenceable URIs. This shared infrastructure enables international organizations, public administrations, and developers to collaboratively manage vocabularies, classifications, and metadata models as part of a global semantic ecosystem.
2 To enhance support for Linked Open Statistical Data (LOSD), we introduced a set of [[RDF>>https://www.w3.org/RDF/]]/[[OWL>>https://www.w3.org/OWL/]] namespaces that semantically extend the SDMX standard. Based on the SDMX 3.0 Information Model, these vocabularies extend the [[RDF Data Cube>>https://www.w3.org/TR/vocab-data-cube/]] and SDMX vocabularies to provide richer, machine-readable representations of [[statistical concepts>>https://registry.sdmx.org/sdmx/v2/structure/conceptscheme/SDMX/CROSS_DOMAIN_CONCEPTS/2.0]], [[code lists>>https://registry.sdmx.org/items/codelist.html]], and structural metadata from the [[global registry>>https://registry.sdmx.org/]].
3 The following namespaces are available:
4
5 |=Prefix|=Namespace|=Description
6 |=(% scope="col" %)sip-sdmx|[[https:~~/~~/purl.semanticip.org/linked-data/sdmx/>>https://purl.semanticip.org/linked-data/sdmx/]]|(((
7 This vocabulary extends the data cube vocabulary to support publication of statistical data in RDF, using an information model based on SDMX 3.0
8 )))
9 |**sip-sdmx-concept**|[[https:~~/~~/purl.semanticip.org/linked-data/sdmx/concept/>>url:https://purl.semanticip.org/linked-data/sdmx/concept/]]|Namespace for SDMX concepts. Glossary based on version 2.0 of the SDMX Glossary as published in the official global registry, provided as SKOS concepts.
10 |**sip-sdmx-code**|[[https:~~/~~/purl.semanticip.org/linked-data/sdmx/code/>>url:https://purl.semanticip.org/linked-data/sdmx/code/]]|Namespace for SDMX Code Lists. SKOS ConceptSchemes and Concepts for the code lists contained in the SDMX global registry.
11 |**sip-sdmx-agency**|[[https:~~/~~/purl.semanticip.org/linked-data/sdmx/agency/>>url:https://purl.semanticip.org/linked-data/sdmx/agency/]]|Namespace for agencies that publish or aggregate statistical data.
12
13 These namespaces are offered as a convenient public vocabulary and are not part of the [[RDF Data Cube>>https://www.w3.org/TR/vocab-data-cube/]] specification.
14
15 (% style="border-top: 2px solid #eeeeee;border-color:#cbcbcb" %)
16 ----
17
18 {{velocity}}#set($attachDecode =''){{/velocity}}{{groovy output="false"}} import java.net.URLDecoder
19 import java.net.URLEncoder
20 def attachUrl = 'https://'+ request.getServerName()+ doc.getAttachmentURL('sip-sdmx.ttl')
21 attachUrl = attachUrl
22 attachDecode = URLEncoder.encode(attachUrl, "UTF-8").replace(" ", "%20").replace(",", "%2C").replace("\u00A0","%A0").replace(';','%3B'){{/groovy}}{{velocity}}#set($LODEurl = 'https://basis.semanticip.org/LODE/extract?url=' + $attachDecode + '&owlapi=true&closure=true&lang=en')
23 **sip-sdmx in TTL Format** [[$services.localization.render('skms.general.btn.download')>>attach:$doc.getAttachmentList()[0].getFilename()||class="btn btn-primary"]]
24
25 {{html}}
26 <p>
27 <iframe id="sip-sdmxLODE" allowfullscreen="allowfullscreen" role="presentation" style="border:1; height:900px; width:100%; overflow:auto" src="$LODEurl" title="$doc.plainTitle"></iframe>
28 </p>
29 {{/html}}{{/velocity}}