From version 25.1
edited by Artur
on 2025/05/23 17:30
Change comment: There is no comment for this version
To version 34.1
edited by Artur
on 2025/05/23 21:00
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Welcome
1 +Towards FAIR and Interoperable Data through Semantics
Content
... ... @@ -1,10 +1,13 @@
1 1  {{include reference="SUZ.Permissions.userUIPermissions.WebHome"/}}
2 2  
3 -Although semantic technologies are widely recognized as essential for digital transformation, their adoption in official statistics remains limited. Many existing data and metadata exchange standards — such as SDMX and SIMS — are developed within object-oriented frameworks and lack integration with Semantic Web technologies. Classifications and reference systems used in statistics often have no persistent URIs, making it difficult to build sustainable semantic metadata.
3 +{{box cssClass="box_green"}}
4 +Although semantic technologies are widely recognized as essential for digital transformation, their adoption in official statistics remains limited. Many existing data and metadata exchange standards — such as [[SDMX >>https://sdmx.org/]]and [[SIMS >>https://ec.europa.eu/eurostat/documents/64157/4373903/SIMS-2-0-Revised-standards-November-2015-ESSC-final.pdf/47c0b80d-0e19-4777-8f9e-28f89f82ce18]]— are developed within object-oriented frameworks and lack integration with [[Semantic Web>>https://www.w3.org/2001/sw/wiki/Main_Page]] technologies. Classifications and reference systems used in statistics often have no persistent [[URIs>>https://www.w3.org/Addressing/URL/uri-spec.html]], making it difficult to build sustainable semantic metadata.
4 4  
5 5  **Interoperability Basis** addresses these challenges through an open, non-profit platform that semantically enables existing standards. The platform supports semantic alignment, enrichment, and publication of models using a knowledge management system, modeling tools, namespace control, and persistent URI infrastructure.
6 6  
7 -By fostering international collaboration around semantic assets such as code lists and glossaries, the project supports the broader adoption of FAIR principles, scalable integration of Semantic Web technologies into information sharing and linked data dissemination, as well as the seamless use of interoperable data in AI-powered and user-friendly applications.
8 +By fostering international collaboration around semantic assets such as code lists and glossaries, the project supports the broader adoption of [[FAIR principles>>https://www.go-fair.org/fair-principles/]], scalable integration of [[Semantic Web>>https://www.w3.org/2001/sw/wiki/Main_Page]] technologies into information sharing and [[linked data>>https://www.w3.org/DesignIssues/LinkedData]] dissemination, as well as the seamless use of interoperable data in AI-powered and user-friendly applications.
9 +[[~[Learn more about us →~]>>About.WebHome]]
10 +{{/box}}
8 8  
9 9  
10 10  ----
... ... @@ -11,15 +11,15 @@
11 11  
12 12  **Current Focus: SDMX**
13 13  
14 -We are developing a semantic layer for the SDMX standard. This includes:
17 +We are developing a semantic layer for the [[SDMX standard>>https://sdmx.org/]]. This includes:
15 15  
16 -* Transformation of core glossary concepts and code lists into RDF/OWL
17 -* Creation of persistent URIs for glossary terms and codes
19 +* Transformation of core [[glossary>>doc:sdmx:Glossary.WebHome]] concepts and code lists into [[RDF>>https://www.w3.org/RDF/]]/[[OWL>>https://www.w3.org/OWL/]]
20 +* Creation of persistent [[URIs>>https://www.w3.org/Addressing/URL/uri-spec.html]] for glossary terms and codes
18 18  * Semantic alignment of standard documents and glossary terminology
19 19  * Publication of structured, semantically annotated SDMX documents
20 20  * Presentation of prepared semantic models for expert review and discussion
21 21  
22 -This work supports seamless integration of statistical data into the Linked Data ecosystem and lays the foundation for future extension to other standards.
25 +This work supports seamless integration of statistical data into the [[Linked Data>>https://www.w3.org/DesignIssues/LinkedData]] ecosystem and lays the foundation for future extension to other standards.
23 23  
24 24  [Explore our Semantic SDMX section →] [[~[~[image:thumb-Кнопка Semantic SDMX 1_2.svg~|~|alt="thumb-Кнопка Semantic SDMX 1_1.svg" height="48" width="99"~]~]>>doc:sdmx:Main.WebHome]]
25 25  
XWiki.StyleSheetExtension[0]
Code
... ... @@ -3,3 +3,7 @@
3 3   height: 169px;
4 4   width: 100%;
5 5  }
6 +
7 +.box_green {
8 + background: linear-gradient(to bottom, #f4fcfc, #e9f8f7);
9 +}