SlideShare une entreprise Scribd logo
1  sur  16
EXPLORINGA SEMANTIC
FRAMEWORKFOR
INTEGRATINGDPM,XBRL AND
SDMX DATA
Roberto García
Associate Professor
Universitat deLleida
INTRODUCTION
• Proliferation financial data and available formats
• Increased need for ways to integrate it
• Semantic Technologies:
• facilitate integration bymoving effort to the level of meanings
• instead of trying to deal with syntax subtleties
• Explore this alternative through a practical experiment
INTEGRATION SOURCES
• Data sources:
• XBRL,
• DataPointModel (DPM)
• SDMX
• Schema sources:
• XBRLTaxonomies,
• DPMDataDictionaries
• SMX DataStructureDefinitions
(DSD)
CONCEPTUAL FRAMEWORK
• Consider the multidimensional nature of the data (e.g. DPM)
• Far beyond 2D data available from spreadsheets
• Avoid having to encode “hidden dimensions” into footnotes, attachments, etc.
• Dimensions might be hierarchically organised (like geographical administrative divisions)
• Proposal: RDF Data Cube Vocabulary (based on semantic technologies, RDF & Web Ontologies)
• Supports multidimensional data
• Based on SDMX and the Semantic Web vocabulary for statistical data
• Web standard (W3C Recommendation)
• Approach:
• Map DPM and XBRL to the RDF Data Cube Vocabulary (example next)
• SDMX trivially becomes RDF based on the Data Cube Vocabulary
DATA CUBE
Dataset a collection of observations
Dimensions identify an observation
e.g. observation time or a geographic region
Measures represent observed phenomenon
Attributes qualify / help interpret observations
e.g. units of measure, scaling factors or observation
status (estimated, provisional,…)
Slice subsets observations by fixing all
but one dimension (or a few)
https://www.slideshare.net/140er/lets-talkaboutstatisticaldatainrdf
RDFDATA CUBE
Dataset a collection of observations
Dimensions identify an observation
e.g. observation time or a geographic region
Measures represent observed phenomenon
Attributes qualify / help interpret observations
e.g. units of measure, scaling factors or observation
status (estimated, provisional,…)
Slice subsets observations by fixing all
but one dimension (or a few)
https://www.w3.org/TR/vocab-data-cube/#outline
MODELLINGEXAMPLE
• Data Point example based on the taxonomy "FINancial REPorting 2016-A Individual
(2.1.5)", authored by EBA using DPM 2.5 and based on table "Balance Sheet Statement:
Assets (F_01.01)", row "Total assets" and column "Carrying amount”
• Metric: eba_mi53 - Carrying amount  Value: 1000 EUR
• Dimension 1: BAS – Base  Dimension 1 Value: x6 - Assets
• Dimension 2: MCY - Main Category  Dimension 2 Value: x25 - All assets
• Plus entity with LEI 549300N33JQ7EG2VD447 and time 2017-07-01
MODELLINGEXAMPLE
• XBRL representation of the Data Point
<xbrli:context id="c1">
<xbrli:entity>
<xbrli:identifier scheme="http://standards.iso.org/iso/17442">
549300N33JQ7EG2VD447</xbrli:identifier>
</xbrli:entity>
<xbrli:period>
<xbrli:instant>2017-07-01</xbrli:instant>
</xbrli:period>
<xbrli:scenario>
<xbrldi:explicitMember dimension="eba_dim:BAS">eba_BA:x6</xbrldi:explicitMember>
<xbrldi:explicitMember dimension="eba_dim:MCY">eba_MC:x25</xbrldi:explicitMember>
</xbrli:scenario>
</xbrli:context>
<eba_met:mi53 unitRef="EUR" decimals="-3" contextRef="c1">1</eba_met:mi53>
MODELLINGEXAMPLE
• RDF Data Cube Vocabulary representation of the Data Point and XBRL instance
ex:dst-1/obs-1 a qb:Observation;
qb:dataSet ex:dtst-1 ;
xbrli:entity lei:549300N33JQ7EG2VD447 ;
sdmx-dim:refTime "2017-07-01"^^xsd:date ;
eba_dim:BAS eba_BA:x6 ;
eba_dim:MCY eba_MC:x25 ;
eba_met:mi53 "1"^^xsd:int ;
sdmx-att:decimals "-3"^^xsd:int ;
sdmx-att:currency currency:EUR .
MODELLINGEXAMPLE
• RDF Data Cube Vocabulary terms to model:
Observations linked to their dataset
Dimensions, including entities and time
Measures, including data type
Attributes, decimals and currency
MODELLINGFINANCIAL DATA
SCHEMAS
• RDF Data Cube Vocabulary
also to model how the
dimensions, metrics and
attributes are structured
• Capture
• DPM Data Dictionaries
• XBRL Taxonomies
in a Data Structure
Definition (DSD) linked to
each dataset
MODELLINGFINANCIAL DATA
SCHEMAS
• DSD also defines the types of the
values of measures, dimensions and
attributes (their ranges):
• Data types
(date, integer,…)
• Taxonomy terms
MODELLINGFINANCIAL DATA
SCHEMAS
• Example: the range of the property eba_dim:BAS is eba:BA
• eba:BA is defined as a SDMX Code List (and a semantic SKOS Concept Scheme)
with members:
• eba_BA:x6
• eba_BA:x2
• eba_BA:x3
(members can be
hierarchically organised)
CONCLUSIONS
• Possible to use the RDF Data Cube Vocabulary to
semantically model and integrate:
• Data Point / XBRL Instance
• Data Dictionary / XBRL Taxonomy
• Per design, also SDMX / DSD
• Semantic technologies facilitate the integration by
operating at the level of dictionaries and
taxonomies
• Facilitates multidimensional data management
and multiple views on the same data
FUTURE WORK
• More systematic analysis of how the different constructs in the DPM Dictionaries and XBRL
Taxonomies can be mapped to the RDF Data Cube DSDs (automation?)
• Formalisation of the semantic relationships among the concepts and relationships defined in the
DPM Dictionaries, XBRL Taxonomies and SDMX DSDs
• For instance, formalise the equivalence between the concepts related to currency values in all
them so they can be queried transparently using semantic requests
• Additionally, possible to benefit from existing efforts to unify these dictionaries and taxonomies
• ECB Single Data Dictionary (SDD) can also be formalised using semantic technologies and
become the hub for integration using semantic relationships
THANK YOU

Contenu connexe

Tendances (8)

Vectors and Rasters
Vectors and RastersVectors and Rasters
Vectors and Rasters
 
Spatial Database Systems
Spatial Database SystemsSpatial Database Systems
Spatial Database Systems
 
Spatial databases
Spatial databasesSpatial databases
Spatial databases
 
Archival galaxies
Archival galaxiesArchival galaxies
Archival galaxies
 
Spatial databases
Spatial databasesSpatial databases
Spatial databases
 
Structures
StructuresStructures
Structures
 
Spatial Data Model
Spatial Data ModelSpatial Data Model
Spatial Data Model
 
Optimizing spatial database
Optimizing spatial databaseOptimizing spatial database
Optimizing spatial database
 

Similaire à Exploring a Semantic Framework for Integrating DPM, XBRL and SDMX Data

Putting Historical Data in Context: how to use DSpace-GLAM
Putting Historical Data in Context: how to use DSpace-GLAMPutting Historical Data in Context: how to use DSpace-GLAM
Putting Historical Data in Context: how to use DSpace-GLAM4Science
 
Arches Getty Brownbag Talk
Arches Getty Brownbag TalkArches Getty Brownbag Talk
Arches Getty Brownbag Talkbenosteen
 
MAD skills for analysis and big data Machine Learning
MAD skills for analysis and big data Machine LearningMAD skills for analysis and big data Machine Learning
MAD skills for analysis and big data Machine LearningGianvito Siciliano
 
Database system concepts
Database system conceptsDatabase system concepts
Database system conceptsKumar
 
Data integration with a façade. The case of knowledge graph construction.
Data integration with a façade. The case of knowledge graph construction.Data integration with a façade. The case of knowledge graph construction.
Data integration with a façade. The case of knowledge graph construction.Enrico Daga
 
Data Mining Presentation on Science Day 2023
Data Mining Presentation on Science Day 2023Data Mining Presentation on Science Day 2023
Data Mining Presentation on Science Day 2023SakshiTiwari490123
 
Expressing Concept Schemes & Competency Frameworks in CTDL
Expressing Concept Schemes & Competency Frameworks in CTDLExpressing Concept Schemes & Competency Frameworks in CTDL
Expressing Concept Schemes & Competency Frameworks in CTDLCredential Engine
 
DITA's New Thang: Going Mapless!
DITA's New Thang: Going Mapless!DITA's New Thang: Going Mapless!
DITA's New Thang: Going Mapless!dclsocialmedia
 
Data mining query language
Data mining query languageData mining query language
Data mining query languageGowriLatha1
 
2016 SDMX Experts meeting, Opening of SDMX Capacity Building - Introduction ...
2016 SDMX Experts meeting, Opening of SDMX Capacity Building  - Introduction ...2016 SDMX Experts meeting, Opening of SDMX Capacity Building  - Introduction ...
2016 SDMX Experts meeting, Opening of SDMX Capacity Building - Introduction ...StatsCommunications
 
Spatial decision support and analytics on a campus scale: bringing GIS, CAD, ...
Spatial decision support and analytics on a campus scale: bringing GIS, CAD, ...Spatial decision support and analytics on a campus scale: bringing GIS, CAD, ...
Spatial decision support and analytics on a campus scale: bringing GIS, CAD, ...Safe Software
 
Multi-Model Data Query Languages and Processing Paradigms
Multi-Model Data Query Languages and Processing ParadigmsMulti-Model Data Query Languages and Processing Paradigms
Multi-Model Data Query Languages and Processing ParadigmsJiaheng Lu
 
Etosha - Data Asset Manager : Status and road map
Etosha - Data Asset Manager : Status and road mapEtosha - Data Asset Manager : Status and road map
Etosha - Data Asset Manager : Status and road mapDr. Mirko Kämpf
 
Part 4 - Data Warehousing Lecture at BW Cooperative State University (DHBW)
Part 4 - Data Warehousing Lecture at BW Cooperative State University (DHBW)Part 4 - Data Warehousing Lecture at BW Cooperative State University (DHBW)
Part 4 - Data Warehousing Lecture at BW Cooperative State University (DHBW)Andreas Buckenhofer
 

Similaire à Exploring a Semantic Framework for Integrating DPM, XBRL and SDMX Data (20)

Putting Historical Data in Context: how to use DSpace-GLAM
Putting Historical Data in Context: how to use DSpace-GLAMPutting Historical Data in Context: how to use DSpace-GLAM
Putting Historical Data in Context: how to use DSpace-GLAM
 
Arches Getty Brownbag Talk
Arches Getty Brownbag TalkArches Getty Brownbag Talk
Arches Getty Brownbag Talk
 
MAD skills for analysis and big data Machine Learning
MAD skills for analysis and big data Machine LearningMAD skills for analysis and big data Machine Learning
MAD skills for analysis and big data Machine Learning
 
Database system concepts
Database system conceptsDatabase system concepts
Database system concepts
 
Data integration with a façade. The case of knowledge graph construction.
Data integration with a façade. The case of knowledge graph construction.Data integration with a façade. The case of knowledge graph construction.
Data integration with a façade. The case of knowledge graph construction.
 
Data Mining Presentation on Science Day 2023
Data Mining Presentation on Science Day 2023Data Mining Presentation on Science Day 2023
Data Mining Presentation on Science Day 2023
 
Expressing Concept Schemes & Competency Frameworks in CTDL
Expressing Concept Schemes & Competency Frameworks in CTDLExpressing Concept Schemes & Competency Frameworks in CTDL
Expressing Concept Schemes & Competency Frameworks in CTDL
 
"If I knew then what I know now"
"If I knew then what I know now""If I knew then what I know now"
"If I knew then what I know now"
 
DITA's New Thang: Going Mapless!
DITA's New Thang: Going Mapless!DITA's New Thang: Going Mapless!
DITA's New Thang: Going Mapless!
 
Data mining query language
Data mining query languageData mining query language
Data mining query language
 
2016 SDMX Experts meeting, Opening of SDMX Capacity Building - Introduction ...
2016 SDMX Experts meeting, Opening of SDMX Capacity Building  - Introduction ...2016 SDMX Experts meeting, Opening of SDMX Capacity Building  - Introduction ...
2016 SDMX Experts meeting, Opening of SDMX Capacity Building - Introduction ...
 
Spatial decision support and analytics on a campus scale: bringing GIS, CAD, ...
Spatial decision support and analytics on a campus scale: bringing GIS, CAD, ...Spatial decision support and analytics on a campus scale: bringing GIS, CAD, ...
Spatial decision support and analytics on a campus scale: bringing GIS, CAD, ...
 
Data Warehouse Designing: Dimensional Modelling and E-R Modelling
Data Warehouse Designing: Dimensional Modelling and E-R ModellingData Warehouse Designing: Dimensional Modelling and E-R Modelling
Data Warehouse Designing: Dimensional Modelling and E-R Modelling
 
Presentation1
Presentation1Presentation1
Presentation1
 
Multi-Model Data Query Languages and Processing Paradigms
Multi-Model Data Query Languages and Processing ParadigmsMulti-Model Data Query Languages and Processing Paradigms
Multi-Model Data Query Languages and Processing Paradigms
 
Introduction to ms access database
Introduction to ms access databaseIntroduction to ms access database
Introduction to ms access database
 
DBMS
DBMS DBMS
DBMS
 
Etosha - Data Asset Manager : Status and road map
Etosha - Data Asset Manager : Status and road mapEtosha - Data Asset Manager : Status and road map
Etosha - Data Asset Manager : Status and road map
 
Part 4 - Data Warehousing Lecture at BW Cooperative State University (DHBW)
Part 4 - Data Warehousing Lecture at BW Cooperative State University (DHBW)Part 4 - Data Warehousing Lecture at BW Cooperative State University (DHBW)
Part 4 - Data Warehousing Lecture at BW Cooperative State University (DHBW)
 
Database Management & Models
Database Management & ModelsDatabase Management & Models
Database Management & Models
 

Plus de Roberto García

CopyrightLY: Blockchain and Semantic Web for Decentralised Copyright Management
CopyrightLY: Blockchain and Semantic Web for Decentralised Copyright ManagementCopyrightLY: Blockchain and Semantic Web for Decentralised Copyright Management
CopyrightLY: Blockchain and Semantic Web for Decentralised Copyright ManagementRoberto García
 
Facilitating an agricultural data ecosystem - The EU Code of conduct on agric...
Facilitating an agricultural data ecosystem- The EU Code of conduct on agric...Facilitating an agricultural data ecosystem- The EU Code of conduct on agric...
Facilitating an agricultural data ecosystem - The EU Code of conduct on agric...Roberto García
 
A pragmatic view on Semantic Technologies
A pragmatic view on Semantic TechnologiesA pragmatic view on Semantic Technologies
A pragmatic view on Semantic TechnologiesRoberto García
 
Facilitant un ecosistema de dades agràries: El codi de conducta de la Unió Eu...
Facilitant un ecosistema de dades agràries:El codi de conducta de la Unió Eu...Facilitant un ecosistema de dades agràries:El codi de conducta de la Unió Eu...
Facilitant un ecosistema de dades agràries: El codi de conducta de la Unió Eu...Roberto García
 
ETHICOMP 2020: Exploring Value Sensitive Design for Blockchain Development
ETHICOMP 2020: Exploring Value Sensitive Design for Blockchain DevelopmentETHICOMP 2020: Exploring Value Sensitive Design for Blockchain Development
ETHICOMP 2020: Exploring Value Sensitive Design for Blockchain DevelopmentRoberto García
 
Social Media Copyright Management using Semantic Web and Blockchain
Social Media Copyright Management  using Semantic Web and BlockchainSocial Media Copyright Management  using Semantic Web and Blockchain
Social Media Copyright Management using Semantic Web and BlockchainRoberto García
 
Copyright Management in the Web 3
Copyright Management in the Web 3Copyright Management in the Web 3
Copyright Management in the Web 3Roberto García
 
Integration and Exploration of Financial Data using Semantics and Ontologies
Integration and Exploration of Financial Data using Semantics and OntologiesIntegration and Exploration of Financial Data using Semantics and Ontologies
Integration and Exploration of Financial Data using Semantics and OntologiesRoberto García
 
Multilingual Ontology for Plant Health Threats Media Monitoring
Multilingual Ontology for Plant Health Threats Media MonitoringMultilingual Ontology for Plant Health Threats Media Monitoring
Multilingual Ontology for Plant Health Threats Media MonitoringRoberto García
 
BESDUI: Benchmark for End-User Structured Data User Interfaces
BESDUI: Benchmark for End-User Structured Data User InterfacesBESDUI: Benchmark for End-User Structured Data User Interfaces
BESDUI: Benchmark for End-User Structured Data User InterfacesRoberto García
 
Semantic Management of your Media Fragments Rights
Semantic Management of your Media Fragments RightsSemantic Management of your Media Fragments Rights
Semantic Management of your Media Fragments RightsRoberto García
 
Semantic Technologies for Copyright Management
Semantic Technologies for Copyright ManagementSemantic Technologies for Copyright Management
Semantic Technologies for Copyright ManagementRoberto García
 
Linked Data: the Entry Point for Worldwide Media Fragments Re-use and Copyrig...
Linked Data: the Entry Point for Worldwide Media Fragments Re-use and Copyrig...Linked Data: the Entry Point for Worldwide Media Fragments Re-use and Copyrig...
Linked Data: the Entry Point for Worldwide Media Fragments Re-use and Copyrig...Roberto García
 
Semantic Copyright Management of Media Fragments
Semantic Copyright Management of Media FragmentsSemantic Copyright Management of Media Fragments
Semantic Copyright Management of Media FragmentsRoberto García
 
MediaMixer: facilitating media fragments mixing and its rights management usi...
MediaMixer: facilitating media fragments mixing and its rights management usi...MediaMixer: facilitating media fragments mixing and its rights management usi...
MediaMixer: facilitating media fragments mixing and its rights management usi...Roberto García
 
Exploring the Semantic Web
Exploring the Semantic WebExploring the Semantic Web
Exploring the Semantic WebRoberto García
 
Facets and Pivoting for Flexible and Usable Linked Data Exploration
Facets and Pivoting for Flexible and Usable Linked Data ExplorationFacets and Pivoting for Flexible and Usable Linked Data Exploration
Facets and Pivoting for Flexible and Usable Linked Data ExplorationRoberto García
 
Using Semantic Web Technologies to Facilitate XBRL-based Financial Data Compa...
Using Semantic Web Technologies to Facilitate XBRL-based Financial Data Compa...Using Semantic Web Technologies to Facilitate XBRL-based Financial Data Compa...
Using Semantic Web Technologies to Facilitate XBRL-based Financial Data Compa...Roberto García
 

Plus de Roberto García (20)

CopyrightLY: Blockchain and Semantic Web for Decentralised Copyright Management
CopyrightLY: Blockchain and Semantic Web for Decentralised Copyright ManagementCopyrightLY: Blockchain and Semantic Web for Decentralised Copyright Management
CopyrightLY: Blockchain and Semantic Web for Decentralised Copyright Management
 
Facilitating an agricultural data ecosystem - The EU Code of conduct on agric...
Facilitating an agricultural data ecosystem- The EU Code of conduct on agric...Facilitating an agricultural data ecosystem- The EU Code of conduct on agric...
Facilitating an agricultural data ecosystem - The EU Code of conduct on agric...
 
A pragmatic view on Semantic Technologies
A pragmatic view on Semantic TechnologiesA pragmatic view on Semantic Technologies
A pragmatic view on Semantic Technologies
 
Facilitant un ecosistema de dades agràries: El codi de conducta de la Unió Eu...
Facilitant un ecosistema de dades agràries:El codi de conducta de la Unió Eu...Facilitant un ecosistema de dades agràries:El codi de conducta de la Unió Eu...
Facilitant un ecosistema de dades agràries: El codi de conducta de la Unió Eu...
 
ETHICOMP 2020: Exploring Value Sensitive Design for Blockchain Development
ETHICOMP 2020: Exploring Value Sensitive Design for Blockchain DevelopmentETHICOMP 2020: Exploring Value Sensitive Design for Blockchain Development
ETHICOMP 2020: Exploring Value Sensitive Design for Blockchain Development
 
Social Media Copyright Management using Semantic Web and Blockchain
Social Media Copyright Management  using Semantic Web and BlockchainSocial Media Copyright Management  using Semantic Web and Blockchain
Social Media Copyright Management using Semantic Web and Blockchain
 
Copyright Management in the Web 3
Copyright Management in the Web 3Copyright Management in the Web 3
Copyright Management in the Web 3
 
Integration and Exploration of Financial Data using Semantics and Ontologies
Integration and Exploration of Financial Data using Semantics and OntologiesIntegration and Exploration of Financial Data using Semantics and Ontologies
Integration and Exploration of Financial Data using Semantics and Ontologies
 
Multilingual Ontology for Plant Health Threats Media Monitoring
Multilingual Ontology for Plant Health Threats Media MonitoringMultilingual Ontology for Plant Health Threats Media Monitoring
Multilingual Ontology for Plant Health Threats Media Monitoring
 
BESDUI: Benchmark for End-User Structured Data User Interfaces
BESDUI: Benchmark for End-User Structured Data User InterfacesBESDUI: Benchmark for End-User Structured Data User Interfaces
BESDUI: Benchmark for End-User Structured Data User Interfaces
 
Semantic Management of your Media Fragments Rights
Semantic Management of your Media Fragments RightsSemantic Management of your Media Fragments Rights
Semantic Management of your Media Fragments Rights
 
Semantic Technologies for Copyright Management
Semantic Technologies for Copyright ManagementSemantic Technologies for Copyright Management
Semantic Technologies for Copyright Management
 
Damny media mixer
Damny media mixerDamny media mixer
Damny media mixer
 
Linked Data: the Entry Point for Worldwide Media Fragments Re-use and Copyrig...
Linked Data: the Entry Point for Worldwide Media Fragments Re-use and Copyrig...Linked Data: the Entry Point for Worldwide Media Fragments Re-use and Copyrig...
Linked Data: the Entry Point for Worldwide Media Fragments Re-use and Copyrig...
 
Semantic Copyright Management of Media Fragments
Semantic Copyright Management of Media FragmentsSemantic Copyright Management of Media Fragments
Semantic Copyright Management of Media Fragments
 
MediaMixer: facilitating media fragments mixing and its rights management usi...
MediaMixer: facilitating media fragments mixing and its rights management usi...MediaMixer: facilitating media fragments mixing and its rights management usi...
MediaMixer: facilitating media fragments mixing and its rights management usi...
 
Exploring Linked Data
Exploring Linked DataExploring Linked Data
Exploring Linked Data
 
Exploring the Semantic Web
Exploring the Semantic WebExploring the Semantic Web
Exploring the Semantic Web
 
Facets and Pivoting for Flexible and Usable Linked Data Exploration
Facets and Pivoting for Flexible and Usable Linked Data ExplorationFacets and Pivoting for Flexible and Usable Linked Data Exploration
Facets and Pivoting for Flexible and Usable Linked Data Exploration
 
Using Semantic Web Technologies to Facilitate XBRL-based Financial Data Compa...
Using Semantic Web Technologies to Facilitate XBRL-based Financial Data Compa...Using Semantic Web Technologies to Facilitate XBRL-based Financial Data Compa...
Using Semantic Web Technologies to Facilitate XBRL-based Financial Data Compa...
 

Dernier

Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...amitlee9823
 
PHX May 2024 Corporate Presentation Final
PHX May 2024 Corporate Presentation FinalPHX May 2024 Corporate Presentation Final
PHX May 2024 Corporate Presentation FinalPanhandleOilandGas
 
How to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League CityHow to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League CityEric T. Tung
 
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfDr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfAdmir Softic
 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Centuryrwgiffor
 
Falcon Invoice Discounting: Empowering Your Business Growth
Falcon Invoice Discounting: Empowering Your Business GrowthFalcon Invoice Discounting: Empowering Your Business Growth
Falcon Invoice Discounting: Empowering Your Business GrowthFalcon investment
 
Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...
Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...
Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...allensay1
 
Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1kcpayne
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableSeo
 
Eluru Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort Service
Eluru Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort ServiceEluru Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort Service
Eluru Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort ServiceDamini Dixit
 
Call Now ☎️🔝 9332606886🔝 Call Girls ❤ Service In Bhilwara Female Escorts Serv...
Call Now ☎️🔝 9332606886🔝 Call Girls ❤ Service In Bhilwara Female Escorts Serv...Call Now ☎️🔝 9332606886🔝 Call Girls ❤ Service In Bhilwara Female Escorts Serv...
Call Now ☎️🔝 9332606886🔝 Call Girls ❤ Service In Bhilwara Female Escorts Serv...Anamikakaur10
 
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangaloreamitlee9823
 
Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...
Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...
Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...lizamodels9
 
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesMysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesDipal Arora
 
Cracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptxCracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptxWorkforce Group
 
Value Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsValue Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsP&CO
 
Business Model Canvas (BMC)- A new venture concept
Business Model Canvas (BMC)-  A new venture conceptBusiness Model Canvas (BMC)-  A new venture concept
Business Model Canvas (BMC)- A new venture conceptP&CO
 
Uneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration PresentationUneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration Presentationuneakwhite
 

Dernier (20)

Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
 
PHX May 2024 Corporate Presentation Final
PHX May 2024 Corporate Presentation FinalPHX May 2024 Corporate Presentation Final
PHX May 2024 Corporate Presentation Final
 
How to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League CityHow to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League City
 
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfDr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Century
 
Falcon Invoice Discounting: Empowering Your Business Growth
Falcon Invoice Discounting: Empowering Your Business GrowthFalcon Invoice Discounting: Empowering Your Business Growth
Falcon Invoice Discounting: Empowering Your Business Growth
 
Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...
Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...
Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...
 
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabiunwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
 
Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
 
Eluru Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort Service
Eluru Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort ServiceEluru Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort Service
Eluru Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort Service
 
Call Now ☎️🔝 9332606886🔝 Call Girls ❤ Service In Bhilwara Female Escorts Serv...
Call Now ☎️🔝 9332606886🔝 Call Girls ❤ Service In Bhilwara Female Escorts Serv...Call Now ☎️🔝 9332606886🔝 Call Girls ❤ Service In Bhilwara Female Escorts Serv...
Call Now ☎️🔝 9332606886🔝 Call Girls ❤ Service In Bhilwara Female Escorts Serv...
 
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...
Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...
Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...
 
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesMysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
 
(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7
(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7
(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7
 
Cracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptxCracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptx
 
Value Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsValue Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and pains
 
Business Model Canvas (BMC)- A new venture concept
Business Model Canvas (BMC)-  A new venture conceptBusiness Model Canvas (BMC)-  A new venture concept
Business Model Canvas (BMC)- A new venture concept
 
Uneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration PresentationUneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration Presentation
 

Exploring a Semantic Framework for Integrating DPM, XBRL and SDMX Data

  • 1. EXPLORINGA SEMANTIC FRAMEWORKFOR INTEGRATINGDPM,XBRL AND SDMX DATA Roberto García Associate Professor Universitat deLleida
  • 2. INTRODUCTION • Proliferation financial data and available formats • Increased need for ways to integrate it • Semantic Technologies: • facilitate integration bymoving effort to the level of meanings • instead of trying to deal with syntax subtleties • Explore this alternative through a practical experiment
  • 3. INTEGRATION SOURCES • Data sources: • XBRL, • DataPointModel (DPM) • SDMX • Schema sources: • XBRLTaxonomies, • DPMDataDictionaries • SMX DataStructureDefinitions (DSD)
  • 4. CONCEPTUAL FRAMEWORK • Consider the multidimensional nature of the data (e.g. DPM) • Far beyond 2D data available from spreadsheets • Avoid having to encode “hidden dimensions” into footnotes, attachments, etc. • Dimensions might be hierarchically organised (like geographical administrative divisions) • Proposal: RDF Data Cube Vocabulary (based on semantic technologies, RDF & Web Ontologies) • Supports multidimensional data • Based on SDMX and the Semantic Web vocabulary for statistical data • Web standard (W3C Recommendation) • Approach: • Map DPM and XBRL to the RDF Data Cube Vocabulary (example next) • SDMX trivially becomes RDF based on the Data Cube Vocabulary
  • 5. DATA CUBE Dataset a collection of observations Dimensions identify an observation e.g. observation time or a geographic region Measures represent observed phenomenon Attributes qualify / help interpret observations e.g. units of measure, scaling factors or observation status (estimated, provisional,…) Slice subsets observations by fixing all but one dimension (or a few) https://www.slideshare.net/140er/lets-talkaboutstatisticaldatainrdf
  • 6. RDFDATA CUBE Dataset a collection of observations Dimensions identify an observation e.g. observation time or a geographic region Measures represent observed phenomenon Attributes qualify / help interpret observations e.g. units of measure, scaling factors or observation status (estimated, provisional,…) Slice subsets observations by fixing all but one dimension (or a few) https://www.w3.org/TR/vocab-data-cube/#outline
  • 7. MODELLINGEXAMPLE • Data Point example based on the taxonomy "FINancial REPorting 2016-A Individual (2.1.5)", authored by EBA using DPM 2.5 and based on table "Balance Sheet Statement: Assets (F_01.01)", row "Total assets" and column "Carrying amount” • Metric: eba_mi53 - Carrying amount  Value: 1000 EUR • Dimension 1: BAS – Base  Dimension 1 Value: x6 - Assets • Dimension 2: MCY - Main Category  Dimension 2 Value: x25 - All assets • Plus entity with LEI 549300N33JQ7EG2VD447 and time 2017-07-01
  • 8. MODELLINGEXAMPLE • XBRL representation of the Data Point <xbrli:context id="c1"> <xbrli:entity> <xbrli:identifier scheme="http://standards.iso.org/iso/17442"> 549300N33JQ7EG2VD447</xbrli:identifier> </xbrli:entity> <xbrli:period> <xbrli:instant>2017-07-01</xbrli:instant> </xbrli:period> <xbrli:scenario> <xbrldi:explicitMember dimension="eba_dim:BAS">eba_BA:x6</xbrldi:explicitMember> <xbrldi:explicitMember dimension="eba_dim:MCY">eba_MC:x25</xbrldi:explicitMember> </xbrli:scenario> </xbrli:context> <eba_met:mi53 unitRef="EUR" decimals="-3" contextRef="c1">1</eba_met:mi53>
  • 9. MODELLINGEXAMPLE • RDF Data Cube Vocabulary representation of the Data Point and XBRL instance ex:dst-1/obs-1 a qb:Observation; qb:dataSet ex:dtst-1 ; xbrli:entity lei:549300N33JQ7EG2VD447 ; sdmx-dim:refTime "2017-07-01"^^xsd:date ; eba_dim:BAS eba_BA:x6 ; eba_dim:MCY eba_MC:x25 ; eba_met:mi53 "1"^^xsd:int ; sdmx-att:decimals "-3"^^xsd:int ; sdmx-att:currency currency:EUR .
  • 10. MODELLINGEXAMPLE • RDF Data Cube Vocabulary terms to model: Observations linked to their dataset Dimensions, including entities and time Measures, including data type Attributes, decimals and currency
  • 11. MODELLINGFINANCIAL DATA SCHEMAS • RDF Data Cube Vocabulary also to model how the dimensions, metrics and attributes are structured • Capture • DPM Data Dictionaries • XBRL Taxonomies in a Data Structure Definition (DSD) linked to each dataset
  • 12. MODELLINGFINANCIAL DATA SCHEMAS • DSD also defines the types of the values of measures, dimensions and attributes (their ranges): • Data types (date, integer,…) • Taxonomy terms
  • 13. MODELLINGFINANCIAL DATA SCHEMAS • Example: the range of the property eba_dim:BAS is eba:BA • eba:BA is defined as a SDMX Code List (and a semantic SKOS Concept Scheme) with members: • eba_BA:x6 • eba_BA:x2 • eba_BA:x3 (members can be hierarchically organised)
  • 14. CONCLUSIONS • Possible to use the RDF Data Cube Vocabulary to semantically model and integrate: • Data Point / XBRL Instance • Data Dictionary / XBRL Taxonomy • Per design, also SDMX / DSD • Semantic technologies facilitate the integration by operating at the level of dictionaries and taxonomies • Facilitates multidimensional data management and multiple views on the same data
  • 15. FUTURE WORK • More systematic analysis of how the different constructs in the DPM Dictionaries and XBRL Taxonomies can be mapped to the RDF Data Cube DSDs (automation?) • Formalisation of the semantic relationships among the concepts and relationships defined in the DPM Dictionaries, XBRL Taxonomies and SDMX DSDs • For instance, formalise the equivalence between the concepts related to currency values in all them so they can be queried transparently using semantic requests • Additionally, possible to benefit from existing efforts to unify these dictionaries and taxonomies • ECB Single Data Dictionary (SDD) can also be formalised using semantic technologies and become the hub for integration using semantic relationships