From version 44.2
edited by Artur
on 2025/09/15 10:58
Change comment: There is no comment for this version
To version 50.1
edited by Artur
on 2025/09/15 14:01
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -9,7 +9,12 @@
9 9  [[~[Learn more about the project →~]>>About.WebHome||rel="noopener noreferrer" target="_blank"]]
10 10  {{/box}}
11 11  
12 -**Current Focus: SDMX**
12 +**Current Focus: SDMX** {{html}}<button
13 + class="semantic-btn"
14 + onclick="location.href='/xwiki/wiki/sdmx/view/Main/';"
15 + aria-label="Semantic SDMX"
16 + title="Explore our Semantic SDMX section">
17 +</button>{{/html}}
13 13  
14 14  We are developing a semantic layer for the [[SDMX standard>>https://sdmx.org/||rel="noopener noreferrer" target="_blank"]]. This includes:
15 15  
... ... @@ -19,14 +19,14 @@
19 19  * Publication of structured, semantically annotated [[SDMX documents>>doc:sdmx:Methodology.WebHome]]
20 20  * Presentation of prepared semantic models for expert review and discussion
21 21  
22 -All these activities are organized within a **working cycle of semantic transformation of SDMX**, which spans document collection and glossary RDF generation, automated analysis and quality control of code lists, semantic enrichment, and deployment of RDF models as reusable assets.
27 +All these activities are organized within a **semantic transformation pipeline of SDMX**, which spans document collection and glossary RDF generation, automated analysis and quality control of code lists, semantic enrichment, and deployment of RDF models as reusable assets.
23 23  
24 -[[image:Рабочий цикл.svg||height="215" width="556"]]
29 +[[image:pipeline.png||height="355" width="919"]]
25 25  
31 +**Figure 1. Semantic transformation pipeline of SDMX**
32 +
26 26  This work supports seamless integration of statistical data into the [[Linked Data>>https://www.w3.org/DesignIssues/LinkedData||rel="noopener noreferrer" target="_blank"]] ecosystem and lays the foundation for future extension to other standards.
27 27  
28 -[Explore our Semantic SDMX section →] [[~[~[image:thumb-Кнопка Semantic SDMX 1_2.svg~|~|alt="thumb-Кнопка Semantic SDMX 1_1.svg" height="64" width="142"~]~]>>doc:sdmx:Main.WebHome]]
29 -
30 30  {{box cssClass="box_green"}}
31 31  **We invite partners to join the international, non-profit Interoperability Basis initiative and a shared semantic infrastructure**
32 32  
pipeline.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.arturkryazhev
Size
... ... @@ -1,0 +1,1 @@
1 +330.4 KB
Content
XWiki.StyleSheetExtension[0]
Code
... ... @@ -7,3 +7,17 @@
7 7  .box_green {
8 8   background: linear-gradient(to bottom, #f4fcfc, #e9f8f7);
9 9  }
10 +.semantic-btn {
11 + display: inline-block;
12 + width: 142px; /* размеры как у картинки */
13 + height: 64px;
14 + border: none;
15 + background: url('/xwiki/bin/download/Main/WebHome/thumb-%D0%9A%D0%BD%D0%BE%D0%BF%D0%BA%D0%B0%20Semantic%20SDMX%201_2.svg?width=142&height=64&rev=1.1')
16 + no-repeat center center;
17 + background-size: contain; /* чтобы SVG вписывался */
18 + cursor: pointer;
19 +}
20 +.semantic-btn:focus {
21 + outline: 2px solid #6488b0; /* подсветка при табуляции */
22 +}
23 +