Changes for page For Developers
Last modified by Artur on 2025/11/06 15:37
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (1 modified, 0 added, 0 removed)
-
Objects (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,5 +1,6 @@ 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. 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: 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: 3 3 4 4 |=Prefix|=Namespace|=Description 5 5 |=(% scope="col" %)sip-sdmx|[[http:~~/~~/purl.semanticip.org/linked-data/sdmx/>>http://purl.semanticip.org/linked-data/sdmx/]]|((( ... ... @@ -10,6 +10,10 @@ 10 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. 11 11 12 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. 14 + 15 +(% style="border-top: 2px solid #eeeeee;border-color:#cbcbcb" %) 16 +---- 17 + 13 13 {{velocity}}#set($attachDecode =''){{/velocity}}{{groovy output="false"}} import java.net.URLDecoder 14 14 import java.net.URLEncoder 15 15 def attachUrl = 'https://'+ request.getServerName()+ doc.getAttachmentURL('sip-sdmx.ttl') ... ... @@ -18,10 +18,18 @@ 18 18 **sip-sdmx in TTL Format** [[$services.localization.render('skms.general.btn.download')>>attach:$doc.getAttachmentList()[0].getFilename()||class="btn btn-primary"]] 19 19 20 20 {{html}} 21 - <hr> 22 22 <p> 23 23 <iframe id="sip-sdmxLODE" allowfullscreen="allowfullscreen" role="presentation" style="border:1; height:900px; width:100%; overflow:auto" src="$LODEurl" title="$doc.plainTitle"></iframe> 24 24 </p> 29 +{{/html}}{{/velocity}} 30 + 31 +**sip-sdmx in TTL Format** [[Preview>>attach:sip-sdmx.ttl||class="btn btn-primary"]] 32 + 33 +{{html}} 34 +<p> 35 +<iframe id="sip-sdmxLODE" allowfullscreen="allowfullscreen" role="presentation" style="border:1; height:900px; width:100%; overflow:auto" src="https://basis.semanticip.org/LODE/extract?url=https%3A%2F%2Fbasis.semanticip.org%2Fxwiki%2Fwiki%2Fsdmx%2Fdownload%2FFor%2520developers%2FWebHome%2Fsip-sdmx.ttl%3Frev%3D1.5&owlapi=true&closure=true&lang=en" title="For Developers"></iframe> 36 +</p> 25 25 {{/html}} 26 26 27 -{{/velocity}} 39 + 40 +
- sip-sdmx.ttl
-
- Size
-
... ... @@ -1,1 +1,1 @@ 1 -3. 8KB1 +3.9 KB - Content
-
... ... @@ -4,6 +4,7 @@ 4 4 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 5 5 @prefix skos: <http://www.w3.org/2004/02/skos/core#> . 6 6 @prefix foaf: <http://xmlns.com/foaf/0.1/> . 7 +@prefix cpov: <http://data.europa.eu/m8g/> . 7 7 @prefix dcterms: <http://purl.org/dc/terms/> . 8 8 @prefix qb: <http://purl.org/linked-data/cube#> . 9 9 @prefix sdmx: <http://purl.org/linked-data/sdmx#> . ... ... @@ -14,13 +14,11 @@ 14 14 15 15 #### 1. Declaring this file as an ontology #### 16 16 17 -<http://purl.semanticip.org/linked-data/sdmx> 18 +<http://purl.semanticip.org/linked-data/sdmx/> 18 18 a owl:Ontology ; 19 19 owl:versionInfo "3.0.0" ; 20 20 rdfs:label "Semantic SDMX vocabulary"; 21 -# rdfs:label "SDMX Semantic Integration Profile"@en ; 22 22 rdfs:comment "This vocabulary extends the data cube vocabulary to support publication of statistical data in RDF, using an information model based on SDMX 3.0"; 23 -# rdfs:comment "Top-level ontology that aggregates SDMX semantic namespaces: concepts, code lists, and agencies."@en ; 24 24 dcterms:created "2025-07-18"^^xsd:date; 25 25 dcterms:title "Vocabulary for publishing SDMX 3.0 statistical data in RDF"; 26 26 dcterms:source <https://sdmx.org>; ... ... @@ -36,8 +36,7 @@ 36 36 37 37 #### 2.1. DataFlowDefinition (data flow) #### 38 38 39 -sip-sdmx:DataFlowDefinition 40 - a rdfs:Class, owl:Class ; 38 +sip-sdmx:DataFlowDefinition a rdfs:Class, owl:Class ; 41 41 rdfs:subClassOf qb:DataSet ; # inherited from cube 42 42 rdfs:label "Data Flow Definition"@en ; 43 43 rdfs:comment "Abstract concept (i.e. the structure without any data) of a flow of data that providers will provide for different reference periods."@en . ... ... @@ -74,12 +74,16 @@ 74 74 75 75 #### 2.3. Agency (organizational units) #### 76 76 75 +sip-sdmx:Agency a rdfs:Class, owl:Class; 76 + rdfs:label "SDMX Agency"@en ; 77 + rdfs:subClassOf cpov:PublicOrganisation ; 78 + rdfs:isDefinedBy sip-sdmx-concept:DATA_PROVIDER . 79 + 77 77 sip-sdmx:agencyID a rdf:Property ; 78 - rdfs:range xsd:anyURI;81 + rdfs:range sip-sdmx:Agency ; 79 79 rdfs:label "agency ID"@en . 80 80 81 -sip-sdmx:hasAgencyLabel 82 - a rdf:Property ; 84 +sip-sdmx:hasAgencyLabel a rdf:Property ; 83 83 rdfs:label "Has agency-specific label"@en ; 84 84 rdfs:comment "Relates a code to agency-specific labels defined by specific agencies."@en ; 85 85 rdfs:range rdfs:Literal .
- SKMS.Code.ForDevelopersClass[0]
-
- URI
-
... ... @@ -1,0 +1,1 @@ 1 +http://purl.semanticip.org/linked-data/sdmx/ - vann.preferredNamespacePrefix
-
... ... @@ -1,0 +1,1 @@ 1 +sip-sdmx