Integrating Industrial Middleware in Linked Data Collaboration Networks

Size: px
Start display at page:

Download "Integrating Industrial Middleware in Linked Data Collaboration Networks"

Transcription

1 Elektrotechnik & Informationstechnik, Institut für Automatisierungstechnik, Professur Prozessleittechnik Linked Data Adapter for OPC UA Integrating Industrial Middleware in Linked Data Collaboration Networks Markus Graube, Jan Hladik, Leon Urbas ETFA 2016

2 Agenda Motivation Linked Data Transient data in LD Concept Accesing transient data in LD Mapping between OPC UA and Linked Data Implementation Conclusion Linked Data Adapter for OPC UA 2

3 Linked Data as Information Backend Semantic Information model Open-World-Assumption Extensibility References as first class items Light-weight approach Model as you use / Pay as you go Decentral Architecture cross-domain links Linked Data Adapter for OPC UA 3

4 Linked Data Technologies RDF URIs HTTP <Subject> <Predicate> <Object>. unique & dereferencable internet standard for access Ontologies General: RDFS, OWL Domain specific same model as for instances SPARQL graph based query language for RDF Linked Data Adapter for OPC UA 4

5 ComVantage Linked Data Architecture (Ziegler et. al, ETFA 2012) Linked Data Adapter for OPC UA 5

6 Hierarchy Aggregation Variables Functions Classes Methods Inheritance Derefencable References Federated Queries Information models for transient data (Mahnke et. al, 2011, Automation) Already established middlewares OPC UA and Substation Automation (IEC 61850) already provide an established and mature information model LD provides some additional modeling concepts, however focussed on static data IEC X X X - (x) OPC UA X X X X X X X - - Linked Data X X X X X (x) X X X Linked Data Adapter for OPC UA 6

7 Comparison OPC UA and Linked Data OPC UA Origin Automation Industry Characteristics Unique reference via server URL and node ID Advantages Performant dynamic data exchange Realtime capabilities in development Subscriptions Alarms Integration in most automation systems (in the future) Linked Data Origin Semantic Web (IT) Characteristics Unique reference via HTTP URI Advantages Tailored for providing heterogenous decentral information spaces Revisioning mechanisms Large community with big public available data sets Comprehensive tool support Using established internet standards Commonalities Semantic information model Graph based Isomorphic mapping possible Service oriented adapter between both worlds Linked Data Adapter for OPC UA

8 Linked Data OPC UA Adapter Approach OPC UA adapter for accessing transient data in LD Challenges 1. Model transient data in Linked Data 2. Providing a mechanism for accessing this information Linked Data Adapter for OPC UA 8

9 Challenge 1: VOPR vocabulary Resulting process data needs to be modelled by a specific vocabulary Several ontologies are available describing physical quantities and units (e.g. QUDT) describing statistical datasets (RDF data Cube vocabulary) Combination into Vocabulary Of Processvariable Representation (VOPR), which is used to deliver information from the Linked Data adapter and link to the specific REST resources Linked Data Adapter for OPC UA 9

10 Challenge 2: Linked Data Adapter - Access to transient data Cyclic polling and storing in triplestore Simple approach Performance limits Seperation sensors and actuators are semantically described in the LD cloud including information about the access method Direct access to the data via a dedicated Linked Data adapter on demand Linked Data Adapter for OPC UA 10

11 Linked Data Adapter: Live Data Access Application Retrieving of static semantic information from LD cloud hierarchic plant structure Sensor properties Method for accessing sensor data HTTP request LD Adapter Transformation of HTTP requests into middleware calls Read sensors or acuators Write actuators Result Recent value in RDF serialisation (e.g. Turtle) Linked Data Adapter for OPC UA 11

12 Linked Data vs. REST services (Page, De Roure, Martinez, 2011) REST Representational State Transfer Paradigm for web applications Compatible to Linked Data Resources Identification via URIs Preference of HTTP Links Semantic information independant from resource identifier adaptability Linked Data Adapter for OPC UA 12

13 Mapping OPC UA & LD OPC UA NodeId (Namespace + Type + Value) ns=2;i=84 Linked Data HTTP URI Direct Mapping possible Alternative Examples namespace: 2 Identifier: i=84 Namespace: 3 Identifier: s=pumpp Linked Data Adapter for OPC UA 13

14 OPC UA Services as REST requests (1/2) GET request Browse Service?browse ReadAttribte Service?attribute HistoryRead Service?start?end POST request WriteAttribute Service New information in HTTP body CallMethod Service PUT request methodid and parameters in HTTP body addnode Service Information in HTTP body DELETE request deletenode Service Linked Data Adapter for OPC UA 14

15 OPC UA Services as REST requests (2/2) Low Level OPC UA services directly handled by adapter SecureChannel, Session and Discovery Service sets Unsupported OPC UA services MonitoredItem Service Set Subscription Service Set HistoryUpdate BrowseNext RegisterNode/UnregisterNode Linked Data Adapter for OPC UA 15

16 Serialisation (1/2) Browse GET mw:ns/2/i/23 a opcua:node; opcua:browsename Subplant 1 ; opcua:hastypedefinition mw:ns/2/i/61; opcua:organizes mw:ns/2/i/25, mw/ns/2/s/pumpa; mw:ns/2/s/isconnectedto mw:ns/2/i/24. Reading values GET pa?attribute=value [] a vopr:value ; vopr:value 23.0; vopr:attime " T10:50:28Z ; vopr:providedby mw:ns/2/s/pumpa Linked Data Adapter for OPC UA 16

17 Serialisation (2/2) Historical Data GET [] a vopr:historyslice ; vopr:startat " T15:40: ; vopr:endat " T15:44: ; vopr:hashistory[ ]; a rdf:seq ; rdf:_1 [ a vopr:value ; vopr:attime " T15:43: ; vopr:value "67.0"] ; rdf:_2 [ a vopr:value ; vopr:attime " T15:43:49.375"; vopr:value "66.0"]; vopr:providedby mw:ns/2/s/pumpa Linked Data Adapter for OPC UA 17

18 Prototypical Implementation Java Application Prosys OPC UA SDK Jersey Web Service Proof-of-concept Browse, Read, Write, CallMethod Linked Data Adapter for OPC UA 18

19 Conclusion Discussion Integration of OPC UA and LD possible Advantages from both worlds Prototypical implementation shows feasibility Back link from OPC UA to LD necessary Next Steps Reimplementation and performance evaluation Better support of web applications JSON-LD as serialisation Concept for integrating Query Service set into REST service SPARQL-Bridge Linked Data Adapter for OPC UA 19

20 Thank you for your attention! For question, please contact: Prof. Dr. habil. Leon Urbas Technische Universität Dresden Fakultät Elektrotechnik und Informationstechnik Institut für Automatisierungstechnik Tel.: Fax: Besucheradresse: Barkhausen-Bau Georg-Schumann-Str Dresden Postanschrift (Briefe): Technische Universität Dresden Fakultät Elektrotechnik und Informationstechnik Institut für Automatisierungstechnik Dresden

Open Semantic Revision Control with R43ples Extending SPARQL to access revisions of Named Graphs

Open Semantic Revision Control with R43ples Extending SPARQL to access revisions of Named Graphs Elektrotechnik & Informationstechnik, Institut für Automatisierungstechnik, Professur für Prozessleittechnik / AG Systemverfahrenstechnik Open Semantic Revision Control with R43ples Extending SPARQL to

More information

Prosys OPC UA Client User Manual Version: 2.3.2

Prosys OPC UA Client User Manual Version: 2.3.2 Prosys OPC UA Client User Manual Version: 2.3.2 Contents 1 OPC UA Servers... 2 2 Connecting to Server... 3 2.1 Security Options... 4 3 Attributes and References View... 5 3.1 Browsing via References...

More information

OPC UA. Enabling Industrie 4.0 Machines.

OPC UA. Enabling Industrie 4.0 Machines. Enabling Industrie 4.0 Machines www.unifiedautomation.com 2 Enabling Industrie 4.0 Machines Content > Digitalization, Information, Communication > Key to success? > Requirements for Communication > RAMI

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

OPC UA A NEW COMMUNICATION FRAMEWORK FOR INDUSTRY 4.0 GERHARD HELFRICH, SOFTWARE DEVELOPER, STEMMER IMAGING

OPC UA A NEW COMMUNICATION FRAMEWORK FOR INDUSTRY 4.0 GERHARD HELFRICH, SOFTWARE DEVELOPER, STEMMER IMAGING OPC UA A NEW COMMUNICATION FRAMEWORK FOR INDUSTRY 4.0 GERHARD HELFRICH, SOFTWARE DEVELOPER, STEMMER IMAGING MOTIVATION Cloud SEITE 2 MOTIVATION Cloud EtherCat ProfiNet Fixed partner in level above Many

More information

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

a paradigm for the Introduction to Semantic Web Semantic Web Angelica Lo Duca IIT-CNR Linked Open Data: Introduction to Semantic Web Angelica Lo Duca IIT-CNR angelica.loduca@iit.cnr.it Linked Open Data: a paradigm for the Semantic Web Course Outline Introduction to SW Give a structure to data (RDF Data Model)

More information

VISO: A Shared, Formal Knowledge Base as a Foundation for Semi-automatic InfoVis Systems

VISO: A Shared, Formal Knowledge Base as a Foundation for Semi-automatic InfoVis Systems VISO: A Shared, Formal Knowledge Base as a Foundation for Semi-automatic InfoVis Systems Jan Polowinski Martin Voigt Technische Universität DresdenTechnische Universität Dresden 01062 Dresden, Germany

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

OPC UA A NEW COMMUNICATION FRAMEWORK FOR INDUSTRY 4.0 GERHARD HELFRICH, SOFTWARE DEVELOPER, STEMMER IMAGING

OPC UA A NEW COMMUNICATION FRAMEWORK FOR INDUSTRY 4.0 GERHARD HELFRICH, SOFTWARE DEVELOPER, STEMMER IMAGING OPC UA A NEW COMMUNICATION FRAMEWORK FOR INDUSTRY 4.0 GERHARD HELFRICH, SOFTWARE DEVELOPER, STEMMER IMAGING MOTIVATION Cloud SEITE 2 MOTIVATION Cloud EtherCat ProfiNet Fixed partner in level above Many

More information

User Manual Version

User Manual Version User Manual Version 2.3.3 11.9.2017 Prosys OPC UA Client User Manual Version: 2.3.3 Contents 1. OPC UA Client Overview... 3 2. OPC UA Servers... 4 2.1 Discovery Servers... 4 3. Connecting to a Server...

More information

Intelligent Information Request and Delivery Standard

Intelligent Information Request and Delivery Standard Intelligent Information Request and Delivery Standard The Information 4.0 Working Group presents Presentation at tcworld 2016. Download the German-language original. English translation by Kristen James

More information

User Manual. Version 3.1.6

User Manual. Version 3.1.6 User Manual Version 3.1.6 Table of Contents OPC UA Client Overview..................................................................... 1 OPC UA Servers............................................................................

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

Knowledge-Driven Video Information Retrieval with LOD

Knowledge-Driven Video Information Retrieval with LOD Knowledge-Driven Video Information Retrieval with LOD Leslie F. Sikos, Ph.D., Flinders University ESAIR 15, 23 October 2015 Melbourne, VIC, Australia Knowledge-Driven Video IR Outline Video Retrieval Challenges

More information

Management of Complex Product Ontologies Using a Web-Based Natural Language Processing Interface

Management of Complex Product Ontologies Using a Web-Based Natural Language Processing Interface Management of Complex Product Ontologies Using a Web-Based Natural Language Processing Interface Master Thesis Final Presentation A B M Junaed, 11.07.2016 Software Engineering for Business Information

More information

Reasoning in Dynamical Systems on the Web: Classification and Challenges

Reasoning in Dynamical Systems on the Web: Classification and Challenges Reasoning in Dynamical Systems on the Web: Classification and Challenges Andreas Harth Karlsruhe Institute of Technology (KIT) Stream Reasoning Workshop Berlin, 08.12.2016 09.12.2016 From Stream Processing

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

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

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

Semantic Integration with Apache Jena and Apache Stanbol

Semantic Integration with Apache Jena and Apache Stanbol Semantic Integration with Apache Jena and Apache Stanbol All Things Open Raleigh, NC Oct. 22, 2014 Overview Theory (~10 mins) Application Examples (~10 mins) Technical Details (~25 mins) What do we mean

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

From Raw Sensor Data to Semantic Web Triples Information Flow in Semantic Sensor Networks

From Raw Sensor Data to Semantic Web Triples Information Flow in Semantic Sensor Networks From Raw Sensor Data to Semantic Web Triples Information Flow in Semantic Sensor Networks Nikolaos Konstantinou, Ph.D. Autonomic and Grid Computing group Athens Information Technology Lecture Outline Introduction

More information

SEXTANT 1. Purpose of the Application

SEXTANT 1. Purpose of the Application SEXTANT 1. Purpose of the Application Sextant has been used in the domains of Earth Observation and Environment by presenting its browsing and visualization capabilities using a number of link geospatial

More information

Taxonomy browsing and ontology evaluation for Wikidata

Taxonomy browsing and ontology evaluation for Wikidata Taxonomy browsing and ontology evaluation for Wikidata Serghei Stratan Technische Universität Dresden February 12, 2016 Serghei Stratan (TUD) Taxonomy browsing and ontology evaluation February 12, 2016

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

Interoperability: Advantages, Problems and Solutions

Interoperability: Advantages, Problems and Solutions Fakultät Informatik Institut für Angewandte Informatik, Professur Technische Informationssysteme Interoperability: Advantages, Problems and Solutions Prof. Dr.-Ing. habil. Klaus Kabitzsch Dresden, 2018-05-29

More information

3. Finding Components in Component Repositories

3. Finding Components in Component Repositories 3. Finding Components in Component Repositories 1. Component Search with Metadata 2. Searching and Browsing with Faceted Classication 3. Faceted Component Stores 4. Searching by Conformance to Protocols

More information

3. Finding Components in Component Repositories Component Search. Obligatory Literature. References

3. Finding Components in Component Repositories Component Search. Obligatory Literature. References 3. Finding Components in Component Repositories 1. Component Search with Metadata 2. Searching and Browsing with Faceted Classication 3. Faceted Component Stores 4. Searching by Conformance to Protocols

More information

Semantic Queries and Mediation in a RESTful Architecture

Semantic Queries and Mediation in a RESTful Architecture Semantic Queries and Mediation in a RESTful Architecture John Gilman - Dir. Architecture and Engineering Blue Shield of California Matt Fisher Sr. Systems Engineer Progeny Systems Mike Dean Principle Engineer

More information

Disruptive Changes of the Technical IT Infrastructure through Engineering 4.0

Disruptive Changes of the Technical IT Infrastructure through Engineering 4.0 Disruptive Changes of the Technical IT Infrastructure through Engineering 4.0 All rights reserved to Schaeffler AG, in particular in case of grant of an IP right. 17. 18.05.2017 Dr. Fabrice Mogo Nem, Schaeffler

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

RDF AND SPARQL. Part IV: Syntax of SPARQL. Dresden, August Sebastian Rudolph ICCL Summer School

RDF AND SPARQL. Part IV: Syntax of SPARQL. Dresden, August Sebastian Rudolph ICCL Summer School RDF AND SPARQL Part IV: Syntax of SPARQL Sebastian Rudolph ICCL Summer School Dresden, August 2013 Agenda 1 Introduction and Motivation 2 Simple SPARQL Queries 3 Complex Graph Pattern 4 Filters 5 Solution

More information

SELF-SERVICE SEMANTIC DATA FEDERATION

SELF-SERVICE SEMANTIC DATA FEDERATION SELF-SERVICE SEMANTIC DATA FEDERATION WE LL MAKE YOU A DATA SCIENTIST Contact: IPSNP Computing Inc. Chris Baker, CEO Chris.Baker@ipsnp.com (506) 721 8241 BIG VISION: SELF-SERVICE DATA FEDERATION Biomedical

More information

TECHNICAL REPORT IEC TR OPC unified architecture Part 1: Overview and concepts. colour inside. Edition

TECHNICAL REPORT IEC TR OPC unified architecture Part 1: Overview and concepts. colour inside. Edition TECHNICAL REPORT IEC TR 62541-1 Edition 2.0 2016-10 colour inside OPC unified architecture Part 1: Overview and concepts INTERNATIONAL ELECTROTECHNICAL COMMISSION ICS 25.040.40; 35.100.01 ISBN 978-2-8322-3640-6

More information

F O U N D A T I O N. OPC Unified Architecture. Specification. Part 1: Concepts. Version 1.00

F O U N D A T I O N. OPC Unified Architecture. Specification. Part 1: Concepts. Version 1.00 F O U N D A T I O N Unified Architecture Specification Part 1: Concepts Version 1.00 July 28, 2006 Unified Architecture, Part 1 iii Release 1.00 CONTENTS Page FOREWORD... vi AGREEMENT OF USE... vi 1 Scope...

More information

Linked Data. The World is Your Database

Linked Data. The World is Your Database Linked Data Dave Clarke Synaptica CEO Gene Loh Synaptica Software Architect The World is Your Database Agenda 1. What is Linked Data, and why is it good for you (15 mins) What is Linked Data 2. How it

More information

Research on Publishing CIM Model Change Events through OPC UA

Research on Publishing CIM Model Change Events through OPC UA Research on Publishing CIM Model Change Events through OPC UA Zewu Peng 1, Churan Deng 1,*, Bojian Wen 1, and Qingping Xu 2 1 Information Centre of Guangdong Power Grid Corporation, 510600 Guangzhou, China.

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

SEMANTIC WEB DATA MANAGEMENT. from Web 1.0 to Web 3.0

SEMANTIC WEB DATA MANAGEMENT. from Web 1.0 to Web 3.0 SEMANTIC WEB DATA MANAGEMENT from Web 1.0 to Web 3.0 CBD - 21/05/2009 Roberto De Virgilio MOTIVATIONS Web evolution Self-describing Data XML, DTD, XSD RDF, RDFS, OWL WEB 1.0, WEB 2.0, WEB 3.0 Web 1.0 is

More information

Transformational Design with

Transformational Design with Fakultät Informatik, Institut für Software- und Multimediatechnik, Lehrstuhl für Softwaretechnologie Transformational Design with Model-Driven Architecture () Prof. Dr. U. Aßmann Technische Universität

More information

model (ontology) and every DRS and CMS server has a well-known address (IP and port).

model (ontology) and every DRS and CMS server has a well-known address (IP and port). 7 Implementation In this chapter we describe the Decentralized Reasoning Service (DRS), a prototype service implementation that performs the cooperative reasoning process presented before. We present also

More information

Enrichment of Sensor Descriptions and Measurements Using Semantic Technologies. Student: Alexandra Moraru Mentor: Prof. Dr.

Enrichment of Sensor Descriptions and Measurements Using Semantic Technologies. Student: Alexandra Moraru Mentor: Prof. Dr. Enrichment of Sensor Descriptions and Measurements Using Semantic Technologies Student: Alexandra Moraru Mentor: Prof. Dr. Dunja Mladenić Environmental Monitoring automation Traffic Monitoring integration

More information

recommendations: flexible scientific publication retrieval on the Semantic Web

recommendations: flexible scientific publication retrieval on the Semantic Web : flexible scientific publication retrieval on the Semantic Web Chair of Business Information Systems, Friedrich-Schiller-University of Jena LIS-Workshop, Leipzig 16.03.2016 Agenda : Publication Retrieval

More information

OPC Unified Architecture

OPC Unified Architecture Wolfgang Mahnke Stefan-Helmut Leitner Matthias Damm OPC Unified Architecture Springer Table of Contents Foreword by Tom Burke Foreword by Jim Luth Preface About the Authors Acknowledgements v vii ix xiii

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

Linked Open Europeana: Semantics for the Digital Humanities

Linked Open Europeana: Semantics for the Digital Humanities Linked Open Europeana: Semantics for the Digital Humanities Prof. Dr. Stefan Gradmann Humboldt-Universität zu Berlin / School of Library and Information Science stefan.gradmann@ibi.hu-berlin.de 1 Overview

More information

PUBLICATION OF INSPIRE-BASED AGRICULTURAL LINKED DATA

PUBLICATION OF INSPIRE-BASED AGRICULTURAL LINKED DATA This project has received funding from the European Union s Horizon 2020 research and innovation programme under grant agreement No 732064 This project is part of BDV PPP PUBLICATION OF INSPIRE-BASED AGRICULTURAL

More information

Linked Data: Fast, low cost semantic interoperability for health care?

Linked Data: Fast, low cost semantic interoperability for health care? Linked Data: Fast, low cost semantic interoperability for health care? About the presentation Part I: Motivation Why we need semantic operability in health care Why enhancing existing systems to increase

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

A Heuristic Robust Approach for Real Estate Valuation in Areas with Few Transactions

A Heuristic Robust Approach for Real Estate Valuation in Areas with Few Transactions Presented at the FIG Working Week 2017, A Heuristic Robust Approach for Real Estate Valuation in May 29 - June 2, 2017 in Helsinki, Finland FIG Working Week 2017 Surveying the world of tomorrow From digitalisation

More information

TwinCAT 3 SOA-PLC: The forerunner to Industry 4.0 and the Internet of Things

TwinCAT 3 SOA-PLC: The forerunner to Industry 4.0 and the Internet of Things Enterprise WLAN To services Service repository IP 183.77.19.0 ERP Level Enterprise Resources Ethernet Via functions Plant Control Room IP 183.77.xx.x MES Level Execution System Shop Floor OPC UA (PLCopen)

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

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

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

W3C Web of Things. Mohammed Dadas - Orange

W3C Web of Things. Mohammed Dadas - Orange W3C Web of Things Mohammed Dadas - Orange ETSI M2M Workshop -December 10 th, 2014 Agenda Orange today What is W3C Web of Things Interest Group overview Conclusion Orange today Orange in figures Orange

More information

A Hybrid Approach to Linked Data

A Hybrid Approach to Linked Data A Hybrid Approach to Linked Data Query Processing with Time Constraints ts Steven Lynden,, Isao Kojima, Akiyoshi Matono, Akihito Nakamura, Makoto Yui N i li i fad di d i ls i d National Institute of Advanced

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

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

Tool for Mapping Tabular Data to an Ontology, A Work-In-Progress

Tool for Mapping Tabular Data to an Ontology, A Work-In-Progress Tool for Mapping Tabular Data to an Ontology, A Work-In-Progress 2 Jun 2014 Andrea Westerinen andreaw@ninepts.com Agenda Problem Approach Background, iringtools Templates Mapping infrastructure Working

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

Novel System Architectures for Semantic Based Sensor Networks Integraion

Novel System Architectures for Semantic Based Sensor Networks Integraion Novel System Architectures for Semantic Based Sensor Networks Integraion Z O R A N B A B O V I C, Z B A B O V I C @ E T F. R S V E L J K O M I L U T N O V I C, V M @ E T F. R S T H E S C H O O L O F T

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

MODEL-BASED SYSTEMS ENGINEERING DESIGN AND TRADE-OFF ANALYSIS WITH RDF GRAPHS

MODEL-BASED SYSTEMS ENGINEERING DESIGN AND TRADE-OFF ANALYSIS WITH RDF GRAPHS MODEL-BASED SYSTEMS ENGINEERING DESIGN AND TRADE-OFF ANALYSIS WITH RDF GRAPHS Nefretiti Nassar and Mark Austin Institute of Systems Research, University of Maryland, College Park, MD 20742. CSER 2013 Presentation,

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

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

Technische Universität Dresden Fakultät Informatik. Wikidata. A Free Collaborative Knowledge Base. Markus Krötzsch TU Dresden.

Technische Universität Dresden Fakultät Informatik. Wikidata. A Free Collaborative Knowledge Base. Markus Krötzsch TU Dresden. Technische Universität Dresden Fakultät Informatik Wikidata A Free Collaborative Knowledge Base Markus Krötzsch TU Dresden IBM June 2015 Where is Wikipedia Going? Wikipedia in 2015: A project that has

More information

4 Access to devices. Prof. Dr. H. Kirrmann. ABB Research Centre, Baden, Switzerland

4 Access to devices. Prof. Dr. H. Kirrmann. ABB Research Centre, Baden, Switzerland Automation Industrielle Industrielle Automation 4 Access to devices 4.3 OPC (Open Process Control formerly OLE for Process Control) 4.3.1 Common elements Prof. Dr. H. Kirrmann 2007 May, HK ABB Research

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

Bringing the Semantic Web closer to reality PostgreSQL as RDF Graph Database

Bringing the Semantic Web closer to reality PostgreSQL as RDF Graph Database Bringing the Semantic Web closer to reality Jimmy Angelakos EDINA, University of Edinburgh FOSDEM 04-05/02/2017 or how to export your data to someone who's expecting RDF Jimmy Angelakos EDINA, University

More information

Querying the Semantic Web

Querying the Semantic Web Querying the Semantic Web CSE 595 Semantic Web Instructor: Dr. Paul Fodor Stony Brook University http://www3.cs.stonybrook.edu/~pfodor/courses/cse595.html Lecture Outline SPARQL Infrastructure Basics:

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

Semantic Document Architecture for Desktop Data Integration and Management

Semantic Document Architecture for Desktop Data Integration and Management Semantic Document Architecture for Desktop Data Integration and Management Saša Nešić 1, Dragan Gašević 2, Mehdi Jazayeri 1 1 Faculty of Informatics, University of Lugano, Lugano, Switzerland 2 School

More information

WSN & IoT System Interoperability

WSN & IoT System Interoperability WSN & IoT System Interoperability Jerker Delsing Professor LTU IEC WSN IoT 140225-26 NIST INTERNATIONAL ELECTROTECHNICAL COMMISSION Intelligent industrial processes - ProcessIT Prof Jerker Delsing Arrowhead

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

12. Finding Components with Metadata in Component Repositories

12. Finding Components with Metadata in Component Repositories Fakultät Informatik - Institut Software- und Multimediatechnik - Softwaretechnologie Prof. Aßmann - CBSE 12. Finding Components with Metadata in Component Repositories Lecturer: Dr. Sebastian Götz Prof.

More information

Technische Universität Dresden Institut für Software- und Multimediatechnik

Technische Universität Dresden Institut für Software- und Multimediatechnik On the Use of Ontologies in the Software Process Uwe Aßmann Technische Universität Dresden Institut für Software- und Multimediatechnik uwe.assmann@inf.tu-dresden.de Suppose you were Mr Bernhard... REWERSE.net

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

W3C WoT call CONTEXT INFORMATION MANAGEMENT - NGSI-LD API AS BRIDGE TO SEMANTIC WEB Contact: Lindsay Frost at

W3C WoT call CONTEXT INFORMATION MANAGEMENT - NGSI-LD API AS BRIDGE TO SEMANTIC WEB Contact: Lindsay Frost at W3C WoT call 29.08.2018 CONTEXT INFORMATION MANAGEMENT - NGSI-LD API AS BRIDGE TO SEMANTIC WEB Contact: Lindsay Frost at NGSI-LD@etsi.org HOW COULD WOT AND NGSI-LD FIT TOGETHER? ETSI ISG CIM has been working

More information

Proposal for Implementing Linked Open Data on Libraries Catalogue

Proposal for Implementing Linked Open Data on Libraries Catalogue Submitted on: 16.07.2018 Proposal for Implementing Linked Open Data on Libraries Catalogue Esraa Elsayed Abdelaziz Computer Science, Arab Academy for Science and Technology, Alexandria, Egypt. E-mail address:

More information

Building Blocks of Linked Data

Building Blocks of Linked Data Building Blocks of Linked Data Technological foundations Identifiers: URIs Data Model: RDF Terminology and Semantics: RDFS, OWL 23,019,148 People s Republic of China 20,693,000 population located in capital

More information

Designing EPCIS through Linked Data and REST principles

Designing EPCIS through Linked Data and REST principles Designing EPCIS through Linked Data and REST principles Stefano Turchi 1, Lucia Ciofi 1, Federica Paganelli 2, Franco Pirri 1, Dino Giuli 1 1 Department of Electronics and Telecommunications, University

More information

Context-aware Semantic Middleware Solutions for Pervasive Applications

Context-aware Semantic Middleware Solutions for Pervasive Applications Solutions for Pervasive Applications Alessandra Toninelli alessandra.toninelli@unibo.it Università degli Studi di Bologna Department of Electronics, Information and Systems PhD Course Infrastructure and

More information

Semantic Web. Tahani Aljehani

Semantic Web. Tahani Aljehani Semantic Web Tahani Aljehani Motivation: Example 1 You are interested in SOAP Web architecture Use your favorite search engine to find the articles about SOAP Keywords-based search You'll get lots of information,

More information

Connecting SMW to RDF Databases: Why, What, and How?

Connecting SMW to RDF Databases: Why, What, and How? University of Oxford Department of Computer Science Connecting SMW to RDF Databases: Why, What, and How? Markus Krötzsch University of Oxford SMWCon 2011 Fall, Berlin * * Talk given during the 2011 papal

More information

COMPUTER AND INFORMATION SCIENCE JENA DB. Group Abhishek Kumar Harshvardhan Singh Abhisek Mohanty Suhas Tumkur Chandrashekhara

COMPUTER AND INFORMATION SCIENCE JENA DB. Group Abhishek Kumar Harshvardhan Singh Abhisek Mohanty Suhas Tumkur Chandrashekhara JENA DB Group - 10 Abhishek Kumar Harshvardhan Singh Abhisek Mohanty Suhas Tumkur Chandrashekhara OUTLINE Introduction Data Model Query Language Implementation Features Applications Introduction Open Source

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

Business to Consumer Markets on the Semantic Web

Business to Consumer Markets on the Semantic Web Workshop on Metadata for Security (W-MS) International Federated Conferences (OTM '03) Business to Consumer Markets on the Semantic Web Prof. Dr.-Ing. Robert Tolksdorf, Dipl.-Kfm. Christian Bizer Freie

More information

Enterprise Information Integration using Semantic Web Technologies:

Enterprise Information Integration using Semantic Web Technologies: Enterprise Information Integration using Semantic Web Technologies: RDF as the Lingua Franca David Booth, Ph.D. HP Software Semantic Technology Conference 20-May-2008 In collaboration with Steve Battle,

More information

Available online at ScienceDirect. Procedia Computer Science 52 (2015 )

Available online at  ScienceDirect. Procedia Computer Science 52 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 52 (2015 ) 1071 1076 The 5 th International Symposium on Frontiers in Ambient and Mobile Systems (FAMS-2015) Health, Food

More information

Day 2. RISIS Linked Data Course

Day 2. RISIS Linked Data Course Day 2 RISIS Linked Data Course Overview of the Course: Friday 9:00-9:15 Coffee 9:15-9:45 Introduction & Reflection 10:30-11:30 SPARQL Query Language 11:30-11:45 Coffee 11:45-12:30 SPARQL Hands-on 12:30-13:30

More information

Towards Open Innovation with Open Data Service Platform

Towards Open Innovation with Open Data Service Platform 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

More information

2. RDF Semantic Web Basics Semantic Web

2. RDF Semantic Web Basics Semantic Web 2. RDF Semantic Web Basics Semantic Web Prof. Dr. Bernhard Humm Faculty of Computer Science Hochschule Darmstadt University of Applied Sciences Summer semester 2011 1 Agenda Semantic Web Basics Literature

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

Graph Exploration: Taking the User into the Loop

Graph Exploration: Taking the User into the Loop Graph Exploration: Taking the User into the Loop Davide Mottin, Anja Jentzsch, Emmanuel Müller Hasso Plattner Institute, Potsdam, Germany 2016/10/24 CIKM2016, Indianapolis, US Where we are Background (5

More information

Sustainability of Linked Open Data A Key Challenge for Agricultural Applications

Sustainability of Linked Open Data A Key Challenge for Agricultural Applications Sustainability of Linked Open Data A Key Challenge for Agricultural Applications Dr. Ansgar Bernardi DFKI GmbH, Kaiserslautern LOD: Goal Data sources shall be usable Let arbitrary services read / use the

More information

Representing Linked Data as Virtual File Systems

Representing Linked Data as Virtual File Systems Representing Linked Data as Virtual File Systems Bernhard Schandl University of Vienna Department of Distributed and Multimedia Systems http://events.linkeddata.org/ldow2009#ldow2009 Madrid, Spain, April

More information

Towards Stream- based Reasoning and Machine Learning for IoT Applica<ons

Towards Stream- based Reasoning and Machine Learning for IoT Applica<ons Towards Stream- based Reasoning and Machine Learning for IoT Applica

More information

Architecture for Services Composition in OPC UA Servers using FORTE

Architecture for Services Composition in OPC UA Servers using FORTE ETFA 2016 7th 4DIAC Users Workshop Architecture for Services Composition in OPC UA Servers using FORTE Federico Pérez, Marga Marcos, Darío Orive Contents CPPS OPC Unified Architecture Architecture on OPC

More information

geospatial querying ApacheCon Big Data Europe 2015 Budapest, 28/9/2015

geospatial querying ApacheCon Big Data Europe 2015 Budapest, 28/9/2015 geospatial querying in ApacheCon Big Data Europe 2015 Budapest, 28/9/2015 Who am I? Sergio Fernández @wikier http://linkedin.com/in/sergiofernandez http://www.wikier.org Partner Technology Manager at Redlink

More information

Programming Technologies for Web Resource Mining

Programming Technologies for Web Resource Mining Programming Technologies for Web Resource Mining SoftLang Team, University of Koblenz-Landau Prof. Dr. Ralf Lämmel Msc. Johannes Härtel Msc. Marcel Heinz Motivation What are interesting web resources??

More information