Wiki source code of For Developers
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
3.1 | 1 | The [[SDMX standard>>https://sdmx.org/]] defines a common set of [[statistical concepts>>doc:Glossary.WebHome]] and related [[code lists>>doc:Models.WebHome]] intended for reuse across many datasets. |
| |
7.1 | 2 | As part of the **Interoperability Basis** project, work was undertaken to bridge gaps and semantically enrich the SDMX [[glossary>>doc:Glossary.WebHome]] and [[code-lists>>doc:Models.WebHome]] XML-schemes published in the [[global registry>>https://registry.sdmx.org/]]. The following [[RDF>>https://www.w3.org/RDF/]]/[[OWL>>https://www.w3.org/OWL/]] namespaces were defined: |
| |
3.1 | 3 | |
| 4 | |=Prefix|=Namespace|=Description | ||
| |
13.1 | 5 | |=(% scope="col" %)sip-sdmx|[[http:~~/~~/purl.semanticip.org/linked-data/sdmx/>>http://purl.semanticip.org/linked-data/sdmx/]]|((( |
| 6 | This vocabulary extends the data cube vocabulary to support publication of statistical data in RDF, using an information model based on SDMX 3.0 | ||
| 7 | ))) | ||
| |
11.1 | 8 | |**sip-sdmx-concept**|[[http:~~/~~/purl.semanticip.org/linked-data/sdmx/concept/>>url:http://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. |
| 9 | |**sip-sdmx-code**|[[http:~~/~~/purl.semanticip.org/linked-data/sdmx/code/>>url:http://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. | ||
| |
10.1 | 10 | |**sip-sdmx-agency**|[[http:~~/~~/purl.semanticip.org/linked-data/sdmx/agency/>>url:http://purl.semanticip.org/linked-data/sdmx/agency/]]|Namespace for agencies that publish or aggregate statistical data. |
| |
3.1 | 11 | |
| 12 | 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. | ||
| |
13.1 | 13 | {{velocity}}#set($attachDecode =''){{/velocity}}{{groovy output="false"}} import java.net.URLDecoder |
| 14 | import java.net.URLEncoder | ||
| 15 | def attachUrl = 'https://'+ request.getServerName()+ doc.getAttachmentURL('sip-sdmx.ttl') | ||
| 16 | attachUrl = attachUrl | ||
| 17 | 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') | ||
| |
14.1 | 18 | **sip-sdmx in TTL Format** [[$services.localization.render('skms.general.btn.download')>>attach:$doc.getAttachmentList()[0].getFilename()||class="btn btn-primary"]] |
| |
13.1 | 19 | {{html}} |
| 20 | <p> | ||
| 21 | <iframe id="sip-sdmxLODE" allowfullscreen="allowfullscreen" role="presentation" style="border:none; height:900px; width:100%; overflow:auto" src="$LODEurl" title="$doc.plainTitle"></iframe> | ||
| 22 | </p> | ||
| 23 | {{/html}}{{/velocity}} |