Application integration with the W3C Linked Data standards Día W3C en España December 18 th, 2013

Size: px
Start display at page:

Download "Application integration with the W3C Linked Data standards Día W3C en España December 18 th, 2013"

Transcription

1 Application integration with the W3C Linked Data standards Día W3C en España December 18 th, 2013 Nandana Mihindukulasooriya Universidad Politécnica de Madrid

2 2 Evolution of Application Integration Pointto-Point Message Broker Service Bus Shared Files Shared Databases RPC Web Services

3 3 Linked Data Connecting data distributed across the Web Similar to how documents are connected using hyperlinks to set up an hypertext web Based on four rules defined by Tim Berners Lee [1]: 1. Use URIs as names for things 2. Use HTTP URIs so that people can look up those names. 3. When someone looks up a URI, provide useful information, using the standards (RDF*, SPARQL) 4. Include links to other URIs, so that they can discover more things [1] [2] Linking Data cloud diagram, by Richard Cyganiak and Anja Jentzsch.

4 4 Why Linked Data? Global identifiers that are dereferenceable Easily accessible data using HTTP Reconciliation of duplicate data Avoid data silos Use of standards Interoperability Flexible graph based RDF data model Easy to merge data from different sources No silver Multiple schemas can live together bullets Easy to evolve Typed links between data from different sources Ability to traverse through data to find more information and context Richer knowledge representation and modeling Mappings without complex transformations By adding more information rather than converting data

5 5 Linked Data specifications Domain Protocol Data model Serializations Query Specification HTTP RDF(S) RDF/XML Turtle TriG RDFa JSON-LD SPARQL Advanced modeling OWL W3C Linked Data Platform

6 6 Linked Data Platform RESTful protocol for Read / Write Linked Data Extensions to HTTP protocol Pagination, ordering, partial updates, introspection, creation factories, collections Standardization focused of interoperability Developed by W3C Linked Data Platform Working Group 54 participants from 32 organizations Industry: IBM, Oracle, EMC, Fujitsu, Link Software, Base22, Academia: Universidad Politécnica de Madrid, University of Oxford, DERI, Université de Lyon, INRIA, Progress: Several public working drafts are available On its way to a Candidate Recommendation Current and potential implementations: Link Virtuoso, Eclipse Lyo, ALM istack middleware, Apache Marmotta, Callimachus, Tabulator, rdflib.js, RWW.IO,

7 An example: BugLinks An LDP-enabled bug tracker 7 OPTIONS OPTIONS

8 8 Looking up for the project GET /bug-tracker/alm-istack HTTP/1.1 Host: example.org Accept: text/turtle; charset=utf-8 HTTP/ OK Content-Type: text/turtle; charset=utf-8 Link: < rel="type" ETag: dcterms: ldp: bt: < </bug-tracker/alm-istack> a ldp:simplecontainer, bt:productdescription; dcterms:title "A collection of bug reports on ALM istack project"; bt:developer </user/johndoe>; ldp:contains </bug-tracker/alm-istack/bug3>; ldp:contains </bug-tracker/alm-istack/bug4>.

9 9 Looking up for the project with many bugs (Paging) GET /bug-tracker/buggy-product HTTP/1.1 Host: example.org Accept: text/turtle; charset=utf-8 HTTP/ See Other Location: /bug-tracker/buggy-product?firstpage Link: < rel="type"

10 10 Looking up for the project with many bugs (Paging) II GET /bug-tracker/buggy-product?firstpage HTTP/1.1 Host: example.org Accept: text/turtle; charset=utf-8 HTTP/ OK Content-Type: text/turtle; charset=utf-8 Link: < rel="type Link: </bug-tracker/buggy-product?secondpage>; rel='next' ETag: ldp: bt: < Under discussion <bug-tracker/buggy-product> a ldp:simplecontainer,bt:productdescription; ldp:contains </bug-tracker/alm-istack/bug1>; ldp:contains </bug-tracker/alm-istack/bug200>.

11 11 Creating a new bug report POST /bug-tracker/alm-istack HTTP/1.1 Host: example.org Content-Type: dcterms: bt: < <> a bt:bugreport; dcterms:title "Server crashed"; dcterms:creator </user/janedoe>. HTTP/ Created Location: /bug-tracker/alm-istack/bug5 Link: < rel="type" ETag: W/" " Content-Length: 0

12 12 Looking up for a project (again) GET /bug-tracker/alm-istack HTTP/1.1 Host: example.org Accept: text/turtle; charset=utf-8 HTTP/ OK Content-Type: text/turtle; charset=utf-8 Link: < rel="type" ETag: W/ dcterms: ldp: bt: < </bug-tracker/alm-istack> a ldp:simplecontainer, bt:productdescription; dcterms:title "A collection of bug reports on ALM istack project"; ldp:contains </bug-tracker/alm-istack/bug3> ; ldp:contains </bug-tracker/alm-istack/bug4> ; ldp:contains </bug-tracker/alm-istack/bug5>.

13 13 Looking up for a bug report GET /bug-tracker/alm-istack/bug5 HTTP/1.1 Host: example.org Accept: text/turtle; charset=utf-8 HTTP/ OK Content-Type: text/turtle; charset=utf-8 Link: < rel="type" ETag: dcterms: ldp: bt: < </bug-tracker/alm-istack/bug5> a bt:bugreport; dcterms:title "Server crashed"; dcterms:creator </user/janedoe>; dcterms:created " T10:00"^^xsd:dateTime; bt:state bt:new..

14 14 ALM istack Project Objective: To evaluate and foster the adoption of Linked Data technologies as the means for facilitating real-time Application Lifecycle Management tool integration in enterprise-grade environments.

15 15 Architecture of the Proof-of-Concept

16 16 Enterprise readiness TRANSACTIONS PROVENANCE PARTIAL RETRIEVALS & UPDATES VALIDATION TESTING VOCABULARY MANAGEMENT SECURITY IDENTITY MANAGEMENT APPLICATION MODELS VERSIONING DESIGN PATTERNS & ANTI-PATTERNS PERFORMANCE OPTIMIZATION DISCOVERY & INTROSPECTION

17 17 Final remarks Linked Data can be a good approach when the integrations are data intensive Service orientation vs. Data / Resource orientation Linked Data Platform as a standard RESTful protocol for read/write Linked Data Supported by the industry OSLC / IBM Rational Jazz EU projects (PPP/FP7): CESAR, ifest, CRYSTAL Some work to be done on enterprise Quality of Service requirements

18 Thank You! Application integration with the W3C Linked Data standards Raúl García Castro, Miguel Esteban Gutiérrez, Nandana Mihindukulasooriya

Service Requirements and Standard API Orlando Technical Meeting 06/24/16

Service Requirements and Standard API Orlando Technical Meeting 06/24/16 Service Requirements and Standard API Orlando Technical Meeting 06/24/16 Team Axel Reichwein (Lead) Koneksys Hedly Apperly PTC Josh Fiengold Tom Sawyer Software Charles Galey No Magic Inc AGENDA Open Services

More information

From the Web to the Semantic Web: RDF and RDF Schema

From the Web to the Semantic Web: RDF and RDF Schema From the Web to the Semantic Web: RDF and RDF Schema Languages for web Master s Degree Course in Computer Engineering - (A.Y. 2016/2017) The Semantic Web [Berners-Lee et al., Scientific American, 2001]

More information

Semantic Web and Linked Data

Semantic Web and Linked Data Semantic Web and Linked Data Petr Křemen December 2012 Contents Semantic Web Technologies Overview Linked Data Semantic Web Technologies Overview Semantic Web Technology Stack from Wikipedia. http://wikipedia.org/wiki/semantic_web,

More information

Project Proposal: OSLC4MBSE - OMG SE and OSLC working group as part of the OMG SE DSIG. OSLC for Model-Based Systems Engineering Interoperability

Project Proposal: OSLC4MBSE - OMG SE and OSLC working group as part of the OMG SE DSIG. OSLC for Model-Based Systems Engineering Interoperability OSLC4MBSE OSLC for Model-Based Systems Engineering Interoperability This document presents the work of the OSLC4MBSE working group, which has been initiated as a collaborative effort between members of

More information

Available online at ScienceDirect. Procedia Computer Science 83 (2016 )

Available online at  ScienceDirect. Procedia Computer Science 83 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 83 (2016 ) 1182 1187 The 6th International Symposium on Internet of Ubiquitous and Pervasive Things (IUPT 2016) Linking

More information

CONTENTDM METADATA INTO LINKED DATA

CONTENTDM METADATA INTO LINKED DATA LINKED DATA DEMYSTIFIED PRACTICAL EFFORTS TO TRANSFORM PRACTICAL EFFORTS TO TRANSFORM CONTENTDM METADATA INTO LINKED DATA PRESENTERS Silvia Southwick Digital Collections Metadata Librarian UNLV Libraries

More information

Introduc)on to the Linked Data Pla4orm (LDP) Hector Correa The Pennsylvania State University

Introduc)on to the Linked Data Pla4orm (LDP) Hector Correa The Pennsylvania State University Introduc)on to the Linked Data Pla4orm (LDP) Hector Correa hjc14@psu.edu The Pennsylvania State University Agenda What is the Linked Data Pla4orm (LDP) Basic defini)ons of concepts and rules Examples Why

More information

Introduction. October 5, Petr Křemen Introduction October 5, / 31

Introduction. October 5, Petr Křemen Introduction October 5, / 31 Introduction Petr Křemen petr.kremen@fel.cvut.cz October 5, 2017 Petr Křemen (petr.kremen@fel.cvut.cz) Introduction October 5, 2017 1 / 31 Outline 1 About Knowledge Management 2 Overview of Ontologies

More information

Semantic Web Systems Linked Open Data Jacques Fleuriot School of Informatics

Semantic Web Systems Linked Open Data Jacques Fleuriot School of Informatics Semantic Web Systems Linked Open Data Jacques Fleuriot School of Informatics 9 th February 2015 In the previous lecture l Querying with XML Basic idea: search along paths in an XML tree e.g. path expression:

More information

Semantic Technologies and CDISC Standards. Frederik Malfait, Information Architect, IMOS Consulting Scott Bahlavooni, Independent

Semantic Technologies and CDISC Standards. Frederik Malfait, Information Architect, IMOS Consulting Scott Bahlavooni, Independent Semantic Technologies and CDISC Standards Frederik Malfait, Information Architect, IMOS Consulting Scott Bahlavooni, Independent Part I Introduction to Semantic Technology Resource Description Framework

More information

The Data Web and PLM Transforming PLM through Web Standards and Technologies

The Data Web and PLM Transforming PLM through Web Standards and Technologies The Data Web and PLM Transforming PLM through Web Standards and Technologies PDT Europe 2017 19 October 2017 Brian King - Koneksys About Me 20 years experience in industry Software development background,

More information

OSLC Consumer with Eclipse Lyo Project

OSLC Consumer with Eclipse Lyo Project OSLC Consumer with Eclipse Lyo Project Jean-Luc Johnson, AIRBUS Group Innovations Gray Bachelor, IBM Rational Samit Mehta, IBM Rational Harry Reeder, IBM Rational Your team today Jean-Luc Johnson (Airbus

More information

The Emerging Web of Linked Data

The Emerging Web of Linked Data 4th Berlin Semantic Web Meetup 26. February 2010 The Emerging Web of Linked Data Prof. Dr. Christian Bizer Freie Universität Berlin Outline 1. From a Web of Documents to a Web of Data Web APIs and Linked

More information

Semantic Web Fundamentals

Semantic Web Fundamentals Semantic Web Fundamentals Web Technologies (706.704) 3SSt VU WS 2017/18 Vedran Sabol with acknowledgements to P. Höfler, V. Pammer, W. Kienreich ISDS, TU Graz December 11 th 2017 Overview What is Semantic

More information

Eclipse Lyo: Re-thinking tool integrations

Eclipse Lyo: Re-thinking tool integrations Eclipse Lyo: Re-thinking tool integrations http://eclipse.org/lyo Michael Fiedler (@mffiedler, @oslcnews) Steve Speicher (@sspeiche) 1 2012 IBM Corporation, made available under the Eclipse Public License

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

Successfully Integrating MBSE Data Without Replication Using OSLC

Successfully Integrating MBSE Data Without Replication Using OSLC Successfully Integrating MBSE Data Without Replication Using OSLC Brian Schouten schouten@prostep.com PROSTEP Inc GPDIS_2017.ppt 1 Agenda About PROSTEP MBSE Integration Needs and Challenges What is OSLC

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

Linked Data Evolving the Web into a Global Data Space

Linked Data Evolving the Web into a Global Data Space Linked Data Evolving the Web into a Global Data Space Anja Jentzsch, Freie Universität Berlin 05 October 2011 EuropeanaTech 2011, Vienna 1 Architecture of the classic Web Single global document space Web

More information

Linked data and its role in the semantic web. Dave Reynolds, Epimorphics

Linked data and its role in the semantic web. Dave Reynolds, Epimorphics Linked data and its role in the semantic web Dave Reynolds, Epimorphics Ltd @der42 Roadmap What is linked data? Modelling Strengths and weaknesses Examples Access other topics image: Leo Oosterloo @ flickr.com

More information

The Data Web and Linked Data.

The Data Web and Linked Data. Mustafa Jarrar Lecture Notes, Knowledge Engineering (SCOM7348) University of Birzeit 1 st Semester, 2011 Knowledge Engineering (SCOM7348) The Data Web and Linked Data. Dr. Mustafa Jarrar University of

More information

OSLC Case Study (POC RESULTS) Brian Schouten PROSTEP Inc.

OSLC Case Study (POC RESULTS) Brian Schouten PROSTEP Inc. OSLC Case Study (POC RESULTS) Brian Schouten PROSTEP Inc. OSLC Case Study (POC Results) OSLC Background Linked Data OSCL Features Case Study Bombardier Transport POC Description Automotive OEM POC Results

More information

Smart Containers - Demo. James Sweet, Charles Vardeman II

Smart Containers - Demo. James Sweet, Charles Vardeman II Smart Containers - Demo James Sweet, Charles Vardeman II Smart Containers IN PRACTICE: Anatomy of a Smart Container Docker Image Docker Container SC Docker ENGINE 1 Python wrapper is added to standard

More information

Eclipse Lyo Overview. Michael Fiedler, Eclipse Lyo committer IBM Corporation

Eclipse Lyo Overview. Michael Fiedler, Eclipse Lyo committer IBM Corporation Eclipse Lyo Overview http://eclipse.org/lyo Michael Fiedler, Eclipse Lyo committer 1 Agenda Eclipse Lyo background Content and Plans Test Suites OSLC4J Samples Next Steps 2 OSLC Specifications OSLC Core

More information

Ivan Herman. F2F Meeting of the W3C Business Group on Oil, Gas, and Chemicals Houston, February 13, 2012

Ivan Herman. F2F Meeting of the W3C Business Group on Oil, Gas, and Chemicals Houston, February 13, 2012 Ivan Herman F2F Meeting of the W3C Business Group on Oil, Gas, and Chemicals Houston, February 13, 2012 (2) (3) } An intelligent system manipulating and analyzing knowledge bases e.g., via big ontologies,

More information

Revisiting Blank Nodes in RDF to Avoid the Semantic Mismatch with SPARQL

Revisiting Blank Nodes in RDF to Avoid the Semantic Mismatch with SPARQL Revisiting Blank Nodes in RDF to Avoid the Semantic Mismatch with SPARQL Marcelo Arenas 1, Mariano Consens 2, and Alejandro Mallea 1,3 1 Pontificia Universidad Católica de Chile 2 University of Toronto

More information

ToC. n Introduction. n Linked Data. n Iterative and Incremental Linked Data Life cycle. n Q&A. Copyright 2017 FUJITSU LIMITED

ToC. n Introduction. n Linked Data. n Iterative and Incremental Linked Data Life cycle. n Q&A. Copyright 2017 FUJITSU LIMITED ToC n Introduction n Linked Data n Iterative and Incremental Linked Data Life cycle n Q&A 1 Personal Introduction http://boris.villazon.terrazas.name/ n Undergraduate University: Universidad Católica Boliviana

More information

Not Just for Geeks: A practical approach to linked data for digital collections managers

Not Just for Geeks: A practical approach to linked data for digital collections managers Library Faculty Presentations Library Faculty/Staff Scholarship & Research 10-9-2013 Not Just for Geeks: A practical approach to linked data for digital collections managers Silvia B. Southwick University

More information

State of the Art of Semantic Web

State of the Art of Semantic Web State of the Art of Semantic Web Ali Alqazzaz Computer Science and Engineering Department Oakland University Rochester Hills, MI 48307, USA gazzaz86@gmail.com Abstract Semantic web is an attempt to provide

More information

Unlocking the full potential of location-based services: Linked Data driven Web APIs

Unlocking the full potential of location-based services: Linked Data driven Web APIs Unlocking the full potential of location-based services: Linked Data driven Web APIs Open Standards for Linked Organisations about Raf Buyle Ziggy Vanlishout www.vlaanderen.be/informatievlaanderen 6.4

More information

4 th Linked Data on the Web Workshop (LDOW 2011)

4 th Linked Data on the Web Workshop (LDOW 2011) WWW 2011 29th March 2011, Hyderabad, India 4 th Linked Data on the Web Workshop (LDOW 2011) Christian Bizer, Freie Universität Berlin, Germany Tom Heath, Talis, UK Tim Berners-Lee, W3C/MIT, USA Michael

More information

Semantic Web Fundamentals

Semantic Web Fundamentals Semantic Web Fundamentals Web Technologies (706.704) 3SSt VU WS 2018/19 with acknowledgements to P. Höfler, V. Pammer, W. Kienreich ISDS, TU Graz January 7 th 2019 Overview What is Semantic Web? Technology

More information

Ontology Matching and the Semantic Web

Ontology Matching and the Semantic Web Ontology Matching and the Semantic Web Heiko Paulheim TU Darmstadt, Knowledge Engineering Group / SAP Research Darmstadt WeRC Interdisciplinary Talk Series April 26th, 2011 April 26th, 2011 Department

More information

A General Approach to Query the Web of Data

A General Approach to Query the Web of Data A General Approach to Query the Web of Data Xin Liu 1 Department of Information Science and Engineering, University of Trento, Trento, Italy liu@disi.unitn.it Abstract. With the development of the Semantic

More information

Linked data implementations who, what, why?

Linked data implementations who, what, why? Semantic Web in Libraries (SWIB18), Bonn, Germany 28 November 2018 Linked data implementations who, what, why? Karen Smith-Yoshimura OCLC Research Linking Open Data cloud diagram 2017, by Andrejs Abele,

More information

SRI International, Artificial Intelligence Center Menlo Park, USA, 24 July 2009

SRI International, Artificial Intelligence Center Menlo Park, USA, 24 July 2009 SRI International, Artificial Intelligence Center Menlo Park, USA, 24 July 2009 The Emerging Web of Linked Data Chris Bizer, Freie Universität Berlin Outline 1. From a Web of Documents to a Web of Data

More information

case study The Asset Description Metadata Schema (ADMS) A common vocabulary to publish semantic interoperability assets on the Web July 2011

case study The Asset Description Metadata Schema (ADMS) A common vocabulary to publish semantic interoperability assets on the Web July 2011 case study July 2011 The Asset Description Metadata Schema (ADMS) A common vocabulary to publish semantic interoperability assets on the Web DISCLAIMER The views expressed in this document are purely those

More information

Welcome to INFO216: Advanced Modelling

Welcome to INFO216: Advanced Modelling Welcome to INFO216: Advanced Modelling Theme, spring 2017: Modelling and Programming the Web of Data Andreas L. Opdahl About me Background: siv.ing (1988), dr.ing (1992) from NTH/NTNU

More information

SEPA SPARQL Event Processing Architecture

SEPA SPARQL Event Processing Architecture SEPA SPARQL Event Processing Architecture Enabling distributed, context aware and interoperable Dynamic Linked Data and Web of Things applications Luca Roffia (luca.roffia@unibo.it) Web of Things: members

More information

Jazz for Service Management Version 1.1. Offering Guide

Jazz for Service Management Version 1.1. Offering Guide Jazz for Service Management Version 1.1 Offering Guide Jazz for Service Management Version 1.1 Offering Guide Note Before using this information and the offering it supports, read the information in Notices

More information

Introducing Linked Data

Introducing Linked Data Introducing Linked Data (Part of this work was funded by PlanetData NoE FP7/2007-2013) Irini Fundulaki 1 1 Institute of Computer Science FORTH & W3C Greece Office Manager EICOS : 4th Meeting, Athens, Greece

More information

Defragmenting the IoT with the Web of Things

Defragmenting the IoT with the Web of Things Defragmenting the IoT with the Web of Things Enabling Open Markets of Services Dave Raggett, W3C Activity lead for Web of Data FIWARE Summit, Porto 8 May 2018 Defragmenting the Internet of Things The Internet

More information

Weaving a Web of Actions Beschreibung und Ausführung datenorientierter Prozesse und Dienste im Web. Prof. Dr. Axel Polleres

Weaving a Web of Actions Beschreibung und Ausführung datenorientierter Prozesse und Dienste im Web. Prof. Dr. Axel Polleres Weaving a Web of Actions Beschreibung und Ausführung datenorientierter Prozesse und Dienste im Web Prof. Dr. Axel Polleres web: http://polleres.net twitter: @AxelPolleres Outline A short history of the

More information

Collaborative Ontology Evolution and Data Quality - An Empirical Analysis

Collaborative Ontology Evolution and Data Quality - An Empirical Analysis Collaborative Ontology Evolution and Data Quality - An Empirical Analysis Nandana Mihindukulasooriya, María Poveda-Villalón, Raúl García-Castro, and Asunción Gómez-Pérez Ontology Engineering Group, Universidad

More information

ISA Action 1.17: A Reusable INSPIRE Reference Platform (ARE3NA)

ISA Action 1.17: A Reusable INSPIRE Reference Platform (ARE3NA) ISA Action 1.17: A Reusable INSPIRE Reference Platform (ARE3NA) Expert contract supporting the Study on RDF and PIDs for INSPIRE Deliverable D.EC.3.2 RDF in INSPIRE Open issues, tools, and implications

More information

RESTful Web Services vs. Big Web Services: Making the Right Architectural Decision

RESTful Web Services vs. Big Web Services: Making the Right Architectural Decision ful Web Services vs. Big Web Services: Making the Right Architectural Decision Cesare Pautasso Olaf Zimmermann Frank Leymann University of Lugano IBM Zurich Research Lab University of Stuttgart Switzerland

More information

Towards the Semantic Desktop. Dr. Øyvind Hanssen University Library of Tromsø

Towards the Semantic Desktop. Dr. Øyvind Hanssen University Library of Tromsø Towards the Semantic Desktop Dr. Øyvind Hanssen University Library of Tromsø Agenda Background Enabling trends and technologies Desktop computing and The Semantic Web Online Social Networking and P2P Computing

More information

DBpedia-An Advancement Towards Content Extraction From Wikipedia

DBpedia-An Advancement Towards Content Extraction From Wikipedia DBpedia-An Advancement Towards Content Extraction From Wikipedia Neha Jain Government Degree College R.S Pura, Jammu, J&K Abstract: DBpedia is the research product of the efforts made towards extracting

More information

Library Technology Conference, March 20, 2014 St. Paul, MN

Library Technology Conference, March 20, 2014 St. Paul, MN Library Technology Conference, March 20, 2014 St. Paul, MN A formal statement of concepts used within a knowledge domain, and the relationships between those concepts Genealogical ontologies Taxonomic

More information

Prof. Dr. Christian Bizer

Prof. Dr. Christian Bizer 28th British National Conference on Databases (BNCOD2011) July 12 th, 2011, Manchester, UK Evolving the Web into a Global Data Space Prof. Dr. Christian Bizer Freie Universität ität Berlin Germany Outline

More information

LDConnect - A SoLiD Compliant Interface for the Facebook Social Graph

LDConnect - A SoLiD Compliant Interface for the Facebook Social Graph LDConnect - A SoLiD Compliant Interface for the Facebook Social Graph By Happy S. Enchill Submitted to the Department of Electrical Engineering and Computer Science In Partial Fulfillment of the Requirements

More information

ISWC 2017 Tutorial: Semantic Data Management in Practice

ISWC 2017 Tutorial: Semantic Data Management in Practice ISWC 2017 Tutorial: Semantic Data Management in Practice Part 1: Introduction Olaf Hartig Linköping University olaf.hartig@liu.se @olafhartig Olivier Curé University of Paris-Est Marne la Vallée olivier.cure@u-pem.fr

More information

SEMANTIC WEB AN INTRODUCTION. Luigi De https://elite.polito.it

SEMANTIC WEB AN INTRODUCTION. Luigi De https://elite.polito.it SEMANTIC WEB AN INTRODUCTION Luigi De Russis @luigidr https://elite.polito.it THE WEB IS A WEB OF DOCUMENT FOR PEOPLE, NOT FOR MACHINES 2 THE WEB IS A WEB OF DOCUMENT 3 THE SEMANTIC WEB IS A WEB OF DATA

More information

Prof. Dr. Chris Bizer

Prof. Dr. Chris Bizer DBpedia and the Web of Data Prof. Dr. Chris Bizer Freie Universität ität Berlin Berlin. November 28, 2008 Hello Name Job Chris Bizer Junior- Professor at Freie Universität Berlin Projects RAP - RDF API

More information

Linked Data: What Now? Maine Library Association 2017

Linked Data: What Now? Maine Library Association 2017 Linked Data: What Now? Maine Library Association 2017 Linked Data What is Linked Data Linked Data refers to a set of best practices for publishing and connecting structured data on the Web. URIs - Uniform

More information

Semantic Web and Natural Language Processing

Semantic Web and Natural Language Processing Semantic Web and Natural Language Processing Wiltrud Kessler Institut für Maschinelle Sprachverarbeitung Universität Stuttgart Semantic Web Winter 2014/2015 This work is licensed under a Creative Commons

More information

Is Linked Data the future of data integration in the enterprise?

Is Linked Data the future of data integration in the enterprise? Is Linked Data the future of data integration in the enterprise? John Walker Email: john.walker@nxp.com Twitter: @NXPdata Pilot Linked Open Data NXP is a semiconductor (microchip) manufacturer Established:

More information

The Semantic Web Revisited. Nigel Shadbolt Tim Berners-Lee Wendy Hall

The Semantic Web Revisited. Nigel Shadbolt Tim Berners-Lee Wendy Hall The Semantic Web Revisited Nigel Shadbolt Tim Berners-Lee Wendy Hall Today sweb It is designed for human consumption Information retrieval is mainly supported by keyword-based search engines Some problems

More information

Linked Open Data: a short introduction

Linked Open Data: a short introduction International Workshop Linked Open Data & the Jewish Cultural Heritage Rome, 20 th January 2015 Linked Open Data: a short introduction Oreste Signore (W3C Italy) Slides at: http://www.w3c.it/talks/2015/lodjch/

More information

a paradigm for the Semantic Web Linked Data Angelica Lo Duca IIT-CNR Linked Open Data:

a paradigm for the Semantic Web Linked Data Angelica Lo Duca IIT-CNR Linked Open Data: Linked Data Angelica Lo Duca IIT-CNR angelica.loduca@iit.cnr.it Linked Open Data: a paradigm for the Semantic Web Linked Data are a series of best practices to connect structured data through the Web.

More information

University of Rome Tor Vergata DBpedia Manuel Fiorelli

University of Rome Tor Vergata DBpedia Manuel Fiorelli University of Rome Tor Vergata DBpedia Manuel Fiorelli fiorelli@info.uniroma2.it 07/12/2017 2 Notes The following slides contain some examples and pictures taken from: Lehmann, J., Isele, R., Jakob, M.,

More information

What's New in RDF 1.1

What's New in RDF 1.1 What's New in RDF 1.1 SemTechBiz June 2013 http://www.w3.org/2013/talks/0603-rdf11 Sandro Hawke, W3C Staff sandro@w3.org @sandhawke Overview 1. Stability and Interoperability 2. Non-XML Syntaxes Turtle

More information

The necessity of hypermedia RDF and an approach to achieve it

The necessity of hypermedia RDF and an approach to achieve it The necessity of hypermedia RDF and an approach to achieve it Kjetil Kjernsmo 1 Department of Informatics, Postboks 1080 Blindern, 0316 Oslo, Norway kjekje@ifi.uio.no Abstract. This paper will give an

More information

How can Open Data and Linked Data help your organization and its Big Data? Mark Harrison

How can Open Data and Linked Data help your organization and its Big Data? Mark Harrison How can Open Data and Linked Data help your organization and its Big Data? Mark Harrison mark.harrison@cantab.net Outline Big Data, Open Data and Linked Data Open Data sources Linked Data technology Using

More information

LINKING WEB DATA WEB:

LINKING WEB DATA   WEB: LINKING WEB DATA JELENA JOVANOVIC EMAIL: JELJOV@GMAIL.COM WEB: HTTP://JELENAJOVANOVIC.NET QUICK REMINDER: GIGANTIC GLOBAL GRAPH & WEB OF (LINKED) DATA GIGANTIC GLOBAL GRAPH International Information Infrastructure

More information

Enrichment, Reconciliation and Publication of Linked Data with the BIBFRAME model. Tiziana Possemato Casalini Libri

Enrichment, Reconciliation and Publication of Linked Data with the BIBFRAME model. Tiziana Possemato Casalini Libri Enrichment, Reconciliation and Publication of Linked Data with the BIBFRAME model Tiziana Possemato Casalini Libri - @Cult New cooperative scenarios New context: new ways of cooperating between institutions

More information

Realisation of SOA using Web Services. Adomas Svirskas Vilnius University December 2005

Realisation of SOA using Web Services. Adomas Svirskas Vilnius University December 2005 Realisation of SOA using Web Services Adomas Svirskas Vilnius University December 2005 Agenda SOA Realisation Web Services Web Services Core Technologies SOA and Web Services [1] SOA is a way of organising

More information

A Primer on Converting Analysis Results Data to RDF Data Cubes using Free and Open Source Tools

A Primer on Converting Analysis Results Data to RDF Data Cubes using Free and Open Source Tools TT03 A Primer on Converting Analysis Results Data to RDF Data Cubes using Free and Open Source Tools PhUSE 2014 Tim Williams Principal Statistical Solutions Analyst Global Statistical Sciences UCB BioSciences,

More information

Semantic Web: vision and reality

Semantic Web: vision and reality Semantic Web: vision and reality Mile Jovanov, Marjan Gusev Institute of Informatics, FNSM, Gazi Baba b.b., 1000 Skopje {mile, marjan}@ii.edu.mk Abstract. Semantic Web is set of technologies currently

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

RDF Next Version. Ivan Herman and Sandro Hawke W3C

RDF Next Version. Ivan Herman and Sandro Hawke W3C RDF Next Version Ivan Herman and Sandro Hawke W3C History Current RDF has been published in 2004 Significant deployment since then implementation experiences users experiences Some cracks, missing functionalities,

More information

From Online Community Data to RDF

From Online Community Data to RDF From Online Community Data to RDF Abstract Uldis Bojārs, John G. Breslin [uldis.bojars,john.breslin]@deri.org Digital Enterprise Research Institute National University of Ireland, Galway Galway, Ireland

More information

A Formal Definition of RESTful Semantic Web Services. Antonio Garrote Hernández María N. Moreno García

A Formal Definition of RESTful Semantic Web Services. Antonio Garrote Hernández María N. Moreno García A Formal Definition of RESTful Semantic Web Services Antonio Garrote Hernández María N. Moreno García Outline Motivation Resources and Triple Spaces Resources and Processes RESTful Semantic Resources Example

More information

A Linked Data Translation Approach to Semantic Interoperability

A Linked Data Translation Approach to Semantic Interoperability A Data Translation Approach to Semantic Interoperability November 12, 2014 Dataversity Webinar Rafael M Richards MD MS Physician Informaticist Veterans Health Administratioan U.S. Department of Veterans

More information

Interoperability of Protégé using RDF(S) as Interchange Language

Interoperability of Protégé using RDF(S) as Interchange Language Interoperability of Protégé using RDF(S) as Interchange Language Protégé Conference 2006 24 th July 2006 Raúl García Castro Asunción Gómez Pérez {rgarcia, asun}@fi.upm.es Protégé Conference 2006, 24th

More information

A Comparative Analysis of Linked Data Tools to Support Architectural Knowledge

A Comparative Analysis of Linked Data Tools to Support Architectural Knowledge 23 RD INTERNATIONAL CONFERENCE ON INFORMATION SYSTEMS DEVELOPMENT (ISD204 CROATIA) A Comparative Analysis of Linked Data Tools to Support Architectural Knowledge Cristina Roda University of Castilla -

More information

Semantic Adaptation Approach for Adaptive Web-Based Systems

Semantic Adaptation Approach for Adaptive Web-Based Systems Semantic Adaptation Approach for Adaptive Web-Based Systems Bujar Raufi, Artan Luma, Xhemal Zenuni, Florije Ismaili Faculty of Contemporary Sciences and Technologies, South East European University Ilindenska

More information

Lyo OSLC4J and OSLC Test Suite 1.0 Release and Graduation Review

Lyo OSLC4J and OSLC Test Suite 1.0 Release and Graduation Review Lyo OSLC4J and OSLC Test Suite 1.0 Release and Graduation Review Michael Fiedler (fiedler.mf@gmail.com) Steve Speicher (sspeiche@us.ibm.com) Eclipse Lyo Project Leads About The Eclipse Lyo project is focused

More information

Semantics. Matthew J. Graham CACR. Methods of Computational Science Caltech, 2011 May 10. matthew graham

Semantics. Matthew J. Graham CACR. Methods of Computational Science Caltech, 2011 May 10. matthew graham Semantics Matthew J. Graham CACR Methods of Computational Science Caltech, 2011 May 10 semantic web The future of the Internet (Web 3.0) Decentralized platform for distributed knowledge A web of databases

More information

Linked Data Demystified: Practical Efforts to Transform CONTENTdm Metadata for the Linked Data Cloud

Linked Data Demystified: Practical Efforts to Transform CONTENTdm Metadata for the Linked Data Cloud Library Faculty Presentations Library Faculty/Staff Scholarship & Research 11-7-2012 Linked Data Demystified: Practical Efforts to Transform CONTENTdm Metadata for the Linked Data Cloud Silvia B. Southwick

More information

Financial Dataspaces: Challenges, Approaches and Trends

Financial Dataspaces: Challenges, Approaches and Trends Financial Dataspaces: Challenges, Approaches and Trends Finance and Economics on the Semantic Web (FEOSW), ESWC 27 th May, 2012 Seán O Riain ebusiness Copyright 2009. All rights reserved. Motivation Changing

More information

Linking Distributed Data across the Web

Linking Distributed Data across the Web Linking Distributed Data across the Web Dr Tom Heath Researcher, Platform Division Talis Information Ltd tom.heath@talis.com http://tomheath.com/ Overview Background From a Web of Documents to a Web of

More information

USDL and the Web of Data. Dr. Carlos Pedrinaci (The Open University)

USDL and the Web of Data. Dr. Carlos Pedrinaci (The Open University) USDL and the Web of Data Dr. Carlos Pedrinaci (The Open University) Linking Open Data cloud diagram, by Richard Cyganiak and Anja Jentzsch. h@p://lod- cloud.net/ 2 Web of Data in recent years the Web has

More information

LDP-DL: A language to define the design of Linked Data Platforms

LDP-DL: A language to define the design of Linked Data Platforms LDP-DL: A language to define the design of Linked Data Platforms Noorani Bakerally, Antoine Zimmermann, Olivier Boissier Univ Lyon, IMT Mines Saint-Étienne, CNRS, Laboratoire Hubert Curien UMR 5516, F-42023

More information

Welcome to INFO216: Advanced Modelling

Welcome to INFO216: Advanced Modelling Welcome to INFO216: Advanced Modelling Theme, spring 2018: Modelling and Programming the Web of Data Andreas L. Opdahl About me Background: siv.ing (1988), dr.ing (1992) from NTH/NTNU

More information

Web Linked Data (RDF, Seman3c Web, Web of Data)

Web Linked Data (RDF, Seman3c Web, Web of Data) Web Linked Data (RDF, Seman3c Web, Web of Data) Graham Klyne e-research Centre, University of Oxford hep://annalist.net My background Involved in RDF/seman3c web/linked data for many years (and through

More information

Linked Data Overview and Usage in Social Networks

Linked Data Overview and Usage in Social Networks Linked Data Overview and Usage in Social Networks Gustavo G. Valdez Technische Universitat Berlin Email: project 2012@ggvaldez.com Abstract This paper intends to introduce the principles of Linked Data,

More information

OpenPlant Accelerating ISO Adoption Through Open Applications.

OpenPlant Accelerating ISO Adoption Through Open Applications. OpenPlant Accelerating ISO 15926 Adoption Through Open Applications. Presented By: Dr. Manoj Dharwadkar Director of Data Interoperability, Bentley Systems POSC Caesar Members Meeting - Houston February

More information

Overview of Open Services for Lifecycle Collaboration (OSLC)

Overview of Open Services for Lifecycle Collaboration (OSLC) Overview of Open Services for Lifecycle Collaboration (OSLC) INCOSE IW MBSE Workshop Axel Reichwein January 21, 2018 Koneksys Axel Reichwein Developer of multiple data integration solutions based on Open

More information

LODmilla: shared visualization of Linked Open Data

LODmilla: shared visualization of Linked Open Data LODmilla: shared visualization of Linked Open Data András Micsik, Zoltán Tóth, Sándor Turbucz MTA SZTAKI, Budapest, Hungary {andras.micsik,zoltan.toth,sandor.turbucz}@sztaki.mta.hu Abstract. Most current

More information

Open And Linked Data Oracle proposition Subtitle

Open And Linked Data Oracle proposition Subtitle Presented with Open And Linked Data Oracle proposition Subtitle Pascal GUY Master Sales Consultant Cloud Infrastructure France May 30, 2017 Copyright 2014, Oracle and/or its affiliates. All rights reserved.

More information

Library of Congress BIBFRAME Pilot. NOTSL Fall Meeting October 30, 2015

Library of Congress BIBFRAME Pilot. NOTSL Fall Meeting October 30, 2015 Library of Congress BIBFRAME Pilot NOTSL Fall Meeting October 30, 2015 THE BIBFRAME EDITOR AND THE LC PILOT The Semantic Web and Linked Data : a Recap of the Key Concepts Learning Objectives Describe the

More information

Comparative Study of RDB to RDF Mapping using D2RQ and R2RML Mapping Languages

Comparative Study of RDB to RDF Mapping using D2RQ and R2RML Mapping Languages International Journal of Information Sciences and Application. ISSN 0974-2255 Volume 10, Number 1 (2018), pp. 23-36 International Research Publication House http://www.irphouse.com Comparative Study of

More information

The Delft Report: Linked Data and the challenges for geographic information standardization

The Delft Report: Linked Data and the challenges for geographic information standardization The Delft Report: Linked Data and the challenges for geographic information standardization Francisco J. Lopez-Pellicer 1, Luis M. Vilches-Blázquez 2, F. Javier Zarazaga- Soria 1, Pedro R. Muro-Medrano

More information

Serving Ireland s Geospatial as Linked Data on the Web

Serving Ireland s Geospatial as Linked Data on the Web Serving Ireland s Geospatial as Linked Data on the Web Dr. Atul Nautiyal ADAPT @ Trinity College Dublin The ADAPT Centre is funded under the SFI Research Centres Programme (Grant 13/RC/2106) and is co-funded

More information

The Open Government Data Stakeholder Survey

The Open Government Data Stakeholder Survey The Open Government Data Stakeholder Survey Michael Martin+, Martin Kaltenböck*, Helmut Nagy*, and Sören Auer+ + Universität Leipzig, Institut für Informatik, AKSW, Postfach 100920, D-04009 Leipzig, Germany,

More information

Apache Jena Framework. Philippe Genoud Université Joseph Fourier Grenoble (France)

Apache Jena Framework. Philippe Genoud Université Joseph Fourier Grenoble (France) Apache Jena Framework Philippe Genoud Université Joseph Fourier Grenoble (France) (Philippe.Genoud@imag.fr) Astrakhan State University November 2012 1 What is Jena? Introduction An open source semantic

More information

Proof-of-Concept Evaluation for Modelling Time and Space. Zaenal Akbar

Proof-of-Concept Evaluation for Modelling Time and Space. Zaenal Akbar Proof-of-Concept Evaluation for Modelling Time and Space (PlanetData Deliverable 2.5) Zaenal Akbar December 14, 2015 Copyright 2015 STI INNSBRUCK www.sti-innsbruck.at Outline Introduction Product: Map4RDF-iOS

More information

Linked Data and RDF. COMP60421 Sean Bechhofer

Linked Data and RDF. COMP60421 Sean Bechhofer Linked Data and RDF COMP60421 Sean Bechhofer sean.bechhofer@manchester.ac.uk Building a Semantic Web Annotation Associating metadata with resources Integration Integrating information sources Inference

More information

Federated Search Engine for Open Educational Linked Data

Federated Search Engine for Open Educational Linked Data Bulletin of the IEEE Technical Committee on Learning Technology, Volume 18, Number 4, 2016 6 Federated Search Engine for Open Educational Linked Data Maedeh Mosharraf and Fattaneh Taghiyareh Abstract Driven

More information