Towards Open Innovation with Open Data Service Platform

Size: px
Start display at page:

Download "Towards Open Innovation with Open Data Service Platform"

Transcription

1 Towards Open Innovation with Open Data Service Platform Marut Buranarach Data Science and Analytics Research Group National Electronics and Computer Technology Center (NECTEC), Thailand The 44 th Congress on Science and Technology of Thailand, October 30, 2018, BITEC, Bangkok, Thailand

2 Outline Introduction to Open Data 5-Star Open Data Model Research Challenges Open Data Service Platform (Open-D) Problem and Motivation Framework Case Studies Experiments with Data.go.th Datasets Open-D Public Service Conclusion and Future Work 2

3 Introduction to Open Data

4 4

5 Big Data, Personal Data, Open Data Source: 5

6 Open Government Data Open government data (OGD) is a global initiative to promote transparency, service innovation and citizen participation. Publishing OGD is usually in forms of datasets made available on OGD portals, e.g., Data.gov, Data.gov.uk, etc. Open data catalogs Datasets are available in spreadsheets form, i.e. Excel and CSV formats. 6

7 Open Government Data Initiatives Data.gov Data.gov.uk Open-data.europa.eu Data.go.jp 7

8 5-Star Open Data Model 8

9 5-Star Open Data Model (2) Open data as spreadsheets (2-3 stars) has disadvantages in terms of: No global identifiers Not queryable Open data as RDF (4-5 stars) has advantages in terms of: Support global identifiers URI Queryable using SPARQL Linked data technology for data integration 9

10 Some Research Challenges Data Publishing How to automatically publish open data from different data sources databases, sensor data. Data Quality How to measure and improve quality of open data. Data Cataloging How to catalogue and index open datasets so that it can be discovered effectively. Google Dataset Search

11 Some Research Challenges (2) Data Access and Utilization Tools for querying and analyzing data in the datasets Data API Data Integration How to combine data from different datasets How to move from open data to linked open data (5-star open data) 11

12 Open Data Service Platform (Open-D)

13 Problems and Motivations Although publishing open data as spreadsheets is straightforward and requires minimal technological skills, it is not ideal for the users who want to use the data in a more dynamic fashion. Datasets must be downloaded in full. Updated datasets must be re-retrieved. Such constraints for data consumption could limit the proliferation of OGD usage. 13

14 Problem Open data in spreadsheet is not easy to consume. Publish Spreadsheets Gap Not easy to consume by Spreadsheets Proposed Solution: Transform dataset in spreadsheet to Data API/ Data Visualization automatically. 14

15 Data API Application Programming Interface (API) for Data or Data API offers access to data in an abstract, dynamic and queryable fashion. Updates on the data are transparent to the data consumers. Users can retrieve portions of the data by means of data querying interfaces. Although data API is convenient for the data consumers, building API is typically costly for the data publishers. Usually developed only for some high-value datasets. RESTFul Web API is commonly preferred for application developers. Request URL Database JSON or XML Government Agencies Web API Application Developer 15

16 Our project Open Data Service Platform (Open-D) We propose a framework for building data services from existing datasets available in the OGD catalogs. Automatically extract tabular data in datasets. Convert the tabular data to the RDF (Resource Description Framework) data and provide data services on top of RDF data. The system-generated data services: Data API. Data Visualization. 16

17 Open Data Service Platform (Open-D) Application Developers Government Agencies Upload API Access API Automatic Transform Data Scientists Visualize data Datasets Data APIs & Visualization 17

18 OGD Service Ecosystem Government Agencies: Automatic publishing of RDF and data API from existing OGD datasets via RDB-RDF direct mapping (4-star open data). Application Developers: Data access provided in two forms: RDF and Data API. Data Scientists: Self-serviced Data Visualization for individual dataset. The services were created on top of the data APIs 18

19 Open-D Framework Built-in OGD services Form-based Data Data Form-based Visualization Data Data Query Query UI Report UI Generation Third-party Applications Application Layer Data Query and Aggregation Query API API Layer Dataset Validator Tabular data to RDF converter (D2RQ) SPARQL Query templates & generator RDF Data Layer Dataset Collector Dataset to RDF Graph Mapping Triplestore (Virtuoso) OGD Catalog and Datasets Data Source Layer 19

20 Open-D Framework (2) Data source layer: OGD catalog -- metadata of the datasets and links to download the dataset files (excel or csv). RDF data layer: Dataset collector and validator test the validity and well-formedness of the dataset. RDF converter utilizes the D2RQ system in direct mapping and stores data in Virtuoso triplestore. API layer: Data querying and aggregation APIs. API request is transformed to SPARQL query template. Application layer: Built-in data services: data query and visualization UI. Third-party applications. 20

21 Dataset Validator A dataset is marked as valid only if there is no problem found in the table and header levels. The table-level problems: metadata around the table (T-Metadata), multiple tables in one sheet (T-Multiple) and whitespace around the table (T-Whitespace). The header-level problems: empty header cells (H-Incomplete), header cells occupied multiple columns (H-Multiple-column-cell), repeated header (H-Duplicate) and the number of header columns not matched with the row columns (Hcardinality). Ermilov, I., Auer, S. and Stadler, C User-driven semantic mapping of tabular data. In Proc. of the 9th International Conference on Semantic Systems - I-SEMANTICS 13 (2013),

22 Well-formed table data T_Multiple H-Multiple-column-cell T_Metadata T-Whitespace 22

23 Dataset Validation Steps 1. Each row in the dataset is counted for the number of columns. 2. The inequality in the number of columns indicates a table-level problem. A table-level problem type is distinguished based on location of occurrences and empty rows 3. The dataset is additionally examined for its header (firstrow) irregularities. A header-level problem type is distinguished based on the number and location of missing columns in a header row and its successive rows. 4. When no problem is detected in a dataset, the dataset is marked as normal, i.e., well-formed tabular data. 23

24 System Architecture Output data formats Sources: Tools Dataset Validator Input data formats Dataset catalog & dataset files Valid datasets (well-formed tabular data) 24

25 Case Studies and Evaluation

26 Creating OGD services for Data.go.th The total of 1,366 dataset files retrieved from the data catalog of Data.go.th (as of October 31, 2016) as inputs for the system. The total of 318 files (23.3%) passed the dataset validation as valid (well-formed) tabular data. 267 files after data cleansing (84%) were successfully converted to OGD services. Unsuccessful conversions were mostly due to the very large file sizes and the false positivity of the validator. The total number of RDF triples generated for the datasets was over 20 million triples. 26

27 Dataset validator evaluation Precision Recall Accuracy Well-formed dataset Table-level problems Header-level problems A preliminary evaluation of the dataset validator was conducted using 120 datasets randomly selected from Data.go.th. A confusion matrix was created for each problem type detection. The overall precision and recall of identifying well-formed tabular datasets were 0.98 and Some detected confusion between the table-level and header-level problems. Some metadata above tables were mistakenly detected as incomplete table headers. The confusion did not affect the overall performance of service generation. 27

28 Demo OGD services for Data.go.th Demo URL: Browse datasets & APIs Link to original dataset Link to dataset service page 28

29 OGD services for a dataset Thai Schools Dataset Query: Find schools in Pathum Thani province whose school type is general education. API result in JSON format Forming API Request Query results 29

30 Open-D Public Service An initiative to provide a repository of datasets for data scientists and developers. Open-D Public Service focused on improving open data in 2 aspects: Data Quality Only well-formed table data are allowed. Data Accessibility Access to dataset is provided as Data API User can analyze and visualize the data in a dataset via the provided tool and shared the results via social media. 30

31 Open-D vs. other data services Data.go.th Datahub.io Tableau/ Power BI Open-D Public service Gov only X X X Well-formed table not required required required required Data API Export to BI Tools X (query/ aggregation) Data Visualization X (advanced) X (basic) Dataset Joins X under development Graph Sharing/ Embedding X (dashboard) X 31

32 Open-D Public Service Website 32

33 Open-D Public Service Website (2) 33

34 Open-D Public Service Website (3) 34

35 Open Data Hackathon Event Over 20 teams joined the 3-day hackathon event in Sep The event was powered by Open-D platform More than 500,000 cultural objects made available as open datasets Data access is provided as Data API created by Open-D 35

36 e-culture Open Data Hackathon

37 e-culture Open Data Hackathon 2018 Winner Runners-up 37

38 Conclusions We introduce open data concepts and some research challenges. We present Open-D -- a software platform for creating data services from open datasets. Our framework is unique in that it does not require user technical skills in creating open data APIs from datasets. Dataset validator for tabular data in spreadsheets. RDB-to-RDF data mapping and SPARQL query templates. 38

39 Conclusions (2) The Open-D platform was demonstrated and evaluated using the datasets from Data.go.th. Over 80 percent of the identified well-formed datasets were successfully transformed to data services Open-D public service provides a Web portal for open data publishing and consumption for public use. e-culture Open Data Hackathon is a showcase of creating innovation from open data via Open-D. 39

40 Future Work Improving performance of the validator and applying automatic data cleansing to the datasets. Additional data services such as integrating (linking) data across datasets. Data.go.th 2.0 is planned to be integrated with the Open-D platform (DGA-NECTEC collaboration). 40

41 Acknowledgment This project was partially supported by the National Science and Technology Development Agency (NSTDA) and the Digital Government Agency (DGA), Thailand. 41

Open Data Search Framework based on Semi-structured Query Patterns

Open Data Search Framework based on Semi-structured Query Patterns Open Data Search Framework based on Semi-structured Query Patterns Marut Buranarach 1, Chonlatan Treesirinetr 2, Pattama Krataithong 1 and Somchoke Ruengittinun 2 1 Language and Semantic Technology Laboratory

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

Demo: Linked Open Statistical Data for the Scottish Government

Demo: Linked Open Statistical Data for the Scottish Government Demo: Linked Open Statistical Data for the Scottish Government Bill Roberts 1 1 Swirrl IT Limited http://swirrl.com Abstract. This paper describes the approach taken by the Scottish Government, supported

More information

BigInsights and Cognos Stefan Hubertus, Principal Solution Specialist Cognos Wilfried Hoge, IT Architect Big Data IBM Corporation

BigInsights and Cognos Stefan Hubertus, Principal Solution Specialist Cognos Wilfried Hoge, IT Architect Big Data IBM Corporation BigInsights and Cognos Stefan Hubertus, Principal Solution Specialist Cognos Wilfried Hoge, IT Architect Big Data 2013 IBM Corporation A Big Data architecture evolves from a traditional BI architecture

More information

TWC LOGD: A Portal for Linking Open Government Data

TWC LOGD: A Portal for Linking Open Government Data TWC LOGD: A Portal for Linking Open Government Data Dominic DiFranzo, Li Ding, John S. Erickson, Xian Li, Tim Lebo, James Michaelis, Alvaro Graves, Gregory Todd Williams, Jin Guang Zheng, Johanna Flores,

More information

: Course : SharePoint 2016 Site Collection and Site Administration

: Course : SharePoint 2016 Site Collection and Site Administration Module Title Duration : Course 55194 : SharePoint 2016 Site Collection and Site Administration : 5 days Course Description This five-day instructor-led course is intended for power users and IT professionals,

More information

Support services for the Digital Agenda Scoreboard Website SMART 2012/ D3: User manual for the dataset upload procedure -

Support services for the Digital Agenda Scoreboard Website SMART 2012/ D3: User manual for the dataset upload procedure - Support services for the Digital Agenda Scoreboard Website SMART 2012/0103 - D3: User - Table of contents 1. Scope and purpose... 3 2. Terms and acronyms... 3 3. Overview of Content Registry... 4 3.1.

More information

ArcGIS Open Data. Matt Bullock

ArcGIS Open Data. Matt Bullock ArcGIS Open Data Matt Bullock Why does open data matter? transparency accountability open data participation innovation economic development but is it accessible? FOIA requests FTP websites ArcGIS Open

More information

Publishing Linked Statistical Data: Aragón, a case study.

Publishing Linked Statistical Data: Aragón, a case study. Publishing Linked Statistical Data: Aragón, a case study. Oscar Corcho 1, Idafen Santana-Pérez 1, Hugo Lafuente 2, David Portolés 3, César Cano 4, Alfredo Peris 4, and José María Subero 4 1 Ontology Engineering

More information

Markus Kaindl Senior Manager Semantic Data Business Owner SN SciGraph

Markus Kaindl Senior Manager Semantic Data Business Owner SN SciGraph Analytics Building business tools for the scholarly publishing domain using LOD and the ELK stack SEMANTiCS Vienna 2018 Markus Kaindl Senior Manager Semantic Data Business Owner SN SciGraph 1 Agenda (25

More information

Building a National SGCN Dataset

Building a National SGCN Dataset Building a National SGCN Dataset Moving form 56 Disparate Plans to One Integrated Product U.S. Department of the Interior U.S. Geological Survey Presentation Overview NBII Species Mashup LIVE DEMO Species

More information

A Survey of Metadata Use for Publishing Open Government Data in China

A Survey of Metadata Use for Publishing Open Government Data in China A Survey of Metadata Use for Publishing Open Government Data in China Li Yuan Wei Fan Department of Information Management School of Public Administration Sichuan University DC-2016 Summit, Copenhagen,

More information

Expose Existing z Systems Assets as APIs to extend your Customer Reach

Expose Existing z Systems Assets as APIs to extend your Customer Reach Expose Existing z Systems Assets as APIs to extend your Customer Reach Unlocking mainframe assets for mobile and cloud applications Asit Dan z Services API Management, Chief Architect asit@us.ibm.com Insert

More information

Interoperability and transparency The European context

Interoperability and transparency The European context JOINING UP GOVERNMENTS EUROPEAN COMMISSION Interoperability and transparency The European context ITAPA 2011, Bratislava Francisco García Morán Director General for Informatics Background 2 3 Every European

More information

Core Technology Development Team Meeting

Core Technology Development Team Meeting Core Technology Development Team Meeting To hear the meeting, you must call in Toll-free phone number: 1-866-740-1260 Access Code: 2201876 For international call in numbers, please visit: https://www.readytalk.com/account-administration/international-numbers

More information

Funding from the Robert Wood Johnson Foundation s Public Health Services & Systems Research Program (grant ID #71597 to Martin and Birkhead)

Funding from the Robert Wood Johnson Foundation s Public Health Services & Systems Research Program (grant ID #71597 to Martin and Birkhead) 1 Funding from the Robert Wood Johnson Foundation s Public Health Services & Systems Research Program (grant ID #71597 to Martin and Birkhead) Coauthors: Gus Birkhead, Natalie Helbig, Jennie Law, Weijia

More information

Outline. The Collaborative Research Platform for Data Curation and Repositories: CKAN For ANGIS Data Portal. Open Access & Open Data.

Outline. The Collaborative Research Platform for Data Curation and Repositories: CKAN For ANGIS Data Portal. Open Access & Open Data. Outline The Collaborative Research Platform for Data Curation and Repositories: CKAN For ANGIS Data Portal Open Access & Open Data ANGIS data portal New developed features Future works Hsiung-Ming Liao,

More information

A Community-Driven Approach to Development of an Ontology-Based Application Management Framework

A Community-Driven Approach to Development of an Ontology-Based Application Management Framework A Community-Driven Approach to Development of an Ontology-Based Application Management Framework Marut Buranarach, Ye Myat Thein, and Thepchai Supnithi Language and Semantic Technology Laboratory National

More information

Microsoft End to End Business Intelligence Boot Camp

Microsoft End to End Business Intelligence Boot Camp Microsoft End to End Business Intelligence Boot Camp 55045; 5 Days, Instructor-led Course Description This course is a complete high-level tour of the Microsoft Business Intelligence stack. It introduces

More information

Text Conversion Process

Text Conversion Process Text Conversion Process TEXT to EXCEL Conversion Template EXCEL to TEXT Purpose F. S. 285.985 - Transparency in Government Spending Data Agencies Steps 1. Get your Agency Contract Data via CD 2. Convert

More information

Incremental Export of Relational Database Contents into RDF Graphs

Incremental Export of Relational Database Contents into RDF Graphs National Technical University of Athens School of Electrical and Computer Engineering Multimedia, Communications & Web Technologies Incremental Export of Relational Database Contents into RDF Graphs Nikolaos

More information

SharePoint 2016 Site Collections and Site Owner Administration

SharePoint 2016 Site Collections and Site Owner Administration SharePoint Course - 55234 SharePoint 2016 Site Collections and Site Owner Administration Length 5 days Audience This course is intended for those who provide site collection and site administration and

More information

MS-55045: Microsoft End to End Business Intelligence Boot Camp

MS-55045: Microsoft End to End Business Intelligence Boot Camp MS-55045: Microsoft End to End Business Intelligence Boot Camp Description This five-day instructor-led course is a complete high-level tour of the Microsoft Business Intelligence stack. It introduces

More information

Esri and MarkLogic: Location Analytics, Multi-Model Data

Esri and MarkLogic: Location Analytics, Multi-Model Data Esri and MarkLogic: Location Analytics, Multi-Model Data Ben Conklin, Industry Manager, Defense, Intel and National Security, Esri Anthony Roach, Product Manager, MarkLogic James Kerr, Technical Director,

More information

A detailed comparison of EasyMorph vs Tableau Prep

A detailed comparison of EasyMorph vs Tableau Prep A detailed comparison of vs We at keep getting asked by our customers and partners: How is positioned versus?. Well, you asked, we answer! Short answer and are similar, but there are two important differences.

More information

AN ONTOLOGY-BASED KNOWLEDGE AS A SERVICE FRAMEWORK: A CASE STUDY OF DEVELOPING A USER-CENTERED PORTAL FOR HOME RECOVERY

AN ONTOLOGY-BASED KNOWLEDGE AS A SERVICE FRAMEWORK: A CASE STUDY OF DEVELOPING A USER-CENTERED PORTAL FOR HOME RECOVERY AN ONTOLOGY-BASED KNOWLEDGE AS A SERVICE FRAMEWORK: A CASE STUDY OF DEVELOPING A USER-CENTERED PORTAL FOR HOME RECOVERY Marut Buranarach, Thepchai Supnithi and Passakon Prathombutr (NECTEC, Thailand) Abstract

More information

Introduction to Data Science

Introduction to Data Science UNIT I INTRODUCTION TO DATA SCIENCE Syllabus Introduction of Data Science Basic Data Analytics using R R Graphical User Interfaces Data Import and Export Attribute and Data Types Descriptive Statistics

More information

Advanced Solutions of Microsoft SharePoint Server 2013

Advanced Solutions of Microsoft SharePoint Server 2013 Course Duration: 4 Days + 1 day Self Study Course Pre-requisites: Before attending this course, students must have: Completed Course 20331: Core Solutions of Microsoft SharePoint Server 2013, successful

More information

SAP Agile Data Preparation Simplify the Way You Shape Data PUBLIC

SAP Agile Data Preparation Simplify the Way You Shape Data PUBLIC SAP Agile Data Preparation Simplify the Way You Shape Data Introduction SAP Agile Data Preparation Overview Video SAP Agile Data Preparation is a self-service data preparation application providing data

More information

Your Open Science and Research Publishing Platform. 1st SciShops Summer School

Your Open Science and Research Publishing Platform. 1st SciShops Summer School Your Open Science and Research Publishing Platform 1st SciShops Summer School to researchers? to Open Science? Personal / project / community profile Thematic / personal / project repositories Enriched

More information

Information Workbench

Information Workbench Information Workbench The Optique Technical Solution Christoph Pinkel, fluid Operations AG Optique: What is it, really? 3 Optique: End-user Access to Big Data 4 Optique: Scalable Access to Big Data 5 The

More information

Basics of Data Management

Basics of Data Management Basics of Data Management Chaitan Baru 2 2 Objectives of this Module Introduce concepts and technologies for managing structured, semistructured, unstructured data Obtain a grounding in traditional data

More information

Quality Gates User guide

Quality Gates User guide Quality Gates 3.3.5 User guide 06/2013 1 Table of Content 1 - Introduction... 4 2 - Navigation... 5 2.1 Navigation tool bar... 5 2.2 Navigation tree... 5 2.3 Folder Tree... 6 2.4 Test history... 7 3 -

More information

dan.fay@microsoft.com Scientific Data Intensive Computing Workshop 2004 Visualizing and Experiencing E 3 Data + Information: Provide a unique experience to reduce time to insight and knowledge through

More information

Methodological Guidelines for Publishing Linked Data

Methodological Guidelines for Publishing Linked Data Methodological Guidelines for Publishing Linked Data Boris Villazón-Terrazas bvillazon@isoco.com @boricles Slides available at: http://www.slideshare.net/boricles/ Acknowledgements: OEG Main References

More information

Before deepening into the subject, it is important to make some conceptual distinctions:

Before deepening into the subject, it is important to make some conceptual distinctions: We live in an era in which we find ourselves surrounded by data. Our daily activities generate data: from paying for electricity or other services, to academic research that analyzes problems of our social

More information

Re-using Cool URIs: Entity Reconciliation Against LOD Hubs

Re-using Cool URIs: Entity Reconciliation Against LOD Hubs Re-using Cool URIs: Entity Reconciliation Against LOD Hubs Fadi Maali, Richard Cyganiak, Vassilios Peristeras LDOW 2011 Copyright 2009. All rights reserved. The Web of Data The Web of Data The Web of Data

More information

Switching to Sheets from Microsoft Excel Learning Center gsuite.google.com/learning-center

Switching to Sheets from Microsoft Excel Learning Center gsuite.google.com/learning-center Switching to Sheets from Microsoft Excel 2010 Learning Center gsuite.google.com/learning-center Welcome to Sheets Now that you've switched from Microsoft Excel to G Suite, learn how to use Google Sheets

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

OpenGovIntelligence. Deliverable 3.5. OpenGovIntelligence ICT tools

OpenGovIntelligence. Deliverable 3.5. OpenGovIntelligence ICT tools OpenGovIntelligence Fostering Innovation and Creativity in Europe through Public Administration Modernization towards Supplying and Exploiting Linked Open Statistical Data Deliverable 3.5 OpenGovIntelligence

More information

Publishing the Norwegian Petroleum Directorate s FactPages as Semantic Web Data

Publishing the Norwegian Petroleum Directorate s FactPages as Semantic Web Data Publishing the Norwegian Petroleum Directorate s FactPages as Semantic Web Data Martin G. Skjæveland, Espen H. Lian, Ian Horrocks Presented by Evgeny Kharlamov (Oxford University) ISWC, October 24, 2013

More information

1Z0-526

1Z0-526 1Z0-526 Passing Score: 800 Time Limit: 4 min Exam A QUESTION 1 ABC's Database administrator has divided its region table into several tables so that the west region is in one table and all the other regions

More information

Enterprise Data Catalog for Microsoft Azure Tutorial

Enterprise Data Catalog for Microsoft Azure Tutorial Enterprise Data Catalog for Microsoft Azure Tutorial VERSION 10.2 JANUARY 2018 Page 1 of 45 Contents Tutorial Objectives... 4 Enterprise Data Catalog Overview... 5 Overview... 5 Objectives... 5 Enterprise

More information

Using the Heterogeneous Database and Linked Data Technologies with Case Study of Thai Local Government Planning Database

Using the Heterogeneous Database and Linked Data Technologies with Case Study of Thai Local Government Planning Database Using the Heterogeneous Database and Linked Data Technologies with Case Study of Thai Local Government Planning Database Lerluck Boonlamp Abstract These paper di scuss about the comparison between two

More information

FAQs. Business (CIP 2.2) AWS Market Place Troubleshooting and FAQ Guide

FAQs. Business (CIP 2.2) AWS Market Place Troubleshooting and FAQ Guide FAQs 1. What is the browser compatibility for logging into the TCS Connected Intelligence Data Lake for Business Portal? Please check whether you are using Mozilla Firefox 18 or above and Google Chrome

More information

Software skills for librarians: Library carpentry. Module 2: Open Refine

Software skills for librarians: Library carpentry. Module 2: Open Refine Software skills for librarians: Library carpentry Module 2: Open Refine A tool for working with tabular data Examine your data Resolve inconsistencies and perform global edits Split data into smaller chunks

More information

Thailand Digital Government Development Plan Digital Government Development Agency (Public Organization) (DGA)

Thailand Digital Government Development Plan Digital Government Development Agency (Public Organization) (DGA) ขอแค ประมาณ ร ปน นะโม Thailand Digital Government Development Plan Digital Government Development Agency (Public Organization) (DGA) 1 Government agencies need to develop the Digital Government Master

More information

Call: SAS BI Course Content:35-40hours

Call: SAS BI Course Content:35-40hours SAS BI Course Content:35-40hours Course Outline SAS Data Integration Studio 4.2 Introduction * to SAS DIS Studio Features of SAS DIS Studio Tasks performed by SAS DIS Studio Navigation to SAS DIS Studio

More information

Organize. Collaborate. Discover. All About Mendeley

Organize. Collaborate. Discover.  All About Mendeley Organize. Collaborate. Discover. www.mendeley.com All About Mendeley 1 What is Mendeley? Free Academic Software Cross-Platform (Win/Mac/Linux/Mobile) All Major Browsers Desktop Web Mobile How does Mendeley

More information

Medici for Digital Cultural Heritage Libraries. George Tsouloupas, PhD The LinkSCEEM Project

Medici for Digital Cultural Heritage Libraries. George Tsouloupas, PhD The LinkSCEEM Project Medici for Digital Cultural Heritage Libraries George Tsouloupas, PhD The LinkSCEEM Project Overview of Digital Libraries A Digital Library: "An informal definition of a digital library is a managed collection

More information

Reducing Consumer Uncertainty

Reducing Consumer Uncertainty Spatial Analytics Reducing Consumer Uncertainty Towards an Ontology for Geospatial User-centric Metadata Introduction Cooperative Research Centre for Spatial Information (CRCSI) in Australia Communicate

More information

Seamless Dynamic Web (and Smart Device!) Reporting with SAS D.J. Penix, Pinnacle Solutions, Indianapolis, IN

Seamless Dynamic Web (and Smart Device!) Reporting with SAS D.J. Penix, Pinnacle Solutions, Indianapolis, IN Paper RIV05 Seamless Dynamic Web (and Smart Device!) Reporting with SAS D.J. Penix, Pinnacle Solutions, Indianapolis, IN ABSTRACT The SAS Business Intelligence platform provides a wide variety of reporting

More information

Advanced Solutions of Microsoft SharePoint Server 2013 Course Contact Hours

Advanced Solutions of Microsoft SharePoint Server 2013 Course Contact Hours Advanced Solutions of Microsoft SharePoint Server 2013 Course 20332 36 Contact Hours Course Overview This course examines how to plan, configure, and manage a Microsoft SharePoint Server 2013 environment.

More information

PYRAMID Headline Features. April 2018 Release

PYRAMID Headline Features. April 2018 Release PYRAMID 2018.03 April 2018 Release The April release of Pyramid brings a big list of over 40 new features and functional upgrades, designed to make Pyramid s OS the leading solution for customers wishing

More information

Automated Testing of Tableau Dashboards

Automated Testing of Tableau Dashboards Kinesis Technical Whitepapers April 2018 Kinesis CI Automated Testing of Tableau Dashboards Abstract Companies make business critical decisions every day, based on data from their business intelligence

More information

API MANAGEMENT WITH WEBMETHODS

API MANAGEMENT WITH WEBMETHODS API MANAGEMENT WITH WEBMETHODS Subhash Ramachandran SVP, Product Management & Marketing DIGITAL TRANSFORMATION #WITHOUTCOMPROMISE 2017 Software AG. All rights reserved. WEBMETHODS API MANAGEMENT PLATFORM

More information

W3C Working Group Report

W3C Working Group Report Delivering on Standards for Government Linked Data W3C Working Group Report Bernadette Hyland co-chair, W3C Government Linked Data WG CEO, 3 Round Stones, Inc. @BernHyland 10-April-2013 European Data Forum

More information

RDF VISUALIZER. 3/4/ th CRM-SIG meeting M.Doerr, K. Doerr, K.Petrakis, L.Harami, N.Minadakis

RDF VISUALIZER. 3/4/ th CRM-SIG meeting M.Doerr, K. Doerr, K.Petrakis, L.Harami, N.Minadakis RDF VISUALIZER 3/4/2017 38 th CRM-SIG meeting M.Doerr, K. Doerr, K.Petrakis, L.Harami, N.Minadakis General purpose - Innovation A generic browsing mechanism that gives the user a flexible, highly configurable,

More information

Creating Codes with Spreadsheet Upload

Creating Codes with Spreadsheet Upload Creating Codes with Spreadsheet Upload In order to create a code, you must first have a group, prefix and account set up and associated to each other. This document will provide instructions on creating

More information

Google Docs.

Google Docs. Useful for collaborating on documents, spreadsheets and presentations Creating a Google Account After going to the URL above you will need to log into a Google Account or create an account by clicking

More information

A U T O M A T E D C O N T E NT P R O T E C T I O N, A N A L Y T I C S A N D M O N E T I Z A T I O N A C R O S S S O C I A L P L A T F O R M S

A U T O M A T E D C O N T E NT P R O T E C T I O N, A N A L Y T I C S A N D M O N E T I Z A T I O N A C R O S S S O C I A L P L A T F O R M S Presenting: Eyal Arad VIDEOCITES 1 ID LTD. 2018 A U T O M A T E D C O N T E NT P R O T E C T I O N, A N A L Y T I C S A N D M O N E T I Z A T I O N A C R O S S S O C I A L P L A T F O R M S VIDEOCITES

More information

Telerik Training for Mercury 3

Telerik Training for Mercury 3 Telerik Training for Mercury 3 Telerik training is intended for IT professionals and Power Users familiar with constructing reports based on raw data from databases or spreadsheets. You will learn how

More information

Description of the European Big Data Hackathon 2019

Description of the European Big Data Hackathon 2019 EUROPEAN COMMISSION EUROSTAT Ref. Ares(2018)6073319-27/11/2018 Deputy Director-General Task Force Big Data Description of the European Big Data Hackathon 2019 Description of the European Big Data Hackathon

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

Introducing Fedora 4. Overview, examples, and features. David Wilcox,

Introducing Fedora 4. Overview, examples, and features. David Wilcox, Introducing Fedora 4 Overview, examples, and features David Wilcox, DuraSpace @d_wilcox https://goo.gl/9k9rlk Learning Outcomes Understand the purpose of a Fedora repository Learn what Fedora can do for

More information

SharePoint 2016 Site Collections and Site Owner Administration

SharePoint 2016 Site Collections and Site Owner Administration Course 55234A: SharePoint 2016 Site Collections and Site Owner Administration Course Outline Module 1: Getting Started with SharePoint 2016 This module explains to site collection and site administrators

More information

Harvesting Open Government Data with DCAT-AP

Harvesting Open Government Data with DCAT-AP Fraunhofer FOKUS Institute for Open Communication Systems AlanDavidRobb / Pixabay (CC0) Harvesting Open Government Data with DCAT-AP Fabian Kirstein, 21. March 2018 The European Data Portal offers more

More information

K-PAC Reporting Guide

K-PAC Reporting Guide K-PAC Reporting Guide Access the K-PAC Report Web application by requesting access through the KSDE Application Portal. The KSDE Application Portal requires that permissions for log-in be approved by the

More information

SAP BW 3.5 Enhanced Reporting Capabilities SAP AG

SAP BW 3.5 Enhanced Reporting Capabilities SAP AG SAP BW 3.5 Enhanced Reporting Capabilities SAP AG Learning Objectives As a result of this lecture, you will: Be familiar with Business Explorer (BEx) suite 3.5 Know the available new features Understand

More information

TABLE OF CONTENTS SECTION 1- ORGANIZATION 1-2 SECTION 2- GOOGLE DOCS 3-4 SECTION 3- GOOGLE PRESENTATIONS 5-6 SECTION 4- GOOGLE SPREADSHEETS 7-8

TABLE OF CONTENTS SECTION 1- ORGANIZATION 1-2 SECTION 2- GOOGLE DOCS 3-4 SECTION 3- GOOGLE PRESENTATIONS 5-6 SECTION 4- GOOGLE SPREADSHEETS 7-8 TABLE OF CONTENTS SECTION 1- ORGANIZATION 1-2 CREATING FOLDERS UPLOADING FILES AND FOLDERS SECTION 2- GOOGLE DOCS 3-4 CREATING UPLOADING SHARING REVISION HISTORY SECTION 3- GOOGLE PRESENTATIONS 5-6 CREATING

More information

C. The system is equally reliable for classifying any one of the eight logo types 78% of the time.

C. The system is equally reliable for classifying any one of the eight logo types 78% of the time. Volume: 63 Questions Question No: 1 A system with a set of classifiers is trained to recognize eight different company logos from images. It is 78% accurate. Without further information, which statement

More information

Linking and Finding Earth Observation (EO) Data on the Web

Linking and Finding Earth Observation (EO) Data on the Web Linking and Finding Earth Observation (EO) Data on the Web MACS-G20 Workshop: Linked Open Data in Agriculture Berlin, September 27-28, 2017 Dr. Uwe Voges u.voges@conterra.de Introduction Earth Observation

More information

CEU Online System, The Friday Center for Continuing Education, UNC-Chapel Hill How to Obtain Participant IDs for Awarding of CEUs

CEU Online System, The Friday Center for Continuing Education, UNC-Chapel Hill How to Obtain Participant IDs for Awarding of CEUs The Friday Center for Continuing Education has the responsibility of approving continuing education activities for which CEUs are recorded and maintained as a permanent record for individual participants.

More information

OpenClinica - Data Import & Export

OpenClinica - Data Import & Export OpenClinica - Data Import & Export Purpose of this document: To provide instruction and best practice guidelines for the import and export of study data into and out of OpenClinica. Version: OpenClinica

More information

Telerik Training for Mercury 3

Telerik Training for Mercury 3 Telerik Training for Mercury 3 Telerik training is intended for IT professionals and Power Users familiar with constructing reports based on raw data from databases or spreadsheets. You will learn how

More information

DKAN Open Data Platform

DKAN Open Data Platform DKAN Open Data Platform About DKAN is a Drupal-based community-driven, free and open source open data platform offering a full suite of cataloging, publishing and visualization features. With DKAN, organizations

More information

Towards Practical Differential Privacy for SQL Queries. Noah Johnson, Joseph P. Near, Dawn Song UC Berkeley

Towards Practical Differential Privacy for SQL Queries. Noah Johnson, Joseph P. Near, Dawn Song UC Berkeley Towards Practical Differential Privacy for SQL Queries Noah Johnson, Joseph P. Near, Dawn Song UC Berkeley Outline 1. Discovering real-world requirements 2. Elastic sensitivity & calculating sensitivity

More information

<Insert Picture Here>

<Insert Picture Here> Oracle Forms Modernization with Oracle Application Express Marc Sewtz Software Development Manager Oracle Application Express Oracle USA Inc. 540 Madison Avenue,

More information

COURSE 20466D: IMPLEMENTING DATA MODELS AND REPORTS WITH MICROSOFT SQL SERVER

COURSE 20466D: IMPLEMENTING DATA MODELS AND REPORTS WITH MICROSOFT SQL SERVER ABOUT THIS COURSE The focus of this five-day instructor-led course is on creating managed enterprise BI solutions. It describes how to implement multidimensional and tabular data models, deliver reports

More information

Promoting semantic interoperability between public administrations in Europe

Promoting semantic interoperability between public administrations in Europe ISA solutions, Brussels, 23 September 2014 Vassilios.Peristeras@ec.europa.eu Promoting semantic interoperability between public administrations in Europe What semantics is about? ISA work in semantics

More information

GOOGLE SHEETS TUTORIAL

GOOGLE SHEETS TUTORIAL GOOGLE SHEETS TUTORIAL STM TRAINING PROGRAM BY BREANA NARINE (Instructional Design Assistant) Google Sheets Tutorial Google Sheet is an online service provided by Google where you are able to create new

More information

Linked open data at Insee. Franck Cotton Guillaume Mordant

Linked open data at Insee. Franck Cotton Guillaume Mordant Linked open data at Insee Franck Cotton franck.cotton@insee.fr Guillaume Mordant guillaume.mordant@insee.fr Linked open data at Insee Agenda A long story How is data published? Why publish Linked Open

More information

Data.gov Wiki: A Semantic Web Approach to Government Data

Data.gov Wiki: A Semantic Web Approach to Government Data Data.gov Wiki: A Semantic Web Approach to Government Data Li Ding, Dominic DiFranzo, Sarah Magidson, Alvaro Graves, James R. Michaelis, Xian Li, Deborah L. McGuinness, Jim Hendler Tetherless World Constellation

More information

Building a Linked Open Data Knowledge Graph Henning Schoenenberger Michele Pasin. Frankfurt Book Fair 2017 October 11, 2017

Building a Linked Open Data Knowledge Graph Henning Schoenenberger Michele Pasin. Frankfurt Book Fair 2017 October 11, 2017 Building a Linked Open Data Knowledge Graph Henning Schoenenberger Michele Pasin Frankfurt Book Fair 2017 October 11, 2017 1 Springer Nature s Metadata Mission Statement We understand metadata as the gateway

More information

SharePoint 2016 Site Collections and Site Owner Administration

SharePoint 2016 Site Collections and Site Owner Administration SharePoint 2016 Site Collections and Site Owner Administration Course 55234A - Five days - Instructor-led - Hands-on Introduction This five-day instructor-led course is intended for power users and IT

More information

Microsoft Advanced Solutions of Microsoft SharePoint Server

Microsoft Advanced Solutions of Microsoft SharePoint Server Microsoft 70-332 Advanced Solutions of Microsoft SharePoint Server 2013 http://killexams.com/exam-detail/70-332 QUESTION: 52 DRAG DROP You are upgrading a SharePoint environment from SharePoint 2010 to

More information

Oracle Big Data Discovery

Oracle Big Data Discovery Oracle Big Data Discovery Turning Data into Business Value Harald Erb Oracle Business Analytics & Big Data 1 Safe Harbor Statement The following is intended to outline our general product direction. It

More information

Optimising a Semantic IoT Data Hub

Optimising a Semantic IoT Data Hub Optimising a Semantic IoT Data Hub Ilias Tachmazidis, Sotiris Batsakis, John Davies, Alistair Duke, Grigoris Antoniou and Sandra Stincic Clarke John Davies, BT Overview Motivation de-siloization and data

More information

Day 1 Agenda. Brio 101 Training. Course Presentation and Reference Material

Day 1 Agenda. Brio 101 Training. Course Presentation and Reference Material Data Warehouse www.rpi.edu/datawarehouse Brio 101 Training Course Presentation and Reference Material Day 1 Agenda Training Overview Data Warehouse and Business Intelligence Basics The Brio Environment

More information

Block Chain Real-Time Analytics & Alerts using TriggerWare. Deborah Taylor, CEO Dr. Swamy Narayanaswamy, CTO Contact:

Block Chain Real-Time Analytics & Alerts using TriggerWare. Deborah Taylor, CEO Dr. Swamy Narayanaswamy, CTO Contact: Block Chain Real-Time Analytics & Alerts using TriggerWare Deborah Taylor, CEO Dr. Swamy Narayanaswamy, CTO Contact: swamy@calqlogic.com Origins in Federal R&D projects, SBIR and BAA competitions; Logic-based

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

Groovy in Jenkins. Ioannis K. Moutsatsos. Repurposing Jenkins for Life Sciences Data Pipelining

Groovy in Jenkins. Ioannis K. Moutsatsos. Repurposing Jenkins for Life Sciences Data Pipelining Groovy in Jenkins Ioannis K. Moutsatsos Repurposing Jenkins for Life Sciences Data Pipelining Who Am I? Research scientist at local pharmaceutical company Software engineer Open Source advocate and contributor

More information

Microsoft SharePoint Server 2013 Plan, Configure & Manage

Microsoft SharePoint Server 2013 Plan, Configure & Manage Microsoft SharePoint Server 2013 Plan, Configure & Manage Course 20331-20332B 5 Days Instructor-led, Hands on Course Information This five day instructor-led course omits the overlap and redundancy that

More information

OpenBudgets.eu: Fighting Corruption with Fiscal Transparency. Project Number: Start Date of Project: Duration: 30 months

OpenBudgets.eu: Fighting Corruption with Fiscal Transparency. Project Number: Start Date of Project: Duration: 30 months OpenBudgets.eu: Fighting Corruption with Fiscal Transparency Project Number: 645833 Start Date of Project: 01.05.2015 Duration: 30 months Deliverable 4.1 Specification of services' Interfaces Dissemination

More information

"Charting the Course... MOC A: SharePoint 2016 Site Collections and Site Owner Administration. Course Summary

Charting the Course... MOC A: SharePoint 2016 Site Collections and Site Owner Administration. Course Summary MOC 55234 A: 2016 Site Collections Course Summary Description This five-day instructor-led course is intended for power users and IT professionals who are tasked with working within the 2016 environment

More information

Advanced Solutions of Microsoft SharePoint 2013

Advanced Solutions of Microsoft SharePoint 2013 Course 20332A :Advanced Solutions of Microsoft SharePoint 2013 Page 1 of 9 Advanced Solutions of Microsoft SharePoint 2013 Course 20332A: 4 days; Instructor-Led About the Course This four-day course examines

More information

Page 1. Oracle9i OLAP. Agenda. Mary Rehus Sales Consultant Patrick Larkin Vice President, Oracle Consulting. Oracle Corporation. Business Intelligence

Page 1. Oracle9i OLAP. Agenda. Mary Rehus Sales Consultant Patrick Larkin Vice President, Oracle Consulting. Oracle Corporation. Business Intelligence Oracle9i OLAP A Scalable Web-Base Business Intelligence Platform Mary Rehus Sales Consultant Patrick Larkin Vice President, Oracle Consulting Agenda Business Intelligence Market Oracle9i OLAP Business

More information

Informatica PowerExchange for Tableau User Guide

Informatica PowerExchange for Tableau User Guide Informatica PowerExchange for Tableau 10.2.1 User Guide Informatica PowerExchange for Tableau User Guide 10.2.1 May 2018 Copyright Informatica LLC 2015, 2018 This software and documentation are provided

More information

AVANTUS TRAINING PTE LTD

AVANTUS TRAINING PTE LTD [MS20779]: Analyzing Data with Excel Length : 3 Days Audience(s) : IT Professionals Level : 300 Technology : Power BI Delivery Method : Instructor-led (Classroom) Course Overview The main purpose of the

More information

THE GETTY VOCABULARIES TECHNICAL UPDATE

THE GETTY VOCABULARIES TECHNICAL UPDATE AAT TGN ULAN CONA THE GETTY VOCABULARIES TECHNICAL UPDATE International Working Group Meetings January 7-10, 2013 Joan Cobb Gregg Garcia Information Technology Services J. Paul Getty Trust International

More information