From version 54.1
edited by Artur
on 2025/09/15 16:35
Change comment: There is no comment for this version
To version 44.1
edited by Artur
on 2025/09/15 10:58
Change comment: Uploaded new attachment "Рабочий цикл.svg", version {1}

Summary

Details

Page properties
Content
... ... @@ -9,19 +9,8 @@
9 9  [[~[Learn more about the project →~]>>About.WebHome||rel="noopener noreferrer" target="_blank"]]
10 10  {{/box}}
11 11  
12 -{{html}}
13 -<div class="focus-row">
14 - <span class="focus-text">Current Focus: SDMX</span>
15 - <button
16 - class="semantic-btn"
17 - onclick="location.href='/xwiki/wiki/sdmx/view/Main/';"
18 - aria-label="Semantic SDMX"
19 - title="Explore our Semantic SDMX section">
20 - </button>
21 -</div>
22 -{{/html}}
12 +**Current Focus: SDMX**
23 23  
24 -
25 25  We are developing a semantic layer for the [[SDMX standard>>https://sdmx.org/||rel="noopener noreferrer" target="_blank"]]. This includes:
26 26  
27 27  * Transformation of core [[glossary>>doc:sdmx:Glossary.WebHome]] concepts and [[code lists>>doc:sdmx:Models.WebHome]] into [[RDF>>https://www.w3.org/RDF/||rel="noopener noreferrer" target="_blank"]]/[[OWL>>https://www.w3.org/OWL/||rel="noopener noreferrer" target="_blank"]]
... ... @@ -30,14 +30,10 @@
30 30  * Publication of structured, semantically annotated [[SDMX documents>>doc:sdmx:Methodology.WebHome]]
31 31  * Presentation of prepared semantic models for expert review and discussion
32 32  
33 -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.
34 -
35 -[[image:pipeline.png||height="355" width="919"]]
36 -
37 -**Figure 1. Semantic transformation pipeline of SDMX**
38 -
39 39  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.
40 40  
24 +[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]]
25 +
41 41  {{box cssClass="box_green"}}
42 42  **We invite partners to join the international, non-profit Interoperability Basis initiative and a shared semantic infrastructure**
43 43  
pipeline.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.arturkryazhev
Size
... ... @@ -1,1 +1,0 @@
1 -330.4 KB
Content
XWiki.StyleSheetExtension[0]
Code
... ... @@ -7,25 +7,3 @@
7 7  .box_green {
8 8   background: linear-gradient(to bottom, #f4fcfc, #e9f8f7);
9 9  }
10 -.focus-row {
11 - display: flex;
12 - align-items: center; /* вертикальное выравнивание текста и кнопки */
13 - gap: 10px; /* расстояние между текстом и кнопкой */
14 -}
15 -.focus-text {
16 - font-weight: bold;
17 -}
18 -.semantic-btn {
19 - display: inline-block;
20 - width: 142px; /* размеры как у картинки */
21 - height: 64px;
22 - border: none;
23 - 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')
24 - no-repeat center center;
25 - background-size: contain; /* чтобы SVG вписывался */
26 - cursor: pointer;
27 -}
28 -.semantic-btn:focus {
29 - outline: 2px solid #6488b0; /* подсветка при табуляции */
30 -}
31 -