Effective Audit Trail of Data With PROV-O Scott Henninger, Senior Consultant, MarkLogic

Size: px
Start display at page:

Download "Effective Audit Trail of Data With PROV-O Scott Henninger, Senior Consultant, MarkLogic"

Transcription

1 Effective Audit Trail of Data With PROV-O Scott Henninger, Senior Consultant, MarkLogic COPYRIGHT 13 June 2017MARKLOGIC CORPORATION. ALL RIGHTS RESERVED.

2 EFFECTIVE AUDIT TRAIL WITH PROV-O Operationalizing the Metadata Data Governance Quality management Provenance Models Metadata description Provenance Dimensions Technical perspective SLIDE: 2

3 DATA GOVERNANCE Strategy and Execution DATA QUALITY POLICIES ORGANIZATION PROCESSES Shared: Exchange of data between different departments is possible Reliable: Source has competence in the field of interest RISK MANAGEMENT DATA LINEAGE Accurate: All accounting events are correct in value and description REGULATORY COMPLIANCE Current: Data is up-to-date for the world it models SLIDE: 3

4 INGEST PREPARE TRANSFORM PUBLISH DATA GOVERNANCE Information Chain Create: Generate new data entities or update their state Derive: Create value from more contributing data entities Analyze: Inspect data to discover new useful information Report: Submission of summary data as evidence of events 5 DELETE SLIDE: 4

5 DATA GOVERNANCE Provenance Metadata Origin: Proof of the data ownership during the history of the data UPDATES RESPONSIBILITY Timeline: Recorded timestamps of all events the data experienced INFORMATION ORIGIN Process: Transformations that change the data during its lifecycle REPRODUCIBILITY EVOLUTION ACCESS Data provenance documents the inputs, entities, systems, and processes that influence data of interest, providing a historical record of the data and its origins Data lineage includes the data's origins, what happens to it and where it moves over time SLIDE: 5

6 If the benefits of provenance are so well understood, why don t more firms recognize it as a priority? What makes it difficult Location Data is spread across different systems in different organizational silos Ownership Lack of mature data governance makes the challenge of data lineage even more daunting Spreadsheets Business processes run outside of data management processes Unforeseen costs Compliance risk The business gets exposed to difficult contract negotiations which can incur additional data costs Redundant data activities Duplicate controls are performed in different departments several times Accuracy of analytics Impossible to verify why models result in sub-optimal outcomes SLIDE: 6

7 EFFECTIVE AUDIT TRAIL WITH PROV-O Operationalizing the Metadata Data Governance Quality management Provenance Models Metadata description Provenance Dimensions Technical perspective SLIDE: 7

8 PROVENANCE MODEL Metadata Repository LAZY Complex technique for reasoning EAGER Derived directly from output database ETL TRACING PROVENANCE TRACING PROVENANCE ETL ETL* SLIDE: 8

9 PROVENANCE MODEL Provenance Storage Envelope Pattern Provenance stored with data <envelope> <provenance> <sem:triple> <sem:subject>/doc/id_a12a3.xml</sem:subject> <sem:predicate> </sem:predicate> <sem:object>/xform </sem:object> </sem:triple> <sem:triple> <sem:subject>/canonicaltransform </sem:subject> <sem:predicate> </sem:predicate> <sem:object> datatype=" T12:01:42.987</sem:object> </sem:triple>... </provenance> <content> <doc-id>a12a3</docid> <workflowstatus>draft</workflowstatus> <version>2.3</version>... </content> SLIDE: 9 </envelope> Separate Database Large provenance payloads stored with reference to data Content Database uri: /doc/id_a12a3.xml <content> <doc-id>a12a3</docid> <workflowstatus>draft</workflowstatus> <version>2.3</version>... </content> Provenance Database <provenance> <sem:triple> <sem:subject>/doc/id_a12a3.xml </sem:subject> <sem:predicate>wasgeneratedby </sem:predicate> <sem:object>/xform </sem:object> </sem:triple> </provenance>

10 PROVENANCE MODEL PROV Data Model Entity: a trade, order, document, or other kind of entity, physical, digital or conceptual with some fixed aspects wasattributedto wasderivedfrom ENTITY Activity: something that occurs over a period of time and acts upon or with entities, such as creating, consuming, transforming, modifying, etc. AGENT uses wasgeneratedby Agent: the business line responsible for an activity taking place, for the existence of an entity wasassociatedwith startedattime ACTIVITY endedattime W3C standard, circa 2013: xs:datetime xs:datetime SLIDE: 10

11 PROVENANCE MODEL Encoding Specification PROV-O Reason on provenance data Specialized properties Model-based extensions of the standard PROV-XML Types and elements are prov: : < :genesequencing a prov:activity; prov:startedattime " T01:30:00Z"; prov:used :drosophilasample-84; prov:wasassociatedwith :lab-technician-gh-32. :drosophilasample-84 a prov:entity; prov:wasattributedto :lab-technician-fe-56. :lab-technician-gh-32 a prov:agent. <prov:document xmlns:prov=" xmlns:ex=" <prov:entity prov:id="ex:e1"> <prov:type xsi:type="xsd:string">approval </prov:type> </prov:entity> <prov:activity prov:id="ex:a1"> <prov:type xsi:type="xsd:qname">editing</prov:type> </prov:activity> </prov:document> XML SLIDE: 11

12 EFFECTIVE AUDIT TRAIL WITH PROV-O Operationalizing the Metadata Data Governance Quality management Provenance Models Metadata description Provenance Dimensions Technical perspective SLIDE: 12

13 PROVENANCE DIMENSIONS Content, Use, and Management Non mutually exclusive Who endorses the information How a decision is made User consumption of provenance What was considered for that decision MANAGEMENT USE CONTENT SLIDE: 13

14 PROVENANCE DIMENSIONS Content Use Management Non mutually exclusive Who endorses the information How a decision is made User consumption of provenance What was considered for that decision Scenario an investment bank is implementing new regulatory reporting defined by CFTC, that will provide more information on their trading activities (extended type of financial products USE MANAGEMNT and pieces of data) in a shorter time frame (near real-time CONTENT publication) with higher complexity of the rules determining who has the obligation to deliver the information. SLIDE: 14

15 @prefix prov: < PROVENANCE CONTENT Attribution What the provenance is about Sources used to create new result Process that yielded the : < :TransactionReport a prov:entity; prov:generatedattime " T12:12:12 ; prov:wasderivedfrom :TransactionA ; prov:wasgeneratedby :ReportGen. :ReportGen a prov:activity; prov:used prov:transactiona ; prov:used :Venue1 ; prov:wasassociatedwith :Msma. XML :TransactionA a prov:entity prov:wasatttributedto :Murex :Venue1 a prov:entity. :Murex a prov:agent, prov:softwareagent. :Msma a prov:agent, prov:organization ; SLIDE: 15

16 @prefix prov: < PROVENANCE CONTENT Evolution Amendments are incorporated in the trade Different aspects of the same trade linked : < :Transaction1 a prov:entity. :Transaction2 a prov:entity; prov:wasrevisionof :Transaction1. :TransactionReport1 a prov:entity; prov:wasderivedfrom :Transaction1. :TransactionReport2 a prov:entity; prov:wasderivedfrom :Transaction2. ORIGINAL VERSION AMENDED VERSION :PostTradeReport a prov:entity; prov:generatedattime " T12:12:14"; prov:wasderivedfrom :Transaction2; prov:alternateof :TransactieReport2. SLIDE: 16

17 PROVENANCE CONTENT Bitemporal Timelines Two temporal axes to maintain the business valid and the system times WHEN THE EVENT OCCURRED (Valid Time) NOV 19 WHEN THE EVENT OCCURRED (Valid Time) NOV 20 LAG WHEN IT WAS RECORDED (System Time) NOV 21 WHEN IT WAS RECORDED (System Time) { "transaction": { "system-start": " T11:00:00", "valid-start": " T12:00:00", "trader": "12XL9A", "price": 12 } } { "trader": { "system-start": " T11:00:00", "valid-start": " T12:00:00", "id": "12XL9A", "name": "John" } } SLIDE: 17

18 PROVENANCE DIMENSIONS Content T12:12:12 Reporting wasinfluencedby Ingest generatedattime Post Trade Report generated wasderivedfrom used generated wasattributedto Murex alternateof Trade v2 wasrevisionof Trade v1 Transaction System Feedback wasinvalidatedby wasderivedfrom receivedattime Transaction Report T10:22:12 value Software Agent SLIDE: 18

19 PROVENANCE USE Understanding what was the trading and reference data used to generate this transaction report... why is there a difference between the transaction report and the post trade report were there any changes in reference data at the time the correction was sent DATA STEWARD DATA QUALITY SLIDE: 19

20 PROVENANCE USE Compliance which department provided the trade data and when was the booking done what transactions were not reported in the time required, and for what reasons REGULATORY COMPLIANCE are any transactions that should have been reported for new versions of rules... have traders complied with rules... COMPLIANCE OFFICER PENALTY BUSINESS DEPARTMENT SLIDE: 20

21 PROVENANCE USE Debugging... where did an error occur in a specific data field... was the notification for the post trade publisher sent for that specific trade what version of data extraction rules were used when the transaction report was created what is the percent of reportable transactions from the daily volume OPERATIONAL DATA STORE IT OPERATIONS APPROVED PUBLICATION ARRANGEMENT SLIDE: 21

22 PROVENANCE USE Trusting Data Sources Forward-Looking provenance - Anticipating problems given provenance information from other systems Analysis may find some sources/transformations/etls are troublesome -...sometimes in specific contexts, such as high load rates, etc. Look for alternatives when designing future efforts Target troublesome processes for future refactoring efforts SLIDE: 22

23 PROVENANCE MANAGEMENT Publication HOW TO CONSUME PROVENANCE? LINK SEARCH html - HTTP xml - HTTP ACCESS TARGET URI PROVENANCE URI CONTENT XML RESOURCES Access Locate Query rdf - SPARQL BROWSE PROVENANCE SLIDE: 23

24 PROVENANCE MANAGEMENT Dissemination Security: secure HTTP should be used across unsecured networks; authentication should be enforced Access control: provenance information should follow the same access control rules as the resources Bundle: care is needed to ensure that the integrity of provenance is maintained Provenance discovery HTTPS Provenance of provenance PRIVACY WALL SLIDE: 24

25 PROVENANCE DIMENSIONS PUBLICATION UNDERSTANDING COMPLIANCE QUERY DEBUGGING XML FORWARD-LOOKING ACCESS SEMANTIC DOCUMENT USE MANAGEMENT CONTENT SLIDE: 25

26 solid compliance architecture DATA LINEAGE What makes it easy ALL of your data and metadata Complete track of data changes Full query composability Security, publishing, monitoring, etc. Fewer tools and processes to manage SLIDE: 26

27 Questions?

<Towards Interoperable Provenance Publication on the Linked Data Web>

<Towards Interoperable Provenance Publication on the Linked Data Web> prov:wasattributedto Linked Data on the Web. April 16, 2012. Lyon, France 1

More information

How to Govern Integrated Data and Prove it

How to Govern Integrated Data and Prove it How to Govern Integrated Data and Prove it Chris Atkinson Solution Architect for Financial Services, MarkLogic 1 June 2018 MARKLOGIC CORPORATION The Data Lake Schema On-Read Ingest As-is Any Shape Join

More information

Accountable SDNs for Cyber Resiliency UIUC/R2 Monthly Group Meeting. Presented by Ben Ujcich March 31, 2017

Accountable SDNs for Cyber Resiliency UIUC/R2 Monthly Group Meeting. Presented by Ben Ujcich March 31, 2017 Accountable SDNs for Cyber Resiliency UIUC/R2 Monthly Group Meeting Presented by Ben Ujcich March 31, 2017 Outline Motivation for accountability Our accepted paper: Towards an Accountable Software-Defined

More information

Metadata in Research Data Australia and the Open Provenance Model: A Proposed Mapping

Metadata in Research Data Australia and the Open Provenance Model: A Proposed Mapping Metadata in Research Data Australia and the Open Provenance Model: A Proposed Mapping Mingfang Wu Andrew Treloar 1 Outline Australian National Data Service (ANDS) and Research Data Australia (RDA) Registry

More information

PROV-O: The PROV Ontology Tutorial

PROV-O: The PROV Ontology Tutorial PROV-O: The PROV Ontology Tutorial Daniel Garijo Ontology Engineering Group Universidad Politécnica de Madrid (with Slides from Luc Moreau, Ivan Herman, Paul Groth and Timothy Lebo) Date: 01/09/2013 About

More information

FINANCIAL REGULATORY REPORTING ACROSS AN EVOLVING SCHEMA

FINANCIAL REGULATORY REPORTING ACROSS AN EVOLVING SCHEMA FINANCIAL REGULATORY REPORTING ACROSS AN EVOLVING SCHEMA MODELDR & MARKLOGIC - DATA POINT MODELING MARKLOGIC WHITE PAPER JUNE 2015 CHRIS ATKINSON Contents Regulatory Satisfaction is Increasingly Difficult

More information

Provenance: An Introduction to PROV. Luc Moreau & Paul Groth & Trung Dong Huynh

Provenance: An Introduction to PROV. Luc Moreau & Paul Groth & Trung Dong Huynh Provenance: An Introduction to PROV Luc Moreau & Paul Groth & Trung Dong Huynh Acknowledgements Outline Notion of Provenance Examples of Provenance W3C Provenance Working Group PROV Provenance Recipes

More information

AVOIDING SILOED DATA AND SILOED DATA MANAGEMENT

AVOIDING SILOED DATA AND SILOED DATA MANAGEMENT AVOIDING SILOED DATA AND SILOED DATA MANAGEMENT Dalton Cervo Author, Consultant, Data Management Expert March 2016 This presentation contains extracts from books that are: Copyright 2011 John Wiley & Sons,

More information

2 The IBM Data Governance Unified Process

2 The IBM Data Governance Unified Process 2 The IBM Data Governance Unified Process The benefits of a commitment to a comprehensive enterprise Data Governance initiative are many and varied, and so are the challenges to achieving strong Data Governance.

More information

The Emerging Data Lake IT Strategy

The Emerging Data Lake IT Strategy The Emerging Data Lake IT Strategy An Evolving Approach for Dealing with Big Data & Changing Environments bit.ly/datalake SPEAKERS: Thomas Kelly, Practice Director Cognizant Technology Solutions Sean Martin,

More information

Data Governance for the Connected Enterprise

Data Governance for the Connected Enterprise Data Governance for the Connected Enterprise Irene Polikoff and Jack Spivak, TopQuadrant Inc. November 3, 2016 Copyright 2016 TopQuadrant Inc. Slide 1 Data Governance for the Connected Enterprise Today

More information

Enabling Data Governance Leveraging Critical Data Elements

Enabling Data Governance Leveraging Critical Data Elements Adaptive Presentation at DAMA-NYC October 19 th, 2017 Enabling Data Governance Leveraging Critical Data Elements Jeff Goins, President, Jeff.goins@adaptive.com James Cerrato, Chief, Product Evangelist,

More information

Jason Bryant, Greg Hasseler, Matthew Paulini, and Tim Lebo

Jason Bryant, Greg Hasseler, Matthew Paulini, and Tim Lebo Enhancing wareness through Directed Qualification of Semantic Relevancy Scoring Operations Jason Bryant, Greg Hasseler, Matthew Paulini, and Tim Lebo Air Force Research Laboratory irectorate/risa Rome,

More information

Data Protection. Practical Strategies for Getting it Right. Jamie Ross Data Security Day June 8, 2016

Data Protection. Practical Strategies for Getting it Right. Jamie Ross Data Security Day June 8, 2016 Data Protection Practical Strategies for Getting it Right Jamie Ross Data Security Day June 8, 2016 Agenda 1) Data protection key drivers and the need for an integrated approach 2) Common challenges data

More information

Making the Impossible Possible

Making the Impossible Possible Making the Impossible Possible Find and Eliminate Data Errors with Automated Discovery and Data Lineage Introduction Organizations have long struggled to identify and take advantage of opportunities for

More information

REGULATORY REPORTING FOR FINANCIAL SERVICES

REGULATORY REPORTING FOR FINANCIAL SERVICES REGULATORY REPORTING FOR FINANCIAL SERVICES Gordon Hughes, Global Sales Director, Intel Corporation Sinan Baskan, Solutions Director, Financial Services, MarkLogic Corporation Many regulators and regulations

More information

Importance of the Data Management process in setting up the GDPR within a company CREOBIS

Importance of the Data Management process in setting up the GDPR within a company CREOBIS Importance of the Data Management process in setting up the GDPR within a company CREOBIS 1 Alain Cieslik Personal Data is the oil of the digital world 2 Alain Cieslik Personal information comes in different

More information

MAPR DATA GOVERNANCE WITHOUT COMPROMISE

MAPR DATA GOVERNANCE WITHOUT COMPROMISE MAPR TECHNOLOGIES, INC. WHITE PAPER JANUARY 2018 MAPR DATA GOVERNANCE TABLE OF CONTENTS EXECUTIVE SUMMARY 3 BACKGROUND 4 MAPR DATA GOVERNANCE 5 CONCLUSION 7 EXECUTIVE SUMMARY The MapR DataOps Governance

More information

REGULATORY COMPLIANCE TODAY, THE STUFF WE CAN ALL LEARN

REGULATORY COMPLIANCE TODAY, THE STUFF WE CAN ALL LEARN REGULATORY COMPLIANCE TODAY, THE STUFF WE CAN ALL LEARN Chris Atkinson, Solutions Architect - Financial Services, MarkLogic NOT THIS! A SIMPLE ASK FROM OUR BUSINESS LEADERS Deliver a complete, accurate,

More information

CONSOLIDATING RISK MANAGEMENT AND REGULATORY COMPLIANCE APPLICATIONS USING A UNIFIED DATA PLATFORM

CONSOLIDATING RISK MANAGEMENT AND REGULATORY COMPLIANCE APPLICATIONS USING A UNIFIED DATA PLATFORM CONSOLIDATING RISK MANAGEMENT AND REGULATORY COMPLIANCE APPLICATIONS USING A UNIFIED PLATFORM Executive Summary Financial institutions have implemented and continue to implement many disparate applications

More information

Semantics In Action For Proactive Policing

Semantics In Action For Proactive Policing Semantics In Action For Proactive Policing Jen Shorten Technical Delivery Architect, Consulting Services Jon Williams Senior Sales Engineer, UK Public Sector The Nature of Policing Is Changing The increasing

More information

Improving Data Governance in Your Organization. Faire Co Regional Manger, Information Management Software, ASEAN

Improving Data Governance in Your Organization. Faire Co Regional Manger, Information Management Software, ASEAN Improving Data Governance in Your Organization Faire Co Regional Manger, Information Management Software, ASEAN Topics The Innovation Imperative and Innovating with Information What Is Data Governance?

More information

FIBO Shared Semantics. Ontology-based Financial Standards Thursday Nov 7 th 2013

FIBO Shared Semantics. Ontology-based Financial Standards Thursday Nov 7 th 2013 FIBO Shared Semantics Ontology-based Financial Standards Thursday Nov 7 th 2013 FIBO Conceptual and Operational Ontologies: Two Sides of a Coin FIBO Business Conceptual Ontologies Primarily human facing

More information

Amani Abu Jabal 1 Elisa Bertino 2. Purdue University, West Lafayette, USA 1. 2

Amani Abu Jabal 1 Elisa Bertino 2. Purdue University, West Lafayette, USA 1. 2 Amani Abu Jabal 1 Elisa Bertino 2 Purdue University, West Lafayette, USA 1 aabujaba@purdue.edu, 2 bertino@purdue.edu 1 Data provenance, one kind of metadata, which refers to the derivation history of a

More information

APPLYING KNOWLEDGE BASED AI TO MODERN DATA MANAGEMENT. Mani Keeran, CFA Gi Kim, CFA Preeti Sharma

APPLYING KNOWLEDGE BASED AI TO MODERN DATA MANAGEMENT. Mani Keeran, CFA Gi Kim, CFA Preeti Sharma APPLYING KNOWLEDGE BASED AI TO MODERN DATA MANAGEMENT Mani Keeran, CFA Gi Kim, CFA Preeti Sharma 2 What we are going to discuss During last two decades, majority of information assets have been digitized

More information

Effective Risk Data Aggregation & Risk Reporting

Effective Risk Data Aggregation & Risk Reporting Effective Risk Data Aggregation & Risk Reporting Presented by: Ilia Bolotine Head, Adastra Business Consulting (Canada) 1 The Evolving Regulatory Landscape in Risk Management A significant lesson learned

More information

PAA PKI Mutual Recognition Framework. Copyright PAA, All Rights Reserved 1

PAA PKI Mutual Recognition Framework. Copyright PAA, All Rights Reserved 1 PAA PKI Mutual Recognition Framework Copyright PAA, 2009. All Rights Reserved 1 Agenda Overview of the Framework Components of the Framework How It Works Other Considerations Questions and Answers Copyright

More information

Provenance Data Model

Provenance Data Model Provenance Data Model Let's keep discussions going on... InterOp Sesto, June 2015 Kristin Riebe, GAVO Status First attempt: Model with protoypes (inspired by SimDM and W3C model) 3 core classes + 1 map

More information

DarkoKravos, PMP. Dodd Frank Title VII Recordkeeping. Record keeping changes impacting business and technology

DarkoKravos, PMP. Dodd Frank Title VII Recordkeeping. Record keeping changes impacting business and technology DarkoKravos, PMP Delivering forward thinking solutions to business intelligence problems Dodd Frank Title VII Recordkeeping Record keeping changes impacting business and technology December 2012 Dodd Frank

More information

SWIB Tutorial. Metadata Provenance. Slides:

SWIB Tutorial. Metadata Provenance. Slides: SWIB 2013 Tutorial on Metadata Provenance Slides: http://bit.ly/swib13-provenance Metadata Provenance Part 1: Linked Data Provenance "How can we identify RDF data, statements within RDF data, Linked Data,...

More information

Agenda. Bibliography

Agenda. Bibliography Humor 2 1 Agenda 3 Trusted Digital Repositories (TDR) definition Open Archival Information System (OAIS) its relevance to TDRs Requirements for a TDR Trustworthy Repositories Audit & Certification: Criteria

More information

Resilient Linked Data. Dave Reynolds, Epimorphics

Resilient Linked Data. Dave Reynolds, Epimorphics Resilient Linked Data Dave Reynolds, Epimorphics Ltd @der42 Outline What is Linked Data? Dependency problem Approaches: coalesce the graph link sets and partitioning URI architecture governance and registries

More information

D3.2 - Provenance Schema

D3.2 - Provenance Schema D32 - Provenance Schema Summary: This deliverable highlights the CODE approach to model provenance information Provenance information is omnipresent in all workflows between the available project prototypes

More information

Solving the Enterprise Data Dilemma

Solving the Enterprise Data Dilemma Solving the Enterprise Data Dilemma Harmonizing Data Management and Data Governance to Accelerate Actionable Insights Learn More at erwin.com Is Our Company Realizing Value from Our Data? If your business

More information

The Financial Industry Business Ontology

The Financial Industry Business Ontology The Financial Industry Business Ontology Ontology Summit 2013: Ontology Evaluation Across the Ontology Lifecycle David Newman Strategic Planning Manager, Senior Vice President, Enterprise Architecture

More information

Canada Highlights. Cybersecurity: Do you know which protective measures will make your company cyber resilient?

Canada Highlights. Cybersecurity: Do you know which protective measures will make your company cyber resilient? Canada Highlights Cybersecurity: Do you know which protective measures will make your company cyber resilient? 21 st Global Information Security Survey 2018 2019 1 Canada highlights According to the EY

More information

Recommendations on How to Tackle the D in GDPR. White Paper

Recommendations on How to Tackle the D in GDPR. White Paper Recommendations on How to Tackle the D in GDPR White Paper ABOUT INFORMATICA Digital transformation changes expectations: better service, faster delivery, with less cost. Businesses must transform to stay

More information

Delivering a 360 o View in Healthcare and Life Sciences With Agile Data

Delivering a 360 o View in Healthcare and Life Sciences With Agile Data Delivering a 360 o View in Healthcare and Life Sciences With Agile Data Imran Chaudhri, @imrantech, Solutions Director, Healthcare & Life Sciences Mark Ferneau, @ferneau, Practice Manager, Healthcare &

More information

ASG WHITE PAPER DATA INTELLIGENCE. ASG s Enterprise Data Intelligence Solutions: Data Lineage Diving Deeper

ASG WHITE PAPER DATA INTELLIGENCE. ASG s Enterprise Data Intelligence Solutions: Data Lineage Diving Deeper THE NEED Knowing where data came from, how it moves through systems, and how it changes, is the most critical and most difficult task in any data management project. If that process known as tracing data

More information

Quantified Self Comics. Andreas Schreiber

Quantified Self Comics. Andreas Schreiber Quantified Self Comics Andreas Schreiber Foto: Ann Christine Freuwörth, Wuppertal Introduction DLR.de Chart 2 Understand, how QS data has been produced, processed, stored, accessed, Pictures from Breakout

More information

CEN MetaLex. Facilitating Interchange in E- Government. Alexander Boer

CEN MetaLex. Facilitating Interchange in E- Government. Alexander Boer CEN MetaLex Facilitating Interchange in E- Government Alexander Boer aboer@uva.nl MetaLex Initiative taken by us in 2002 Workshop on an open XML interchange format for legal and legislative resources www.metalex.eu

More information

Building a Data Strategy for a Digital World

Building a Data Strategy for a Digital World Building a Data Strategy for a Digital World Jason Hunter, CTO, APAC Data Challenge: Pushing the Limits of What's Possible The Art of the Possible Multiple Government Agencies Data Hub 100 s of Service

More information

Data Governance: Data Usage Labeling and Enforcement in Adobe Cloud Platform

Data Governance: Data Usage Labeling and Enforcement in Adobe Cloud Platform Data Governance: Data Usage Labeling and Enforcement in Adobe Cloud Platform Contents What is data governance? Why data governance? Data governance roles. The Adobe Cloud Platform advantage. A framework

More information

Creating provenance supergraphs using pingbacks The Provenance Sharing Network

Creating provenance supergraphs using pingbacks The Provenance Sharing Network Creating provenance supergraphs using pingbacks The Provenance Sharing Network Nicholas J Car MODSIM 2015, 4 th December 2015 LAND & WATER Outline Supergraphs PROV-AQ Overview Pingback messages PROMS extensions

More information

An Approach to Enhancing Workflows Provenance by Leveraging Web 2.0 to Increase Information Sharing, Collaboration and Reuse

An Approach to Enhancing Workflows Provenance by Leveraging Web 2.0 to Increase Information Sharing, Collaboration and Reuse An Approach to Enhancing Workflows Provenance by Leveraging Web 2.0 to Increase Information Sharing, Collaboration and Reuse Aleksander Slominski Department of Computer Science, Indiana University Bloomington,

More information

6. The Document Engineering Approach

6. The Document Engineering Approach 6. The Document Engineering Approach DE + IA (INFO 243) - 11 February 2008 Bob Glushko 1 of 40 Plan for Today's Class Modeling Methodologies The Document Engineering Approach 2 of 40 What Modeling Methodologies

More information

Understanding how MRA works and realizing the benefits for both Customs and Trade

Understanding how MRA works and realizing the benefits for both Customs and Trade Understanding how MRA works and realizing the benefits for both Customs and Trade CTPAT Program Overview CTPAT is a voluntary public-private sector partnership program to strengthen the security of international

More information

SOLUTION ARCHITECTURE AND TECHNICAL OVERVIEW. Decentralized platform for coordination and administration of healthcare and benefits

SOLUTION ARCHITECTURE AND TECHNICAL OVERVIEW. Decentralized platform for coordination and administration of healthcare and benefits SOLUTION ARCHITECTURE AND TECHNICAL OVERVIEW Decentralized platform for coordination and administration of healthcare and benefits ENABLING TECHNOLOGIES Blockchain Distributed ledgers Smart Contracts Relationship

More information

NPP & Blockchain Have you thought about the data? Ken Krupa, CTO, MarkLogic

NPP & Blockchain Have you thought about the data? Ken Krupa, CTO, MarkLogic NPP & Blockchain Have you thought about the data? Ken Krupa, CTO, MarkLogic Hello SLIDE: 2 14 COPYRIGHT November 2017 MARKLOGIC CORPORATION. ALL RIGHTS RESERVED. A QUICK LOOK New Payments Platform Open

More information

What s a BA to do with Data? Discover and define standard data elements in business terms

What s a BA to do with Data? Discover and define standard data elements in business terms What s a BA to do with Data? Discover and define standard data elements in business terms Susan Block, Lead Business Systems Analyst The Vanguard Group Discussion Points Discovering Business Data The Data

More information

Provenance: Information for Shared Understanding

Provenance: Information for Shared Understanding Provenance: Information for Shared Understanding M. David Allen June 2012 Approved for Public Release: 3/7/2012 Case 12-0965 Government Mandates Net-Centric Data Strategy mandate: Is the source, accuracy

More information

A document-inspired way for tracking changes of RDF data The case of the OpenCitations Corpus

A document-inspired way for tracking changes of RDF data The case of the OpenCitations Corpus A document-inspired way for tracking changes of RDF data The case of the OpenCitations Corpus Paper: https://w3id.org/oc/paper/occ-driftalod2016.html Silvio Peroni, David Shotton, Fabio Vitali 1st Drift-a-LOD

More information

FIBO Operational Ontologies Briefing for the Object Management Group

FIBO Operational Ontologies Briefing for the Object Management Group FIBO Operational Ontologies Briefing for the Object Management Group March 20, 2013, Reston, VA David Newman Strategic Planning Manager, Senior Vice President, Enterprise Architecture Chair, Semantic Technology

More information

MOBIUS + ARKIVY the enterprise solution for MIFID2 record keeping

MOBIUS + ARKIVY the enterprise solution for MIFID2 record keeping + Solution at a Glance IS A ROBUST AND SCALABLE ENTERPRISE CONTENT ARCHIVING AND MANAGEMENT SYSTEM. PAIRED WITH THE DIGITAL CONTENT GATEWAY, YOU GET A UNIFIED CONTENT ARCHIVING AND INFORMATION GOVERNANCE

More information

locuz.com SOC Services

locuz.com SOC Services locuz.com SOC Services 1 Locuz IT Security Lifecycle services combine people, processes and technologies to provide secure access to business applications, over any network and from any device. Our security

More information

PROCEDURE POLICY DEFINITIONS AD DATA GOVERNANCE PROCEDURE. Administration (AD) APPROVED: President and CEO

PROCEDURE POLICY DEFINITIONS AD DATA GOVERNANCE PROCEDURE. Administration (AD) APPROVED: President and CEO Section: Subject: Administration (AD) Data Governance AD.3.3.1 DATA GOVERNANCE PROCEDURE Legislation: Alberta Evidence Act (RSA 2000 ca-18); Copyright Act, R.S.C., 1985, c.c-42; Electronic Transactions

More information

Detecting Aberrant Data as an Indicator of Data Integrity Issues

Detecting Aberrant Data as an Indicator of Data Integrity Issues Detecting Aberrant Data as an Indicator of Data Integrity Issues Mark E Newton, Consultant QA Global Laboratory Informatics Eli Lilly and Company Indianapolis, IN newton_mark_e@lilly.com Overview Expectation

More information

Chris Moffatt Director of Technology, Ed-Fi Alliance

Chris Moffatt Director of Technology, Ed-Fi Alliance Chris Moffatt Director of Technology, Ed-Fi Alliance Review Background and Context Temporal ODS Project Project Overview Design and Architecture Demo Temporal Snapshot & Query Proof of Concept Discussion

More information

Wendy Thomas Minnesota Population Center NADDI 2014

Wendy Thomas Minnesota Population Center NADDI 2014 Wendy Thomas Minnesota Population Center NADDI 2014 Coverage Problem statement Why are there problems with interoperability with external search, storage and delivery systems Minnesota Population Center

More information

Data Governance. Mark Plessinger / Julie Evans December /7/2017

Data Governance. Mark Plessinger / Julie Evans December /7/2017 Data Governance Mark Plessinger / Julie Evans December 2017 12/7/2017 Agenda Introductions (15) Background (30) Definitions Fundamentals Roadmap (15) Break (15) Framework (60) Foundation Disciplines Engagements

More information

Unified Governance for Amazon S3 Data Lakes

Unified Governance for Amazon S3 Data Lakes WHITEPAPER Unified Governance for Amazon S3 Data Lakes Core Capabilities and Best Practices for Effective Governance Introduction Data governance ensures data quality exists throughout the complete lifecycle

More information

REVIEW OF MANAGEMENT AND OVERSIGHT OF THE INTEGRATED BUSINESS MANAGEMENT SYSTEM (IBMS) January 16, 2009

REVIEW OF MANAGEMENT AND OVERSIGHT OF THE INTEGRATED BUSINESS MANAGEMENT SYSTEM (IBMS) January 16, 2009 APPENDIX 1 REVIEW OF MANAGEMENT AND OVERSIGHT OF THE INTEGRATED BUSINESS MANAGEMENT SYSTEM (IBMS) January 16, 2009 Auditor General s Office Jeffrey Griffiths, C.A., C.F.E. Auditor General City of Toronto

More information

Multi-agent and Semantic Web Systems: Linked Open Data

Multi-agent and Semantic Web Systems: Linked Open Data Multi-agent and Semantic Web Systems: Linked Open Data Fiona McNeill School of Informatics 14th February 2013 Fiona McNeill Multi-agent Semantic Web Systems: *lecture* Date 0/27 Jena Vcard 1: Triples Fiona

More information

Comparing Provenance Data Models for Scientific Workflows: an Analysis of PROV-Wf and ProvOne

Comparing Provenance Data Models for Scientific Workflows: an Analysis of PROV-Wf and ProvOne Comparing Provenance Data Models for Scientific Workflows: an Analysis of PROV-Wf and ProvOne Wellington Oliveira 1, 2, Paolo Missier 3, Daniel de Oliveira 1, Vanessa Braganholo 1 1 Instituto de Computação,

More information

Applied Data Governance - Part 3

Applied Data Governance - Part 3 Applied Data Governance - Part 3 Day in the Life of a Reference Data Steward Jesse Lambert and Jack Spivak, TopQuadrant Inc. May 17, 2018 Today s Program 1. Introduction: Benefits of Managing Reference

More information

THE TRIAL MASTER FILE

THE TRIAL MASTER FILE THE TRIAL MASTER FILE CONFIDENCE IN PROVIDING TMF FOR REGULATORY INSPECTION OR LEGAL DISCOVERY EXECUTIVE SUMMARY FOR EXL PHARMA S 2ND EUROPEAN TRIAL MASTER FILE SUMMIT LONDON OCTOBER 22 23, 2013 CONTENTS

More information

Best Practices in Data Governance

Best Practices in Data Governance Best Practices in Data Governance July 22, 2011 Miami Presented by Malcolm Chisholm Ph.D. mchisholm@refdataportal.com Telephone 732-687-9283 Fax 407-264-6809 www.refdataportal.com www.bizrulesengine.com

More information

E X E C U T I V E B R I E F

E X E C U T I V E B R I E F Create a Better Way to Work: OpenText Suite 16 & OpenText Cloud 16 Over the next five years, executives expect digital disruption to displace four out of 10 incumbents or 40 percent of established market

More information

RESTful API Design APIs your consumers will love

RESTful API Design APIs your consumers will love RESTful API Design APIs your consumers will love Matthias Biehl RESTful API Design Copyright 2016 by Matthias Biehl All rights reserved, including the right to reproduce this book or portions thereof in

More information

SME License Order Working Group Update - Webinar #3 Call in number:

SME License Order Working Group Update - Webinar #3 Call in number: SME License Order Working Group Update - Webinar #3 Call in number: Canada Local: +1-416-915-8942 Canada Toll Free: +1-855-244-8680 Event Number: 662 298 966 Attendee ID: check your WebEx session under

More information

Emory Libraries Digital Collections Steering Committee Policy Suite

Emory Libraries Digital Collections Steering Committee Policy Suite Emory Libraries Digital Collections Steering Committee Policy Suite Last Revised: March, 2018 Digital Collections Development Policy 2 Digital Preservation Policy 5 Digital Object Retention Policy 8 Third-Party

More information

Mastering Data Access with the Optic API & Template-Driven Extraction

Mastering Data Access with the Optic API & Template-Driven Extraction Mastering Data Access with the Optic API & Template-Driven Extraction Erik Hennum, Principal Engineer, MarkLogic Fayez Saliba, Staff Engineer, MarkLogic COPYRIGHT 13 June 2017MARKLOGIC CORPORATION. ALL

More information

General Data Protection Regulation (GDPR) The impact of doing business in Asia

General Data Protection Regulation (GDPR) The impact of doing business in Asia SESSION ID: GPS-R09 General Data Protection Regulation (GDPR) The impact of doing business in Asia Ilias Chantzos Senior Director EMEA & APJ Government Affairs Symantec Corporation @ichantzos Typical Customer

More information

Management Information Systems Review Questions. Chapter 6 Foundations of Business Intelligence: Databases and Information Management

Management Information Systems Review Questions. Chapter 6 Foundations of Business Intelligence: Databases and Information Management Management Information Systems Review Questions Chapter 6 Foundations of Business Intelligence: Databases and Information Management 1) The traditional file environment does not typically have a problem

More information

Executive brief Create a Better Way to Work: OpenText Release 16

Executive brief Create a Better Way to Work: OpenText Release 16 Executive brief Create a Better Way to Work: OpenText Release 16 Over the next five years, executives expect digital disruption to displace four out of 10 incumbents or 40 percent of established market

More information

ArchiMate 2.0. Structural Concepts Behavioral Concepts Informational Concepts. Business. Application. Technology

ArchiMate 2.0. Structural Concepts Behavioral Concepts Informational Concepts. Business. Application. Technology ArchiMate Core Structural Concepts Behavioral Concepts Informational Concepts interaction Technology Application Layer Concept Description Notation Concept Description Notation Actor An organizational

More information

THOMSON REUTERS DEALING

THOMSON REUTERS DEALING INTRODUCTION This guide is designed to help the Dealing Coordinator manage the Service on Thomson Reuters Dealing. The Dealing Coordinator will either take personal ownership or delegate ownership for

More information

W3C Provenance Incubator Group: An Overview. Thanks to Contributing Group Members

W3C Provenance Incubator Group: An Overview. Thanks to Contributing Group Members W3C Provenance Incubator Group: An Overview DRAFT March 10, 2010 1 Thanks to Contributing Group Members 2 Outline What is Provenance Need for

More information

Step: 9 Conduct Data Standardization

Step: 9 Conduct Data Standardization Step: 9 Conduct Data Standardization Version 1.0, February 2005 1 Step Description/Objectives: Step 9, Conduct Data Standardization, is intended to reduce the life cycle cost of data through data integration,

More information

Industry role moving forward

Industry role moving forward Industry role moving forward Discussion with National Research Council, Workshop on the Resiliency of the Electric Power Delivery System in Response to Terrorism and Natural Disasters February 27-28, 2013

More information

Global Reference Architecture: Overview of National Standards. Michael Jacobson, SEARCH Diane Graski, NCSC Oct. 3, 2013 Arizona ewarrants

Global Reference Architecture: Overview of National Standards. Michael Jacobson, SEARCH Diane Graski, NCSC Oct. 3, 2013 Arizona ewarrants Global Reference Architecture: Overview of National Standards Michael Jacobson, SEARCH Diane Graski, NCSC Oct. 3, 2013 Arizona ewarrants Goals for this Presentation Define the Global Reference Architecture

More information

Semantic Web. Semantic Web Services. Morteza Amini. Sharif University of Technology Fall 94-95

Semantic Web. Semantic Web Services. Morteza Amini. Sharif University of Technology Fall 94-95 ه عا ی Semantic Web Semantic Web Services Morteza Amini Sharif University of Technology Fall 94-95 Outline Semantic Web Services Basics Challenges in Web Services Semantics in Web Services Web Service

More information

GOVERNANCE, RISK MANAGEMENT AND COMPLIANCE TRENDS BY FCPAK ERIC KIMANI

GOVERNANCE, RISK MANAGEMENT AND COMPLIANCE TRENDS BY FCPAK ERIC KIMANI GOVERNANCE, RISK MANAGEMENT AND COMPLIANCE TRENDS BY FCPAK ERIC KIMANI CONTENTS Overview Conceptual Definition Implementation of Strategic Risk Governance Success Factors Changing Internal Audit Roles

More information

Metadata Management and Change Management for SOA. Ron Schmelzer And Jason Bloomberg ZapThink, LLC. October 25, Take Credit Code: MMCMSOA

Metadata Management and Change Management for SOA. Ron Schmelzer And Jason Bloomberg ZapThink, LLC. October 25, Take Credit Code: MMCMSOA Metadata Management and Change Management for SOA Ron Schmelzer And Jason Bloomberg ZapThink, LLC October 25, 2005 Take Credit Code: MMCMSOA What are Metadata? Literally, data about data More broadly,

More information

PRINCIPLES AND FUNCTIONAL REQUIREMENTS

PRINCIPLES AND FUNCTIONAL REQUIREMENTS INTERNATIONAL COUNCIL ON ARCHIVES PRINCIPLES AND FUNCTIONAL REQUIREMENTS FOR RECORDS IN ELECTRONIC OFFICE ENVIRONMENTS RECORDKEEPING REQUIREMENTS FOR BUSINESS SYSTEMS THAT DO NOT MANAGE RECORDS OCTOBER

More information

BPS Suite and the OCEG Capability Model. Mapping the OCEG Capability Model to the BPS Suite s product capability.

BPS Suite and the OCEG Capability Model. Mapping the OCEG Capability Model to the BPS Suite s product capability. BPS Suite and the OCEG Capability Model Mapping the OCEG Capability Model to the BPS Suite s product capability. BPS Contents Introduction... 2 GRC activities... 2 BPS and the Capability Model for GRC...

More information

A Provenance Model for Quantified Self Data

A Provenance Model for Quantified Self Data DLR.de Chart 1 A Provenance Model for Quantified Self Data Andreas Schreiber Department for Intelligent and Distributed Systems German Aerospace Center (DLR), Cologne/Berlin DLR.de Chart 2 Motivation Use

More information

Records Management Metadata Standard

Records Management Metadata Standard Records Management Metadata Standard Standard No: RIM203 2008 City Clerk s Office Records and Information Management Records and Information Management Standard Subject: Records Management Metadata Standard

More information

Demystifying GRC. Abstract

Demystifying GRC. Abstract White Paper Demystifying GRC Abstract Executives globally are highly focused on initiatives around Governance, Risk and Compliance (GRC), to improve upon risk management and regulatory compliances. Over

More information

The Center for Internet Security

The Center for Internet Security The Center for Internet Security The CIS Security Metrics Service July 1 2008 Organizations struggle to make cost-effective security investment decisions; information security professionals lack widely

More information

raceability Support in OpenModelica Using Open Services for Lifecycle Collaboration (OSLC)

raceability Support in OpenModelica Using Open Services for Lifecycle Collaboration (OSLC) raceability Support in OpenModelica Using Open Services for Lifecycle Collaboration (OSLC) Alachew Mengist, Adrian Pop, Adeel Asghar, Peter Fritzson MODPROD 2017, Linköping 2017-02-02 1 Agenda Problem

More information

Cian Kinsella CEO, Digiprove

Cian Kinsella CEO, Digiprove Cian Kinsella CEO, Digiprove cian.kinsella@digiprove.com Malaga 7 th June 2013 Been developing software since 1972 Commercial and Freelance Co-founder of 3 Software Product Companies Have had many different

More information

Data Curation Handbook Steps

Data Curation Handbook Steps Data Curation Handbook Steps By Lisa R. Johnston Preliminary Step 0: Establish Your Data Curation Service: Repository data curation services should be sustained through appropriate staffing and business

More information

Identity Management: Setting Context

Identity Management: Setting Context Identity Management: Setting Context Joseph Pato Trusted Systems Lab Hewlett-Packard Laboratories One Cambridge Center Cambridge, MA 02412, USA joe.pato@hp.com Identity Management is the set of processes,

More information

WHITE PAPER. Title. Managed Services for SAS Technology

WHITE PAPER. Title. Managed Services for SAS Technology WHITE PAPER Hosted Title Managed Services for SAS Technology ii Contents Performance... 1 Optimal storage and sizing...1 Secure, no-hassle access...2 Dedicated computing infrastructure...2 Early and pre-emptive

More information

STRATEGIC DATA ORGANISATION SOLUTION

STRATEGIC DATA ORGANISATION SOLUTION STRATEGIC DATA ORGANISATION SOLUTION STRATEGIC DATA ORGANISATION The aim is to be the internal data provider of choice within the firm by: employing governance best practices providing high-quality products

More information

Selecting the Right Method

Selecting the Right Method Selecting the Right Method Applying the proper OpenText InfoArchive method to balance project requirements with source application architectures InfoArchive is an application-agnostic solution for information

More information

The Information Platform of the Future. MarkLogic and Smartlogic

The Information Platform of the Future. MarkLogic and Smartlogic The Information Platform of the Future MarkLogic and Smartlogic The problem - AAARRRGHHHH Discoverability? I d settle for plain findability don t even have that. My data lake is really a cesspool I need

More information

The HIPAA Omnibus Rule

The HIPAA Omnibus Rule The HIPAA Omnibus Rule What You Should Know and Do as Enforcement Begins Rebecca Fayed, Associate General Counsel and Privacy Officer Eric Banks, Information Security Officer 3 Biographies Rebecca C. Fayed

More information

Transaction Reporting under Regulation 600/2014 ( MiFIR ) Operational and Technical Arrangements Central Bank of Ireland

Transaction Reporting under Regulation 600/2014 ( MiFIR ) Operational and Technical Arrangements Central Bank of Ireland Transaction Reporting under Regulation 600/2014 ( MiFIR ) Operational and Technical Arrangements Central Bank of Ireland Data standards and formats for MiFIR transaction reporting are prescribed in the

More information