SlideShare a Scribd company logo
1 of 18
Vienna, Austria
12-13 June, 2023
#FIWARESummit
From Data
to Value
OPEN SOURCE
OPEN STANDARDS
OPEN COMMUNITY
Enabling interoperability for
Linked Open Statistical Data
Martino Maggio (Engineering), Giuseppina Ruocco (ISTAT), Franck Cotton (INSEE)
The contents of this publication are the sole responsibility of INTERSTAT consortium
and do not necessarily reflect the opinion of the European Union
Statistical data and Interoperability
● Statistical data play an increasingly relevant role in the definition and
implementation of policies in the social, economic and administrative domains.
● For its relevance, statistical data is part of the thematic categories of High-Value
Datasets (HVDs) as defined in the Open Data Directive
● The interoperability of statistical data between different European countries is
essential in order to make open, reusable data available to scientific
communities, citizens and administrations for the creation of new cross-border
services.
The contents of this publication are the sole responsibility of INTERSTAT consortium
and do not necessarily reflect the opinion of the European Union
INTERSTAT Project
«The overall objective of INTERSTAT is to develop a framework that will allow the
interoperability, by using technical assets and common ontologies, between national
statistical portals and the European Data portal and the deployment of cross-border
services that reuse European statistical open datasets from those portals.»
Project consortium
CEF Telecom call 2019 - Public Open Data
Start: September 2020
Duration: 36 months
The contents of this publication are the sole responsibility of INTERSTAT consortium
and do not necessarily reflect the opinion of the European Union
INTERSTAT Objectives
● Enable interoperability among different national statistical portals and the European Data Portal
through the adoption of standards and tools to automate metadata harmonisation and data
publication
● Provide standards, methodologies and tools to achieve data harmonisation in the field of (linked)
open data statistics among different national statistical institutions
● Provide uniform technical interfaces for a standard and simple re-use of statistical information
through the adoption of CEF Context Broker Building Block and the implementation of ETSI NGSI-LD
API specification
● Provide tools to simplify statistical data visualisation and analysis for non-technical end-users
● Validate the technical solutions, provided in the Action, through the deployment and piloting of
cross-border end-users services in the domain of Population and Households Census, reusing
harmonised statistical data in combination with open dataset (i.e. city-related data) from European
Data Portal and other national open data portals.
The contents of this publication are the sole responsibility of INTERSTAT consortium
and do not necessarily reflect the opinion of the European Union
INTERSTAT technical framework
INTERSTAT framework provides:
• The harmonisation of the Linked Open Statistical Data (LOSD), that in
project pilots have been provided by Istat and Insee, through the
adoption of common data models and the provisioning of specific tools
for data mapping, querying and visualisation, in compliance with SDMX
standard.
• Idra Open Data federation platform, for the federation and
harmonisation of open datasets coming from heterogeneous sources
and its provisioning through standard interfaces and metadata models
(i.e DCAT-AP)
• The CEF Context Broker Building Block that allows the access to the
LOSD through the NGSI-LD models and API
• A set of open APIs based on different standards allowing the access
and the sharing of the LODS through different Open Data/Statistical
Institutional portal in Europe (e.g. European Data Portal, Eurostat
systems), but also third party systems.
The INTERSTAT framework finally enables the possibility to easily create,
on top of its API, cross- border applications based on LOSD, as the three
ones (related to environment policies, school and geolocalised facilities)
experimented inside the project.
The contents of this publication are the sole responsibility of INTERSTAT consortium
and do not necessarily reflect the opinion of the European Union
INTERSTAT Framework: Tools
Framework available at: https://framework.cef-interstat.eu/
The contents of this publication are the sole responsibility of INTERSTAT consortium
and do not necessarily reflect the opinion of the European Union
Idra - Open Data Federation Platform
• Idra is an open source platform that provides a
single access point to open data of public
administrations or private entities from sources and
portals based on heterogeneous technologies.
• The open data remains in the source portals, the
platform imports and harmonises the metadata and
updates them periodically
• The platform is able to access open data portals
based on different technologies even those that do
not expose specific APIs
• Idra is one of the key tools of INTERSTAT project
together with the CEF Context Broker to enable
interoperability between heterogeneous open data
technologies and third party applications
GitHub: https://github.com/OPSILab/Idra
The contents of this publication are the sole responsibility of INTERSTAT consortium
and do not necessarily reflect the opinion of the European Union
Integration between Idra and the CEF Context Broker
Purpose:
• Use the Smart data model to provide compatibility between the NGSI-LD and
DCAT-AP standards.
• To allow catalogues federated in Idra to be automatically loaded into an Orion
Context Broker.
• To allow an Orion catalogue containing DCAT-AP entities to be federated in Idra.
• To take advantage of CEF Context Broker's mechanism of subscription with
notifications to automatically make changes to the Idra catalogues, carried out
in the relative entities in the Context Broker.
DCAT-AP Metadata federated in Idra, are published in the
Context Broker
DCAT-AP Metadata stored in the Context Broker can be federated in
Idra.
Activation of a subscription allows Idra to receive notifications in case
of changes in the metadata
The contents of this publication are the sole responsibility of INTERSTAT consortium
and do not necessarily reflect the opinion of the European Union
Key Standards
● SDMX: Statistical Data and Metadata eXchange is
a standard for the exchange of statistical data and
metadata among international organisations.
● DCAT-AP: DCAT Application profile for data
portals in Europe is a specification based on
W3C's Data Catalogue vocabulary (DCAT) for
describing public sector datasets in Europe.
● ETSI NGSI-LD: The Context Information
Management API NGSI-LD allows users to
provide, consume and subscribe to context
information in multiple scenarios and involving
multiple stakeholders.
Key
Standards
SDMX
NGSI-LD
DCAT-AP
The contents of this publication are the sole responsibility of INTERSTAT consortium
and do not necessarily reflect the opinion of the European Union
Standardisation activities: NGSI-LD and Statistical
models
● A specific work on the interoperability between NGSI-LD and statistical standard models
has been conducted in collaboration with experts from the DDI Alliance and CODATA.
● The idea is to specify procedures for the transformation into NGSI-LD of statistical data
structured according to standard models, including the SDMX Information Model for data
and metadata, the VTL data model and the DDI Cross-Domain Integration (DDI-CDI).
● Work has progressed well regarding the SDMX data model, which covers so-called
dimensional data or cubes, and it will now focus on DDI-CDI, which can represent more
diverse data structures like sensor data, key-value ("big") data, trees, graphs, etc.
The contents of this publication are the sole responsibility of INTERSTAT consortium
and do not necessarily reflect the opinion of the European Union
SDMX/NGSI-LD parser
LALR(1) RDF
Grammar
Turtle RDF
file
DCAT-AP
statDCAT-AP
models
Orion-LD
Context Broker
RDF Parser
JSON-LD
files
ETSI NGSI-LD
Third-Party
software
• Support automatic translation from Turtle Terse RDF to JSON-
LD format compatible with ETSI NGSI-LD common information
model
• Integrated with FIWARE Context Broker (Orion-LD).
• Compatible with ETSI NGSI-LD v1.4.1
• Support (almost) strict DCAT-AP v2.0.1 and statDCAT-AP v1.0.1
for metadata representation
• Secure management of HTTP Headers
• FastAPI and Uvicorn implementation for fast (high-
performance) web framework application
The contents of this publication are the sole responsibility of INTERSTAT consortium
and do not necessarily reflect the opinion of the European Union
Cross-border pilot services
S4Y – The school for you
The “S4Y – The School for You” service allows families, who have to choose the most suitable school for
their children, to access integrated information related to data coming from different schools’ web portal
of a chosen city’s area and data coming from the Census of Population and Dwellings (e.g. as resident
population, age, sex, level of education, marital status, the construction period and the state of
preservation of the dwelling) related to the same geographical area.
Geolocalized Facilities
This application provides information about geolocalised events and infrastructures to provide decision
support to the user: it could be used by a user visiting a place he/she does not know, and wondering
where the nearest facilities of a different kind are, or what events are planned in nearby stadiums,
theatres or cultural venues. But it can also be used by a person who has to make a possible investment
at local level.
Support for Environment Policies
This use case has the objective to support local policy makers who have to take decisions about
environmental policies to be applied in a city. In particular, local policy makers can benefit from
integrated datasets deriving from: (i) sensor data concerning air pollution and (ii) statistical data
regarding demographic characterization of the city’s areas. On the basis of such data, they are able to
make several analyses to help planning and governing their interventions.
The contents of this publication are the sole responsibility of INTERSTAT consortium
and do not necessarily reflect the opinion of the European Union
Data Pipelines (1)
The data pipelines implemented for the pilot applications are based on two different
approaches, converged at the end of the data workflow in the dissemination step:
A generalized ETL approach, generating RDF triples from a
CSV Dataset through Python/Prefect or VTL pipelines.
Main advantages:
• Openness: the code, developed using open tools, is
available in the INTERSTAT GitHub repository.
• Maximal automation, to avoid manual treatments, save
time and improve traceability.
• Reproducibility, resulting from automation and code
documentation.
• Efficiency, increased by the execution of the pipeline in a
distributed environment.
The contents of this publication are the sole responsibility of INTERSTAT consortium
and do not necessarily reflect the opinion of the European Union
Data Pipelines (2)
Domain Knowledge approach, based on the description of the domain of interest through an
ontology and the definition of a logical Common Data Model to link heterogeneous data
sources with ontology concepts.
Main advantages of describing the domain of interest
through ontologies are:
• Formal and clear definition of target concepts and related
metadata
• Automatic reasoning
• Cross domain interoperability by design
• Decoupling between data structure and data semantics
• Incremental approach and cheaper data and metadata
management
• Easier linkage of new external data sources
The contents of this publication are the sole responsibility of INTERSTAT consortium
and do not necessarily reflect the opinion of the European Union
Evaluation of the outcome (1)
Measuring the impact of the action in terms of efficiency, efficacy,
relevance, reproducibility and scalability
What to measure
● Assessment dimensions
● KPIs: Qualitative/Quantitative
Stakeholders to involve
● Interstat partners
● External stakeholders: IT staff,
domain experts, representative of
statistical data publishers
How to proceed
● Performance measurement: self-assessment and external feedbacks
through an Assessment Survey
The contents of this publication are the sole responsibility of INTERSTAT consortium
and do not necessarily reflect the opinion of the European Union
Evaluation of the outcome (2)
Provide a feedback concerning the following dimensions:
● Interstat framework: to assess the relevance of the tools provided by the framework
● Data pipelines: to evaluate the efficiency of the implemented data workflows
● Client applications/Front-end: to assess the pilots developed through the Interstat tools
Give your contribution and fill in the survey questionnaire
https://ec.europa.eu/eusurvey/runner/InterstatAssessmentSurvey
Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org
Hosting Partner Keystone Sponsors
Media Partners
Find Us On Stay up to date Be certified and featured
JOIN OUR NEWSLETTER
Vienna, Austria
12-13 June, 2023
#FIWARESummit
Thanks!

More Related Content

Similar to Enabling interoperability for statistical data

PrepData4Mobilty Data Gap Analysis - Approach and Discussion.pptx
PrepData4Mobilty Data Gap Analysis - Approach and Discussion.pptxPrepData4Mobilty Data Gap Analysis - Approach and Discussion.pptx
PrepData4Mobilty Data Gap Analysis - Approach and Discussion.pptxFIWARE
 
Vassilios Peristeras | Promoting Semantic Interoperability for European Publi...
Vassilios Peristeras | Promoting Semantic Interoperability for European Publi...Vassilios Peristeras | Promoting Semantic Interoperability for European Publi...
Vassilios Peristeras | Promoting Semantic Interoperability for European Publi...semanticsconference
 
OSFair2017 Workshop | Service provisioning for excellent sciences
OSFair2017 Workshop | Service provisioning for excellent sciencesOSFair2017 Workshop | Service provisioning for excellent sciences
OSFair2017 Workshop | Service provisioning for excellent sciencesOpen Science Fair
 
Europe rules – making the fair data economy flourish
Europe rules – making the fair data economy flourishEurope rules – making the fair data economy flourish
Europe rules – making the fair data economy flourishSitra / Hyvinvointi
 
Semantic interoperability courses training module 1 - introductory overview...
Semantic interoperability courses   training module 1 - introductory overview...Semantic interoperability courses   training module 1 - introductory overview...
Semantic interoperability courses training module 1 - introductory overview...Semic.eu
 
Notes for talk on 12th June 2013 to Open Innovation meeting, Glasgow
Notes for talk on 12th June 2013 to Open Innovation meeting, GlasgowNotes for talk on 12th June 2013 to Open Innovation meeting, Glasgow
Notes for talk on 12th June 2013 to Open Innovation meeting, GlasgowPeterWinstanley1
 
Social Space for Geospatial Information
Social Space for Geospatial InformationSocial Space for Geospatial Information
Social Space for Geospatial InformationNaturNetPlus
 
Social Space for Geospatial Information
Social Space for Geospatial InformationSocial Space for Geospatial Information
Social Space for Geospatial InformationNaturNetPlus
 
Ist africa paper_ref_115_doc_3988
Ist africa paper_ref_115_doc_3988Ist africa paper_ref_115_doc_3988
Ist africa paper_ref_115_doc_3988Karel Charvat
 
Smart city position paper - GS1 standards perspective
Smart city position paper - GS1 standards perspectiveSmart city position paper - GS1 standards perspective
Smart city position paper - GS1 standards perspectiveDaeyoung Kim
 
fiware_event_13_06_2023_fragkou_pavlina.pptx
fiware_event_13_06_2023_fragkou_pavlina.pptxfiware_event_13_06_2023_fragkou_pavlina.pptx
fiware_event_13_06_2023_fragkou_pavlina.pptxFIWARE
 
E govermentinlocalandregionaladministrations onlineversionpdf
E govermentinlocalandregionaladministrations onlineversionpdfE govermentinlocalandregionaladministrations onlineversionpdf
E govermentinlocalandregionaladministrations onlineversionpdfprojecte doscinczero1
 
2017 i 2_robert_tomas_martintuchyna_drdsi
2017 i 2_robert_tomas_martintuchyna_drdsi2017 i 2_robert_tomas_martintuchyna_drdsi
2017 i 2_robert_tomas_martintuchyna_drdsiATTRACTIVE DANUBE
 
Building a semantic-based decision support system to optimize the energy use ...
Building a semantic-based decision support system to optimize the energy use ...Building a semantic-based decision support system to optimize the energy use ...
Building a semantic-based decision support system to optimize the energy use ...Gonçal Costa Jutglar
 
The role of open data in the development of sustainable smart cities and smar...
The role of open data in the development of sustainable smart cities and smar...The role of open data in the development of sustainable smart cities and smar...
The role of open data in the development of sustainable smart cities and smar...Anastasija Nikiforova
 
Establishment of sustainable data ecosystems(1)
Establishment of sustainable data ecosystems(1)Establishment of sustainable data ecosystems(1)
Establishment of sustainable data ecosystems(1)PanagiotisKeramidis
 

Similar to Enabling interoperability for statistical data (20)

PrepData4Mobilty Data Gap Analysis - Approach and Discussion.pptx
PrepData4Mobilty Data Gap Analysis - Approach and Discussion.pptxPrepData4Mobilty Data Gap Analysis - Approach and Discussion.pptx
PrepData4Mobilty Data Gap Analysis - Approach and Discussion.pptx
 
Vassilios Peristeras | Promoting Semantic Interoperability for European Publi...
Vassilios Peristeras | Promoting Semantic Interoperability for European Publi...Vassilios Peristeras | Promoting Semantic Interoperability for European Publi...
Vassilios Peristeras | Promoting Semantic Interoperability for European Publi...
 
OSFair2017 Workshop | Service provisioning for excellent sciences
OSFair2017 Workshop | Service provisioning for excellent sciencesOSFair2017 Workshop | Service provisioning for excellent sciences
OSFair2017 Workshop | Service provisioning for excellent sciences
 
Europe rules – making the fair data economy flourish
Europe rules – making the fair data economy flourishEurope rules – making the fair data economy flourish
Europe rules – making the fair data economy flourish
 
Semantic interoperability courses training module 1 - introductory overview...
Semantic interoperability courses   training module 1 - introductory overview...Semantic interoperability courses   training module 1 - introductory overview...
Semantic interoperability courses training module 1 - introductory overview...
 
Notes for talk on 12th June 2013 to Open Innovation meeting, Glasgow
Notes for talk on 12th June 2013 to Open Innovation meeting, GlasgowNotes for talk on 12th June 2013 to Open Innovation meeting, Glasgow
Notes for talk on 12th June 2013 to Open Innovation meeting, Glasgow
 
Connective Newsletter
Connective NewsletterConnective Newsletter
Connective Newsletter
 
Social Space for Geospatial Information
Social Space for Geospatial InformationSocial Space for Geospatial Information
Social Space for Geospatial Information
 
Social Space for Geospatial Information
Social Space for Geospatial InformationSocial Space for Geospatial Information
Social Space for Geospatial Information
 
Ist africa paper_ref_115_doc_3988
Ist africa paper_ref_115_doc_3988Ist africa paper_ref_115_doc_3988
Ist africa paper_ref_115_doc_3988
 
Open data pilot
Open data pilotOpen data pilot
Open data pilot
 
Smart city position paper - GS1 standards perspective
Smart city position paper - GS1 standards perspectiveSmart city position paper - GS1 standards perspective
Smart city position paper - GS1 standards perspective
 
fiware_event_13_06_2023_fragkou_pavlina.pptx
fiware_event_13_06_2023_fragkou_pavlina.pptxfiware_event_13_06_2023_fragkou_pavlina.pptx
fiware_event_13_06_2023_fragkou_pavlina.pptx
 
Census Hub Project
Census Hub ProjectCensus Hub Project
Census Hub Project
 
E govermentinlocalandregionaladministrations onlineversionpdf
E govermentinlocalandregionaladministrations onlineversionpdfE govermentinlocalandregionaladministrations onlineversionpdf
E govermentinlocalandregionaladministrations onlineversionpdf
 
2017 i 2_robert_tomas_martintuchyna_drdsi
2017 i 2_robert_tomas_martintuchyna_drdsi2017 i 2_robert_tomas_martintuchyna_drdsi
2017 i 2_robert_tomas_martintuchyna_drdsi
 
Building a semantic-based decision support system to optimize the energy use ...
Building a semantic-based decision support system to optimize the energy use ...Building a semantic-based decision support system to optimize the energy use ...
Building a semantic-based decision support system to optimize the energy use ...
 
The role of open data in the development of sustainable smart cities and smar...
The role of open data in the development of sustainable smart cities and smar...The role of open data in the development of sustainable smart cities and smar...
The role of open data in the development of sustainable smart cities and smar...
 
Establishment of sustainable data ecosystems(1)
Establishment of sustainable data ecosystems(1)Establishment of sustainable data ecosystems(1)
Establishment of sustainable data ecosystems(1)
 
Ariadne: Extended CRM
Ariadne: Extended CRMAriadne: Extended CRM
Ariadne: Extended CRM
 

More from FIWARE

Behm_Herne_NeMo_akt.pptx
Behm_Herne_NeMo_akt.pptxBehm_Herne_NeMo_akt.pptx
Behm_Herne_NeMo_akt.pptxFIWARE
 
Katharina Hogrebe Herne Digital Days.pdf
 Katharina Hogrebe Herne Digital Days.pdf Katharina Hogrebe Herne Digital Days.pdf
Katharina Hogrebe Herne Digital Days.pdfFIWARE
 
Christoph Mertens_IDSA_Introduction to Data Spaces.pptx
Christoph Mertens_IDSA_Introduction to Data Spaces.pptxChristoph Mertens_IDSA_Introduction to Data Spaces.pptx
Christoph Mertens_IDSA_Introduction to Data Spaces.pptxFIWARE
 
Behm_Herne_NeMo.pptx
Behm_Herne_NeMo.pptxBehm_Herne_NeMo.pptx
Behm_Herne_NeMo.pptxFIWARE
 
Evangelists + iHubs Promo Slides.pptx
Evangelists + iHubs Promo Slides.pptxEvangelists + iHubs Promo Slides.pptx
Evangelists + iHubs Promo Slides.pptxFIWARE
 
Lukas Künzel Smart City Operating System.pptx
Lukas Künzel Smart City Operating System.pptxLukas Künzel Smart City Operating System.pptx
Lukas Künzel Smart City Operating System.pptxFIWARE
 
Pierre Golz Der Transformationsprozess im Konzern Stadt.pptx
Pierre Golz Der Transformationsprozess im Konzern Stadt.pptxPierre Golz Der Transformationsprozess im Konzern Stadt.pptx
Pierre Golz Der Transformationsprozess im Konzern Stadt.pptxFIWARE
 
Dennis Wendland_The i4Trust Collaboration Programme.pptx
Dennis Wendland_The i4Trust Collaboration Programme.pptxDennis Wendland_The i4Trust Collaboration Programme.pptx
Dennis Wendland_The i4Trust Collaboration Programme.pptxFIWARE
 
Ulrich Ahle_FIWARE.pptx
Ulrich Ahle_FIWARE.pptxUlrich Ahle_FIWARE.pptx
Ulrich Ahle_FIWARE.pptxFIWARE
 
Aleksandar Vrglevski _FIWARE DACH_OSIH.pptx
Aleksandar Vrglevski _FIWARE DACH_OSIH.pptxAleksandar Vrglevski _FIWARE DACH_OSIH.pptx
Aleksandar Vrglevski _FIWARE DACH_OSIH.pptxFIWARE
 
Water Quality - Lukas Kuenzel.pdf
Water Quality - Lukas Kuenzel.pdfWater Quality - Lukas Kuenzel.pdf
Water Quality - Lukas Kuenzel.pdfFIWARE
 
Cameron Brooks_FGS23_FIWARE Summit_Keynote_Cameron.pptx
Cameron Brooks_FGS23_FIWARE Summit_Keynote_Cameron.pptxCameron Brooks_FGS23_FIWARE Summit_Keynote_Cameron.pptx
Cameron Brooks_FGS23_FIWARE Summit_Keynote_Cameron.pptxFIWARE
 
FiWareSummit.msGIS-Data-to-Value.2023.06.12.pptx
FiWareSummit.msGIS-Data-to-Value.2023.06.12.pptxFiWareSummit.msGIS-Data-to-Value.2023.06.12.pptx
FiWareSummit.msGIS-Data-to-Value.2023.06.12.pptxFIWARE
 
Boris Otto_FGS2023_Opening- EU Innovations from Data_PUB_V1_BOt.pptx
Boris Otto_FGS2023_Opening- EU Innovations from Data_PUB_V1_BOt.pptxBoris Otto_FGS2023_Opening- EU Innovations from Data_PUB_V1_BOt.pptx
Boris Otto_FGS2023_Opening- EU Innovations from Data_PUB_V1_BOt.pptxFIWARE
 
Bjoern de Vidts_FGS23_Opening_athumi - bjord de vidts - personal data spaces....
Bjoern de Vidts_FGS23_Opening_athumi - bjord de vidts - personal data spaces....Bjoern de Vidts_FGS23_Opening_athumi - bjord de vidts - personal data spaces....
Bjoern de Vidts_FGS23_Opening_athumi - bjord de vidts - personal data spaces....FIWARE
 
Abdulrahman Ibrahim_FGS23 Opening - Abdulrahman Ibrahim.pdf
Abdulrahman Ibrahim_FGS23 Opening - Abdulrahman Ibrahim.pdfAbdulrahman Ibrahim_FGS23 Opening - Abdulrahman Ibrahim.pdf
Abdulrahman Ibrahim_FGS23 Opening - Abdulrahman Ibrahim.pdfFIWARE
 
FGS2023_Opening_Red Hat Keynote Andrea Battaglia.pdf
FGS2023_Opening_Red Hat Keynote Andrea Battaglia.pdfFGS2023_Opening_Red Hat Keynote Andrea Battaglia.pdf
FGS2023_Opening_Red Hat Keynote Andrea Battaglia.pdfFIWARE
 
HTAG_Skalierung_Plattform_lokal_final_versand.pptx
HTAG_Skalierung_Plattform_lokal_final_versand.pptxHTAG_Skalierung_Plattform_lokal_final_versand.pptx
HTAG_Skalierung_Plattform_lokal_final_versand.pptxFIWARE
 
WE_LoRaWAN _ IoT.pptx
WE_LoRaWAN  _ IoT.pptxWE_LoRaWAN  _ IoT.pptx
WE_LoRaWAN _ IoT.pptxFIWARE
 
EU Opp_Clara Pezuela - German chapter.pptx
EU Opp_Clara Pezuela - German chapter.pptxEU Opp_Clara Pezuela - German chapter.pptx
EU Opp_Clara Pezuela - German chapter.pptxFIWARE
 

More from FIWARE (20)

Behm_Herne_NeMo_akt.pptx
Behm_Herne_NeMo_akt.pptxBehm_Herne_NeMo_akt.pptx
Behm_Herne_NeMo_akt.pptx
 
Katharina Hogrebe Herne Digital Days.pdf
 Katharina Hogrebe Herne Digital Days.pdf Katharina Hogrebe Herne Digital Days.pdf
Katharina Hogrebe Herne Digital Days.pdf
 
Christoph Mertens_IDSA_Introduction to Data Spaces.pptx
Christoph Mertens_IDSA_Introduction to Data Spaces.pptxChristoph Mertens_IDSA_Introduction to Data Spaces.pptx
Christoph Mertens_IDSA_Introduction to Data Spaces.pptx
 
Behm_Herne_NeMo.pptx
Behm_Herne_NeMo.pptxBehm_Herne_NeMo.pptx
Behm_Herne_NeMo.pptx
 
Evangelists + iHubs Promo Slides.pptx
Evangelists + iHubs Promo Slides.pptxEvangelists + iHubs Promo Slides.pptx
Evangelists + iHubs Promo Slides.pptx
 
Lukas Künzel Smart City Operating System.pptx
Lukas Künzel Smart City Operating System.pptxLukas Künzel Smart City Operating System.pptx
Lukas Künzel Smart City Operating System.pptx
 
Pierre Golz Der Transformationsprozess im Konzern Stadt.pptx
Pierre Golz Der Transformationsprozess im Konzern Stadt.pptxPierre Golz Der Transformationsprozess im Konzern Stadt.pptx
Pierre Golz Der Transformationsprozess im Konzern Stadt.pptx
 
Dennis Wendland_The i4Trust Collaboration Programme.pptx
Dennis Wendland_The i4Trust Collaboration Programme.pptxDennis Wendland_The i4Trust Collaboration Programme.pptx
Dennis Wendland_The i4Trust Collaboration Programme.pptx
 
Ulrich Ahle_FIWARE.pptx
Ulrich Ahle_FIWARE.pptxUlrich Ahle_FIWARE.pptx
Ulrich Ahle_FIWARE.pptx
 
Aleksandar Vrglevski _FIWARE DACH_OSIH.pptx
Aleksandar Vrglevski _FIWARE DACH_OSIH.pptxAleksandar Vrglevski _FIWARE DACH_OSIH.pptx
Aleksandar Vrglevski _FIWARE DACH_OSIH.pptx
 
Water Quality - Lukas Kuenzel.pdf
Water Quality - Lukas Kuenzel.pdfWater Quality - Lukas Kuenzel.pdf
Water Quality - Lukas Kuenzel.pdf
 
Cameron Brooks_FGS23_FIWARE Summit_Keynote_Cameron.pptx
Cameron Brooks_FGS23_FIWARE Summit_Keynote_Cameron.pptxCameron Brooks_FGS23_FIWARE Summit_Keynote_Cameron.pptx
Cameron Brooks_FGS23_FIWARE Summit_Keynote_Cameron.pptx
 
FiWareSummit.msGIS-Data-to-Value.2023.06.12.pptx
FiWareSummit.msGIS-Data-to-Value.2023.06.12.pptxFiWareSummit.msGIS-Data-to-Value.2023.06.12.pptx
FiWareSummit.msGIS-Data-to-Value.2023.06.12.pptx
 
Boris Otto_FGS2023_Opening- EU Innovations from Data_PUB_V1_BOt.pptx
Boris Otto_FGS2023_Opening- EU Innovations from Data_PUB_V1_BOt.pptxBoris Otto_FGS2023_Opening- EU Innovations from Data_PUB_V1_BOt.pptx
Boris Otto_FGS2023_Opening- EU Innovations from Data_PUB_V1_BOt.pptx
 
Bjoern de Vidts_FGS23_Opening_athumi - bjord de vidts - personal data spaces....
Bjoern de Vidts_FGS23_Opening_athumi - bjord de vidts - personal data spaces....Bjoern de Vidts_FGS23_Opening_athumi - bjord de vidts - personal data spaces....
Bjoern de Vidts_FGS23_Opening_athumi - bjord de vidts - personal data spaces....
 
Abdulrahman Ibrahim_FGS23 Opening - Abdulrahman Ibrahim.pdf
Abdulrahman Ibrahim_FGS23 Opening - Abdulrahman Ibrahim.pdfAbdulrahman Ibrahim_FGS23 Opening - Abdulrahman Ibrahim.pdf
Abdulrahman Ibrahim_FGS23 Opening - Abdulrahman Ibrahim.pdf
 
FGS2023_Opening_Red Hat Keynote Andrea Battaglia.pdf
FGS2023_Opening_Red Hat Keynote Andrea Battaglia.pdfFGS2023_Opening_Red Hat Keynote Andrea Battaglia.pdf
FGS2023_Opening_Red Hat Keynote Andrea Battaglia.pdf
 
HTAG_Skalierung_Plattform_lokal_final_versand.pptx
HTAG_Skalierung_Plattform_lokal_final_versand.pptxHTAG_Skalierung_Plattform_lokal_final_versand.pptx
HTAG_Skalierung_Plattform_lokal_final_versand.pptx
 
WE_LoRaWAN _ IoT.pptx
WE_LoRaWAN  _ IoT.pptxWE_LoRaWAN  _ IoT.pptx
WE_LoRaWAN _ IoT.pptx
 
EU Opp_Clara Pezuela - German chapter.pptx
EU Opp_Clara Pezuela - German chapter.pptxEU Opp_Clara Pezuela - German chapter.pptx
EU Opp_Clara Pezuela - German chapter.pptx
 

Recently uploaded

New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 

Recently uploaded (20)

New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 

Enabling interoperability for statistical data

  • 1. Vienna, Austria 12-13 June, 2023 #FIWARESummit From Data to Value OPEN SOURCE OPEN STANDARDS OPEN COMMUNITY Enabling interoperability for Linked Open Statistical Data Martino Maggio (Engineering), Giuseppina Ruocco (ISTAT), Franck Cotton (INSEE)
  • 2. The contents of this publication are the sole responsibility of INTERSTAT consortium and do not necessarily reflect the opinion of the European Union Statistical data and Interoperability ● Statistical data play an increasingly relevant role in the definition and implementation of policies in the social, economic and administrative domains. ● For its relevance, statistical data is part of the thematic categories of High-Value Datasets (HVDs) as defined in the Open Data Directive ● The interoperability of statistical data between different European countries is essential in order to make open, reusable data available to scientific communities, citizens and administrations for the creation of new cross-border services.
  • 3. The contents of this publication are the sole responsibility of INTERSTAT consortium and do not necessarily reflect the opinion of the European Union INTERSTAT Project «The overall objective of INTERSTAT is to develop a framework that will allow the interoperability, by using technical assets and common ontologies, between national statistical portals and the European Data portal and the deployment of cross-border services that reuse European statistical open datasets from those portals.» Project consortium CEF Telecom call 2019 - Public Open Data Start: September 2020 Duration: 36 months
  • 4. The contents of this publication are the sole responsibility of INTERSTAT consortium and do not necessarily reflect the opinion of the European Union INTERSTAT Objectives ● Enable interoperability among different national statistical portals and the European Data Portal through the adoption of standards and tools to automate metadata harmonisation and data publication ● Provide standards, methodologies and tools to achieve data harmonisation in the field of (linked) open data statistics among different national statistical institutions ● Provide uniform technical interfaces for a standard and simple re-use of statistical information through the adoption of CEF Context Broker Building Block and the implementation of ETSI NGSI-LD API specification ● Provide tools to simplify statistical data visualisation and analysis for non-technical end-users ● Validate the technical solutions, provided in the Action, through the deployment and piloting of cross-border end-users services in the domain of Population and Households Census, reusing harmonised statistical data in combination with open dataset (i.e. city-related data) from European Data Portal and other national open data portals.
  • 5. The contents of this publication are the sole responsibility of INTERSTAT consortium and do not necessarily reflect the opinion of the European Union INTERSTAT technical framework INTERSTAT framework provides: • The harmonisation of the Linked Open Statistical Data (LOSD), that in project pilots have been provided by Istat and Insee, through the adoption of common data models and the provisioning of specific tools for data mapping, querying and visualisation, in compliance with SDMX standard. • Idra Open Data federation platform, for the federation and harmonisation of open datasets coming from heterogeneous sources and its provisioning through standard interfaces and metadata models (i.e DCAT-AP) • The CEF Context Broker Building Block that allows the access to the LOSD through the NGSI-LD models and API • A set of open APIs based on different standards allowing the access and the sharing of the LODS through different Open Data/Statistical Institutional portal in Europe (e.g. European Data Portal, Eurostat systems), but also third party systems. The INTERSTAT framework finally enables the possibility to easily create, on top of its API, cross- border applications based on LOSD, as the three ones (related to environment policies, school and geolocalised facilities) experimented inside the project.
  • 6. The contents of this publication are the sole responsibility of INTERSTAT consortium and do not necessarily reflect the opinion of the European Union INTERSTAT Framework: Tools Framework available at: https://framework.cef-interstat.eu/
  • 7. The contents of this publication are the sole responsibility of INTERSTAT consortium and do not necessarily reflect the opinion of the European Union Idra - Open Data Federation Platform • Idra is an open source platform that provides a single access point to open data of public administrations or private entities from sources and portals based on heterogeneous technologies. • The open data remains in the source portals, the platform imports and harmonises the metadata and updates them periodically • The platform is able to access open data portals based on different technologies even those that do not expose specific APIs • Idra is one of the key tools of INTERSTAT project together with the CEF Context Broker to enable interoperability between heterogeneous open data technologies and third party applications GitHub: https://github.com/OPSILab/Idra
  • 8. The contents of this publication are the sole responsibility of INTERSTAT consortium and do not necessarily reflect the opinion of the European Union Integration between Idra and the CEF Context Broker Purpose: • Use the Smart data model to provide compatibility between the NGSI-LD and DCAT-AP standards. • To allow catalogues federated in Idra to be automatically loaded into an Orion Context Broker. • To allow an Orion catalogue containing DCAT-AP entities to be federated in Idra. • To take advantage of CEF Context Broker's mechanism of subscription with notifications to automatically make changes to the Idra catalogues, carried out in the relative entities in the Context Broker. DCAT-AP Metadata federated in Idra, are published in the Context Broker DCAT-AP Metadata stored in the Context Broker can be federated in Idra. Activation of a subscription allows Idra to receive notifications in case of changes in the metadata
  • 9. The contents of this publication are the sole responsibility of INTERSTAT consortium and do not necessarily reflect the opinion of the European Union Key Standards ● SDMX: Statistical Data and Metadata eXchange is a standard for the exchange of statistical data and metadata among international organisations. ● DCAT-AP: DCAT Application profile for data portals in Europe is a specification based on W3C's Data Catalogue vocabulary (DCAT) for describing public sector datasets in Europe. ● ETSI NGSI-LD: The Context Information Management API NGSI-LD allows users to provide, consume and subscribe to context information in multiple scenarios and involving multiple stakeholders. Key Standards SDMX NGSI-LD DCAT-AP
  • 10. The contents of this publication are the sole responsibility of INTERSTAT consortium and do not necessarily reflect the opinion of the European Union Standardisation activities: NGSI-LD and Statistical models ● A specific work on the interoperability between NGSI-LD and statistical standard models has been conducted in collaboration with experts from the DDI Alliance and CODATA. ● The idea is to specify procedures for the transformation into NGSI-LD of statistical data structured according to standard models, including the SDMX Information Model for data and metadata, the VTL data model and the DDI Cross-Domain Integration (DDI-CDI). ● Work has progressed well regarding the SDMX data model, which covers so-called dimensional data or cubes, and it will now focus on DDI-CDI, which can represent more diverse data structures like sensor data, key-value ("big") data, trees, graphs, etc.
  • 11. The contents of this publication are the sole responsibility of INTERSTAT consortium and do not necessarily reflect the opinion of the European Union SDMX/NGSI-LD parser LALR(1) RDF Grammar Turtle RDF file DCAT-AP statDCAT-AP models Orion-LD Context Broker RDF Parser JSON-LD files ETSI NGSI-LD Third-Party software • Support automatic translation from Turtle Terse RDF to JSON- LD format compatible with ETSI NGSI-LD common information model • Integrated with FIWARE Context Broker (Orion-LD). • Compatible with ETSI NGSI-LD v1.4.1 • Support (almost) strict DCAT-AP v2.0.1 and statDCAT-AP v1.0.1 for metadata representation • Secure management of HTTP Headers • FastAPI and Uvicorn implementation for fast (high- performance) web framework application
  • 12. The contents of this publication are the sole responsibility of INTERSTAT consortium and do not necessarily reflect the opinion of the European Union Cross-border pilot services S4Y – The school for you The “S4Y – The School for You” service allows families, who have to choose the most suitable school for their children, to access integrated information related to data coming from different schools’ web portal of a chosen city’s area and data coming from the Census of Population and Dwellings (e.g. as resident population, age, sex, level of education, marital status, the construction period and the state of preservation of the dwelling) related to the same geographical area. Geolocalized Facilities This application provides information about geolocalised events and infrastructures to provide decision support to the user: it could be used by a user visiting a place he/she does not know, and wondering where the nearest facilities of a different kind are, or what events are planned in nearby stadiums, theatres or cultural venues. But it can also be used by a person who has to make a possible investment at local level. Support for Environment Policies This use case has the objective to support local policy makers who have to take decisions about environmental policies to be applied in a city. In particular, local policy makers can benefit from integrated datasets deriving from: (i) sensor data concerning air pollution and (ii) statistical data regarding demographic characterization of the city’s areas. On the basis of such data, they are able to make several analyses to help planning and governing their interventions.
  • 13. The contents of this publication are the sole responsibility of INTERSTAT consortium and do not necessarily reflect the opinion of the European Union Data Pipelines (1) The data pipelines implemented for the pilot applications are based on two different approaches, converged at the end of the data workflow in the dissemination step: A generalized ETL approach, generating RDF triples from a CSV Dataset through Python/Prefect or VTL pipelines. Main advantages: • Openness: the code, developed using open tools, is available in the INTERSTAT GitHub repository. • Maximal automation, to avoid manual treatments, save time and improve traceability. • Reproducibility, resulting from automation and code documentation. • Efficiency, increased by the execution of the pipeline in a distributed environment.
  • 14. The contents of this publication are the sole responsibility of INTERSTAT consortium and do not necessarily reflect the opinion of the European Union Data Pipelines (2) Domain Knowledge approach, based on the description of the domain of interest through an ontology and the definition of a logical Common Data Model to link heterogeneous data sources with ontology concepts. Main advantages of describing the domain of interest through ontologies are: • Formal and clear definition of target concepts and related metadata • Automatic reasoning • Cross domain interoperability by design • Decoupling between data structure and data semantics • Incremental approach and cheaper data and metadata management • Easier linkage of new external data sources
  • 15. The contents of this publication are the sole responsibility of INTERSTAT consortium and do not necessarily reflect the opinion of the European Union Evaluation of the outcome (1) Measuring the impact of the action in terms of efficiency, efficacy, relevance, reproducibility and scalability What to measure ● Assessment dimensions ● KPIs: Qualitative/Quantitative Stakeholders to involve ● Interstat partners ● External stakeholders: IT staff, domain experts, representative of statistical data publishers How to proceed ● Performance measurement: self-assessment and external feedbacks through an Assessment Survey
  • 16. The contents of this publication are the sole responsibility of INTERSTAT consortium and do not necessarily reflect the opinion of the European Union Evaluation of the outcome (2) Provide a feedback concerning the following dimensions: ● Interstat framework: to assess the relevance of the tools provided by the framework ● Data pipelines: to evaluate the efficiency of the implemented data workflows ● Client applications/Front-end: to assess the pilots developed through the Interstat tools Give your contribution and fill in the survey questionnaire https://ec.europa.eu/eusurvey/runner/InterstatAssessmentSurvey
  • 17. Vienna, 12-13 June, 2023 | #FIWARESummit www.fiware.org Hosting Partner Keystone Sponsors Media Partners Find Us On Stay up to date Be certified and featured JOIN OUR NEWSLETTER
  • 18. Vienna, Austria 12-13 June, 2023 #FIWARESummit Thanks!