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

Size: px
Start display at page:

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

Transcription

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

2 Environmental Monitoring automation Traffic Monitoring integration Interoperability Building Monitoring Health Monitoring Industrial Process Monitoring Images source: M. Botts, G. Percivall, C.Reed, J. Davidson, OGC SWE: Overview And High Level Architecture 2

3 Motivation Understanding and managing of sensor data We want a way of doing sensing that can make the data available to any application that needs that specific data [1] Challenges: associate meaning to sensor data computer understandable representation many communities participate in sensor deployments Semantic Technologies identified as key enabling technologies for sensor networks (W3C) semantic enrichment can be considered as a first step [1]John Cox, Turning the world into a sensor network, Network World, August 11,

4 Contributions Semantic enrichment of sensor descriptions and measurements Definition of a framework Instantiation of framework components Examples of applications 4

5 Part I Framework Definition Introduction Problem Description Framework Components 5

6 Introduction (1/2) Sensor material or device which changes its properties according to a physical stimulus can be attached to more complex devices sensor nodes computing and communication capabilities embedded into physical objects wired and wireless networks 6

7 Introduction (2/2) Internet of Things world-wide network of heterogeneous smart objects sensors, actuators, RFIDs, MEMS based on standard communication protocols focused on establishing connectivity Web of Things integrating smart objects into the Web a.k.a Sensor Web, Physical Web based on standards like HTML, XML, RSS focused on application layer 7

8 Problem Description (1/2) Integration of sensor data from different systems Provide machine understandable representation of data Describe the meaning of data and the context in which it was collected Environment characteristics Sensor properties 8

9 Problem Description (2/2) Apply semantic technologies to sensor web Enriching the sensor data enrichment of data generally refers to adding information semantic enrichment refers to associating semantic tags Publishing annotated sensor data enables the development of new applications through standardized web services, application specific methods requires prior knowledge of the infrastructure used following Linked Open Data (LOD) principles 9

10 Conceptual Framework Framework for semantic enrichment of sensor data automatizing the process enriching sensor descriptions and measurements Ontology Extension Ontology Collection Descriptions Enrichment Query End-Point Semantic Browsers Measurements preprocess and enrichment Semantic Repository of Sensor Data Inference Engines Sensor Descriptions and Measurements Enrichment Components Data Consumers 10

11 Framework Components (1/3) Ontology Collection Ontology Extension Sensor Descriptions and Measurements Sensor description refer to the metadata defining sensor characteristics Sensor measurements numerical values quantifying the changes of sensor properties Sensor Descriptions and Measurements Ontology Collection set of ontologies necessary for describing sensor characteristics and providing context for sensor measurements. 11

12 Framework Components (2/3) Enrichment Components sensor descriptions are enriched with semantic concepts sensor measurements are processed to generate new features which are then enriched by semantics. Ontology Collection Sensor Descriptions and Measurements Ontology Extension Descriptions Enrichment Measurements preprocess and enrichment Enrichment Components Steps of the enrichment process Analysis of the sensor descriptions and measurements Selection of ontologies Extension of the selected ontologies with concepts specific to the domain of application Implementation of enrichment components 12

13 Framework Components (3/3) Semantic Repository of Sensor Data contains the enriched sensor descriptions and measurements. Data Consumers query end-points semantic browsers Inference engines Ontology Extension Ontology Collection Descriptions Enrichment Query End-Point Semantic Browsers Measurements preprocess and enrichment Semantic Repository of Sensor Data Inference Engines Sensor Descriptions and Measurements Enrichment Components Data Consumers 13

14 Part II Instantiation of Framework Components Sources of Sensor Data Non-standardized Standardized Ontology Collection OWL ontologies Cyc ontology Architecture Enrichment Components Semantic Repository of Sensor Data 14

15 Sources of Sensor Data (1/2) Non-standardized dataset data collected from a sensor network for monitoring environmental conditions temperature, humidity, luminance and pressure centralized MySQL database server, both the meta-data and sensor measurements. 15

16 Sources of Sensor Data (2/2) Standardized dataset contains description and measurements of sensors in the area of ocean tides and currents air temperature, water temperature, water level, currents, wind, air pressure, salinity sensor description (SensorML) sensor measurements (O&M) 751 sensor nodes, 1379 sensors measuring 14 types of properties downloaded and processed offline 16

17 Ontology Collection (1/3) OWL ontologies W3C Semantic Sensor Network ontology (infrastructure) 17

18 Ontology Collection (2/3) Additional (external) OWL ontologies Basic GeoWGS84 Vocabulary, provides namespaces for representing coordinates Geonames, provides geographical names in RDF representation findnearbyplacename web service W3C time ontology defining time intervals for sensor measurements 18

19 Ontology Collection (3/3) Research Cyc 19

20 Architecture OWL Ontologies SSN Ontology Jena Framework SPARQL Endpoint SESAME MySql Database JDBC RDF descriptions of sensors Pubby Data Publishing SensorML descriptios JAXB API ResearchCyc O&M measurements OntoGen OntoGenUI 20

21 Enrichment Components (1/4) Enrichment of sensor data Input: sensor data + ontologies manually creating rules extract the information from the datasets attach the corresponding semantic concepts for the non-standardized dataset -> OWL ontologies for the standardized dataset -> both collections of ontologies, separately Output: RDF representation of the original dataset annotated with semantic concepts from the ontology collection 21

22 Enrichment Components (2/4) Non-standardized dataset Database 22

23 Enrichment Components (3/4) Standardized dataset platforms described in SensorML -> instances of Platform. the networks to which these platforms belong to -> instances of Deployment. the platforms components -> instances of SensingDevice. the observed properties of sensing devices -> instances of the subclasses extending Property related to the sensed domain by the using the relation ispropertyof and the subclasses extending FeatureOfInterest. the geographical locations of the platforms, given by latitude and longitude coordinates -> lat and long relations from the GeoWGS84 vocabulary. findnearbyplacename web service (fro GeoNames) -> finds the name of the closest populated place to the platform location Computation based enrichment of measurements 23

24 Enrichment Components (4/4) Standardized dataset Enrichment of measurements data mining tool for processing the sensor measurements and for extracting knowledge from the raw measurements enriched measurements annotated according to the collection of OWL ontologies exported in RDF format permits the user to take advantage of knowledge extracted from the raw measurements Features generated from the raw sensor measurements wind and sea conditions for sailors according to the Beaufort scale 26 nominal values, such as: Calm, Flat, Fresh Breeze, etc. migraines caused by atmospheric pressure according to pressure values published in medical studies risk of headache: NoHeadache, Headache and HighHeadache time of day intervals: early morning, late evening, etc. 24

25 Semantic Repository of Sensor Data Implementation of Semantic Repository of Sensor Data Sesame, framework for processing RDF data store, parse, query, perform inference on RDF data Java API (storing and updating the enriched sensor data) for each dataset a separate repository 25

26 Part III Applications Sensor search Data Publishing 26

27 Sensor Search (1/3) Finding specific sensors, from which one could be interested in gathering data Searching directly through sensor measurements for explicit values or different events. Formulating queries for retrieving the results we need SPARQL end-points 27

28 Sensor Search (2/3) Which are the sensors measuring temperature located in the Vič region of the city of Ljubljana? SELECT DISTINCT?s WHERE {?sn ssn:hassubsystem?s.?s ssn:observes < ssn:onplatform?p.?p foaf:based_near < 28

29 Sensor Search (3/3) Which are the locations with risk of headache on early morning? SELECT DISTINCT?sensor?location where{?platform ssn:attachedsystem?sensor.?platform geo:location?loc.?loc foaf:based_near?place.?place gn:name?location.?sensor ssn:madeobservation?obs.?obs ssn:observationresult?res.?obs time-entry:startsorduring tmint:earlymorning.?res ssn:hasvalue obsval:headache. } 29

30 Data Publishing (1/2) Publishing methods standardized web services OGC s SOS application specific: Pachube, Sensorpedia Linked Sensor Data Linked Data method of exposing, sharing, and connecting data via dereferenceable URIs on the Web. URI for the real-world object itself. URI for a related information resource that describes the real-world object and has an HTML representation. URI for a related information resource that describes the real-world object and has an RDF/XML representation. 30

31 Data Publishing (2/2) Pubby open source tool that provides Linked Data interfaces to SPARQL end-points rewrite URIs found in the RDF dataset into Pubby server s namespace simple HTML interface about each resource. 31

32 Conclusions Summary Definition of a framework for semantic enrichment of sensor data Instantiation of the framework components Discussion about possible applications Lessons Learned enriching standardized vs. non-standardized dataset domain ontologies and application ontologies representation of physical and virtual sensors Sensors as physical entities Sensors as virtual entities Sensors as either physical or virtual entitites 32

33 Future Work Development of new enrichment components Static and stream data Enrichment at sensor node level serving semantic descriptions from the nodes Represent time and space on higher semantic levels strdf/stsparql, GeoSPARQL, EP-SPARQL URI generation Integration with complex events 33

34 Bibliography Moraru, A.; Vučnik, M.; Porcius M.; Fortuna, C.; Mladenić, D. Exposing Real World Information for the Web of Things. In Proceedings of the 8 th International Workshop on Information Integration on the Web, in conjunction with 20 th International World Wide Web Conference (2011). Moraru, A.; Fotuna C.; Mladenić, D. A System for Publishing Sensor Data on the Semantic Web. In Proceeding of 33 rd International Conference on Information Technology Interfaces (June ). Dali, L; Moraru, A.; Mladenić, D. Using Personalized PageRank for Keyword Based Sensor Retrieval. In Proceedings of 4 th International Semantic Search Workshop, located at the 20 th International World Wide Web Conference, (March ). Moraru, A.; Pesko, M.; Porcius, M.; Fortuna, C.; Mladenić, D. Using Machine Learning on Sensor Data. Journal of Computing and Information Technology, 18, (2010). 34

35 35

A System for Publishing Sensor Data on the Semantic Web

A System for Publishing Sensor Data on the Semantic Web Journal of Computing and Information Technology - CIT 19, 2011, 4, 239 245 doi:10.2498/cit.1002030 239 A System for Publishing Sensor Data on the Semantic Web Alexandra Moraru 1, Carolina Fortuna 2 and

More information

Ontology Servers and Metadata Vocabulary Repositories

Ontology Servers and Metadata Vocabulary Repositories Ontology Servers and Metadata Vocabulary Repositories Dr. Manjula Patel Technical Research and Development m.patel@ukoln.ac.uk http://www.ukoln.ac.uk/ Overview agentcities.net deployment grant Background

More information

Towards Building a Global Oracle: A Physical Mashup using Artificial Intelligence Technology

Towards Building a Global Oracle: A Physical Mashup using Artificial Intelligence Technology Towards Building a Global Oracle: A Physical Mashup using Artificial Intelligence Technology Carolina Fortuna, Blaz Fortuna, Matevz Vucnik, Klemen Kenda, Alexandra Moraru and Dunja Mladenic http://sensorlab.ijs.si/

More information

Orchestrating Music Queries via the Semantic Web

Orchestrating Music Queries via the Semantic Web Orchestrating Music Queries via the Semantic Web Milos Vukicevic, John Galletly American University in Bulgaria Blagoevgrad 2700 Bulgaria +359 73 888 466 milossmi@gmail.com, jgalletly@aubg.bg Abstract

More information

Semantic Technologies for the Internet of Things: Challenges and Opportunities

Semantic Technologies for the Internet of Things: Challenges and Opportunities Semantic Technologies for the Internet of Things: Challenges and Opportunities Payam Barnaghi Institute for Communication Systems (ICS) University of Surrey Guildford, United Kingdom MyIoT Week Malaysia

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

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

An Architecture to Aggregate Heterogeneous and Semantic Sensed Data

An Architecture to Aggregate Heterogeneous and Semantic Sensed Data An Architecture to Aggregate Heterogeneous and Semantic Sensed Data Amelie Gyrard 1 Supervised by: Christian Bonnet 1 and Karima Boudaoud 2 1 Eurecom, Sophia Antipolis, France. {amelie.gyrard,christian.bonnet}@eurecom.fr

More information

Extracting knowledge from Ontology using Jena for Semantic Web

Extracting knowledge from Ontology using Jena for Semantic Web Extracting knowledge from Ontology using Jena for Semantic Web Ayesha Ameen I.T Department Deccan College of Engineering and Technology Hyderabad A.P, India ameenayesha@gmail.com Khaleel Ur Rahman Khan

More information

Extension of INSPIRE Download Services TG for Observation Data

Extension of INSPIRE Download Services TG for Observation Data Extension of INSPIRE Download Services TG for Observation Data Simon Jirka (52 North) 14 th June 2014, MIG Workshop on WCS-based INSPIRE Download Services Agenda Motivation Sensor Web Proposed Update for

More information

A Review for Semantic Sensor Web Research and Applications

A Review for Semantic Sensor Web Research and Applications , pp.31-36 http://dx.doi.org/10.14257/astl.2014.48.06 A Review for Semantic Sensor Web Research and Applications Chaoqun Ji, Jin Liu, Xiaofeng Wang College of Information Engineering, Shanghai Maritime

More information

When using this architecture for accessing distributed services, however, query broker and/or caches are recommendable for performance reasons.

When using this architecture for accessing distributed services, however, query broker and/or caches are recommendable for performance reasons. Integration of semantics, data and geospatial information for LTER Abstract The long term ecological monitoring and research network (LTER) in Europe[1] provides a vast amount of data with regard to drivers

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

Publishing Statistical Data and Geospatial Data as Linked Data Creating a Semantic Data Platform

Publishing Statistical Data and Geospatial Data as Linked Data Creating a Semantic Data Platform Publishing Statistical Data and Geospatial Data as Linked Data Creating a Semantic Data Platform Hans Viehmann Product Manager EMEA ORACLE Corporation January 22, 2017 @SpatialHannes Safe Harbor Statement

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

MEDNARODNA PODIPLOMSKA ŠOLA JOŽEFA STEFANA JOŽEF STEFAN INTERNATIONAL POSTGRADUATE SCHOOL

MEDNARODNA PODIPLOMSKA ŠOLA JOŽEFA STEFANA JOŽEF STEFAN INTERNATIONAL POSTGRADUATE SCHOOL MEDNARODNA PODIPLOMSKA ŠOLA JOŽEFA STEFANA JOŽEF STEFAN INTERNATIONAL POSTGRADUATE SCHOOL ALEXANDRA MORARU ENRICHMENT OF SENSOR DESCRIPTIONS AND MEASUREMENTS USING SEMANTIC TECHNOLOGIES MASTER THESIS LJUBLJANA,

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

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

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

Semantic agents for location-aware service provisioning in mobile networks

Semantic agents for location-aware service provisioning in mobile networks Semantic agents for location-aware service provisioning in mobile networks Alisa Devlić University of Zagreb visiting doctoral student at Wireless@KTH September 9 th 2005. 1 Agenda Research motivation

More information

Europeana update: aspects of the data

Europeana update: aspects of the data Europeana update: aspects of the data Robina Clayphan, Europeana Foundation European Film Gateway Workshop, 30 May 2011, Frankfurt/Main Overview The Europeana Data Model (EDM) Data enrichment activity

More information

Dynamic Semantics for the Internet of Things. Payam Barnaghi Institute for Communication Systems (ICS) University of Surrey Guildford, United Kingdom

Dynamic Semantics for the Internet of Things. Payam Barnaghi Institute for Communication Systems (ICS) University of Surrey Guildford, United Kingdom Dynamic Semantics for the Internet of Things Payam Barnaghi Institute for Communication Systems (ICS) University of Surrey Guildford, United Kingdom 1 Things, Devices, Data, and lots of it image courtesy:

More information

M3 Framework: User s guide & tutorial

M3 Framework: User s guide & tutorial M3 Framework: User s guide & tutorial Creator Send Feedback Amelie Gyrard (Eurecom - Insight - NUIG/DERI) Designed and implemented by Amélie Gyrard, she was a PhD student at Eurecom under the supervision

More information

Mapping Relational data to RDF

Mapping Relational data to RDF RDF and RDB 2 D2RQ Mapping Relational data to RDF Suppose we have data in a relational database that we want to export as RDF 1. Choose an RDF vocabulary to represent the data 2. Define a mapping from

More information

OKKAM-based instance level integration

OKKAM-based instance level integration OKKAM-based instance level integration Paolo Bouquet W3C RDF2RDB This work is co-funded by the European Commission in the context of the Large-scale Integrated project OKKAM (GA 215032) RoadMap Using the

More information

Linked Sensor Data. CORE Scholar. Wright State University. Harshal Kamlesh Patni Wright State University - Main Campus

Linked Sensor Data. CORE Scholar. Wright State University. Harshal Kamlesh Patni Wright State University - Main Campus Wright State University CORE Scholar Kno.e.sis Publications The Ohio Center of Excellence in Knowledge- Enabled Computing (Kno.e.sis) 5-2010 Linked Sensor Data Harshal Kamlesh Patni Wright State University

More information

Observation trends: Expectations from European Comission regarding data exchange and interoperability

Observation trends: Expectations from European Comission regarding data exchange and interoperability Observation trends: Expectations from European Comission regarding data exchange and interoperability Marcin Wichorowski (IO PAN), Sławomir Sagan (IO PAN), Declan Dunne (UCC MaREI), John Barton (UCC-TYNDALL)

More information

The Semantic Sensor Network Ontology A Generic Language to Describe Sensor Assets

The Semantic Sensor Network Ontology A Generic Language to Describe Sensor Assets Ben Ridge Road Weather Station, South Esk River Catchment, Tasmania The Semantic Sensor Network Ontology A Generic Language to Describe Sensor Assets Holger Neuhaus Michael Compton Commonwealth Scientific

More information

STS Infrastructural considerations. Christian Chiarcos

STS Infrastructural considerations. Christian Chiarcos STS Infrastructural considerations Christian Chiarcos chiarcos@uni-potsdam.de Infrastructure Requirements Candidates standoff-based architecture (Stede et al. 2006, 2010) UiMA (Ferrucci and Lally 2004)

More information

Semantic IoT System for Indoor Environment Control A Sparql and SQL based hybrid model

Semantic IoT System for Indoor Environment Control A Sparql and SQL based hybrid model , pp.678-683 http://dx.doi.org/10.14257/astl.2015.120.135 Semantic IoT System for Indoor Environment Control A Sparql and SQL based hybrid model Faiza Tila, Do Hyuen Kim Computer Engineering 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

BSC Smart Cities Initiative

BSC Smart Cities Initiative www.bsc.es BSC Smart Cities Initiative José Mª Cela CASE Director josem.cela@bsc.es CITY DATA ACCESS 2 City Data Access 1. Standardize data access (City Semantics) Define a software layer to keep independent

More information

Table of Contents. iii

Table of Contents. iii Current Web 1 1.1 Current Web History 1 1.2 Current Web Characteristics 2 1.2.1 Current Web Features 2 1.2.2 Current Web Benefits 3 1.2.3. Current Web Applications 3 1.3 Why the Current Web is not Enough

More information

Implementation of Semantic Information Retrieval. System in Mobile Environment

Implementation of Semantic Information Retrieval. System in Mobile Environment Contemporary Engineering Sciences, Vol. 9, 2016, no. 13, 603-608 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2016.6447 Implementation of Semantic Information Retrieval System in Mobile

More information

Semantically enhancing SensorML with controlled vocabularies in the marine domain

Semantically enhancing SensorML with controlled vocabularies in the marine domain Semantically enhancing SensorML with controlled vocabularies in the marine domain KOKKINAKI ALEXANDRA, BUCK JUSTIN, DARROCH LOUISE, JIRKA SIMON AND THE MARINE PROFILES FOR OGC SENSOR WEB ENABLEMENT STANDARDS

More information

RDF and RDB 2 D2RQ. Mapping Relational data to RDF D2RQ. D2RQ Features. Suppose we have data in a relational database that we want to export as RDF

RDF and RDB 2 D2RQ. Mapping Relational data to RDF D2RQ. D2RQ Features. Suppose we have data in a relational database that we want to export as RDF Mapping Relational data to RDF RDF and RDB 2 D2RQ Suppose we have data in a relational database that we want to export as RDF 1. Choose an RDF vocabulary to represent the data 2. Define a mapping from

More information

INSPIRE Download Service

INSPIRE Download Service The OGC SOS as INSPIRE Download Service for (meteorological) l) Observation Data Simon Jirka (52 North) 29 th October 2014 5th Workshop on the use of GIS/OGC standards in meteorology Offenbach (Germany)

More information

A Ubiquitous Sensor Network Platform for Integrating Smart Devices into the Semantic Sensor Web

A Ubiquitous Sensor Network Platform for Integrating Smart Devices into the Semantic Sensor Web Sensors 2014, 14, 10725-10752; doi:10.3390/s140610725 Article OPEN ACCESS sensors ISSN 1424-8220 www.mdpi.com/journal/sensors A Ubiquitous Sensor Network Platform for Integrating Smart Devices into the

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

The MEG Metadata Schemas Registry Schemas and Ontologies: building a Semantic Infrastructure for GRIDs and digital libraries Edinburgh, 16 May 2003

The MEG Metadata Schemas Registry Schemas and Ontologies: building a Semantic Infrastructure for GRIDs and digital libraries Edinburgh, 16 May 2003 The MEG Metadata Schemas Registry Schemas and Ontologies: building a Semantic Infrastructure for GRIDs and digital libraries Edinburgh, 16 May 2003 Pete Johnston UKOLN, University of Bath Bath, BA2 7AY

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

A Study of Future Internet Applications based on Semantic Web Technology Configuration Model

A Study of Future Internet Applications based on Semantic Web Technology Configuration Model Indian Journal of Science and Technology, Vol 8(20), DOI:10.17485/ijst/2015/v8i20/79311, August 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 A Study of Future Internet Applications based on

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

Interoperability in Science Data: Stories from the Trenches

Interoperability in Science Data: Stories from the Trenches Interoperability in Science Data: Stories from the Trenches Karen Stocks University of California San Diego Open Data for Open Science Data Interoperability Microsoft escience Workshop 2012 Interoperability

More information

A Semantic Web-Based Approach for Harvesting Multilingual Textual. definitions from Wikipedia to support ICD-11 revision

A Semantic Web-Based Approach for Harvesting Multilingual Textual. definitions from Wikipedia to support ICD-11 revision A Semantic Web-Based Approach for Harvesting Multilingual Textual Definitions from Wikipedia to Support ICD-11 Revision Guoqian Jiang 1,* Harold R. Solbrig 1 and Christopher G. Chute 1 1 Department of

More information

Publishing Linked Sensor Data

Publishing Linked Sensor Data Publishing Linked Sensor Data Payam Barnaghi 1, Mirko Presser 2, and Klaus Moessner 1 1 Centre for Communication Systems Research, University of Surrey Guildford, Surrey, GU2 7XH, United Kingdom. {p.barnaghi.k.moessner}@surrey.ac.uk

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

Sensor Data Management

Sensor Data Management Wright State University CORE Scholar Kno.e.sis Publications The Ohio Center of Excellence in Knowledge- Enabled Computing (Kno.e.sis) 8-14-2007 Sensor Data Management Cory Andrew Henson Wright State University

More information

Jumpstarting the Semantic Web

Jumpstarting the Semantic Web Jumpstarting the Semantic Web Mark Watson. Copyright 2003, 2004 Version 0.3 January 14, 2005 This work is licensed under the Creative Commons Attribution-NoDerivs-NonCommercial License. To view a copy

More information

Web Ontology for Software Package Management

Web Ontology for Software Package Management Proceedings of the 8 th International Conference on Applied Informatics Eger, Hungary, January 27 30, 2010. Vol. 2. pp. 331 338. Web Ontology for Software Package Management Péter Jeszenszky Debreceni

More information

Linked data from your pocket

Linked data from your pocket Linked data from your pocket Jérôme David, Jérôme Euzenat, Maria-Elena Roşoiu INRIA & Pierre-Mendès-France University Grenoble, France {Jerome.David,Jerome.Euzenat,Maria.Rosoiu}@inria.fr Abstract. The

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 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

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

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

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

The OWL API: An Introduction

The OWL API: An Introduction The OWL API: An Introduction Sean Bechhofer and Nicolas Matentzoglu University of Manchester sean.bechhofer@manchester.ac.uk OWL OWL allows us to describe a domain in terms of: Individuals Particular objects

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 ) 529 536 The 7th International Conference on Ambient Systems, Networks and Technologies (ANT 2016) SIGHTED: A

More information

The Semantic Planetary Data System

The Semantic Planetary Data System The Semantic Planetary Data System J. Steven Hughes 1, Daniel J. Crichton 1, Sean Kelly 1, and Chris Mattmann 1 1 Jet Propulsion Laboratory 4800 Oak Grove Drive Pasadena, CA 91109 USA {steve.hughes, dan.crichton,

More information

Linking library data: contributions and role of subject data. Nuno Freire The European Library

Linking library data: contributions and role of subject data. Nuno Freire The European Library Linking library data: contributions and role of subject data Nuno Freire The European Library Outline Introduction to The European Library Motivation for Linked Library Data The European Library Open Dataset

More information

Linked Data Practices for the Geospatial Community

Linked Data Practices for the Geospatial Community Linked Data Practices for the Geospatial Community Talk subtitle Presented at GEOSS Workshop on Climate Boulder Colorado, 23 September 2011 Stephan Zednik, zednis@rpi.edu RPI / Tetherless World Constellation

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

Cross-Fertilizing Data through Web of Things APIs with JSON-LD

Cross-Fertilizing Data through Web of Things APIs with JSON-LD Cross-Fertilizing Data through Web of Things APIs with JSON-LD Wenbin Li and Gilles Privat Orange Labs, Grenoble, France gilles.privat@orange.com, liwb1216@gmail.com Abstract. Internet of Things (IoT)

More information

An overview of RDB2RDF techniques and tools

An overview of RDB2RDF techniques and tools An overview of RDB2RDF techniques and tools DERI Reading Group Presentation Nuno Lopes August 26, 2009 Main purpose of RDB2RDF WG... standardize a language for mapping Relational Database schemas into

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

INSPIRE & Linked Data: Bridging the Gap Part II: Tools for linked INSPIRE data

INSPIRE & Linked Data: Bridging the Gap Part II: Tools for linked INSPIRE data Making the Web an Exploratory Place for Geospatial Knowledge INSPIRE & Linked Data: Bridging the Gap Part II: Tools for linked INSPIRE data Michalis Alexakis Spiros Athanasiou Nikos Georgomanolis Giorgos

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

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

From Open Data to Data- Intensive Science through CERIF

From Open Data to Data- Intensive Science through CERIF From Open Data to Data- Intensive Science through CERIF Keith G Jeffery a, Anne Asserson b, Nikos Houssos c, Valerie Brasse d, Brigitte Jörg e a Keith G Jeffery Consultants, Shrivenham, SN6 8AH, U, b University

More information

Semantic Web Programming

Semantic Web Programming *) Semantic Web Programming John Hebeler Matthew Fisher Ryan Blace Andrew Perez-Lopez WILEY Wiley Publishing, Inc. Contents Foreword Introduction xxiii xxv Part One Introducing Semantic Web Programming

More information

Using Linked Data Concepts to Blend and Analyze Geospatial and Statistical Data Creating a Semantic Data Platform

Using Linked Data Concepts to Blend and Analyze Geospatial and Statistical Data Creating a Semantic Data Platform Using Linked Data Concepts to Blend and Analyze Geospatial and Statistical Data Creating a Semantic Data Platform Hans Viehmann Product Manager EMEA ORACLE Corporation October 17, 2018 @SpatialHannes Safe

More information

INF3580/4580 Semantic Technologies Spring 2015

INF3580/4580 Semantic Technologies Spring 2015 INF3580/4580 Semantic Technologies Spring 2015 Lecture 15: RDFa Martin Giese 11th May 2015 Department of Informatics University of Oslo Repetition 18 June: Guest lecture, Lars Marius Garshol 25 May: no

More information

Position Paper for Ubiquitous WEB

Position Paper for Ubiquitous WEB Position Paper for Ubiquitous WEB Satoru TAKAGI, Katsunori SHINDO, Jun YAMADA, Ken SAKAMURA YRP Ubiquitous Networking Laboratory 1. Our Objectives As various types of digital communication networks including

More information

Readme file for Oracle Spatial and Graph and OBIEE Sample Application (V305) VirtualBox

Readme file for Oracle Spatial and Graph and OBIEE Sample Application (V305) VirtualBox I Sections in this Readme Sections in this Readme... 1 Introduction... 1 References... 1 Included Software Releases... 2 Software to Download... 2 Installing the Image... 2 Quick Start for RDF Semantic

More information

SPARQL-Based Applications for RDF-Encoded Sensor Data

SPARQL-Based Applications for RDF-Encoded Sensor Data SPARQL-Based Applications for RDF-Encoded Sensor Data Mikko Rinne, Seppo Törmä, Esko Nuutila http://cse.aalto.fi/instans/ 5 th International Workshop on Semantic Sensor Networks 12.11.2012 Department of

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

ATC An OSGI-based Semantic Information Broker for Smart Environments. Paolo Azzoni Research Project Manager

ATC An OSGI-based Semantic Information Broker for Smart Environments. Paolo Azzoni Research Project Manager An OSGI-based Semantic Information Broker for Smart Environments ATC 2011 ARTEMIS JU SP3 / 100017: Smart Objects For Intelligent Applications Paolo Azzoni Research Project Manager Summary Introduction

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

Semantic Web Update W3C RDF, OWL Standards, Development and Applications. Dave Beckett

Semantic Web Update W3C RDF, OWL Standards, Development and Applications. Dave Beckett Semantic Web Update W3C RDF, OWL Standards, Development and Applications Dave Beckett Introduction Semantic Web Activity RDF - RDF Core OWL - WebOnt Interest Group Query, Calendaring SWAD and Applications

More information

Reducing Consumer Uncertainty Towards a Vocabulary for User-centric Geospatial Metadata

Reducing Consumer Uncertainty Towards a Vocabulary for User-centric Geospatial Metadata Meeting Host Supporting Partner Meeting Sponsors Reducing Consumer Uncertainty Towards a Vocabulary for User-centric Geospatial Metadata 105th OGC Technical Committee Palmerston North, New Zealand Dr.

More information

Exploring and Using the Semantic Web

Exploring and Using the Semantic Web Exploring and Using the Semantic Web Mathieu d Aquin KMi, The Open University m.daquin@open.ac.uk What?? Exploring the Semantic Web Vocabularies Ontologies Linked Data RDF documents Example: Exploring

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

JENA: A Java API for Ontology Management

JENA: A Java API for Ontology Management JENA: A Java API for Ontology Management Hari Rajagopal IBM Corporation Page Agenda Background Intro to JENA Case study Tools and methods Questions Page The State of the Web Today The web is more Syntactic

More information

Rajashree Deka Tetherless World Constellation Rensselaer Polytechnic Institute

Rajashree Deka Tetherless World Constellation Rensselaer Polytechnic Institute Rajashree Deka Tetherless World Constellation Rensselaer Polytechnic Institute Ø The majority of data underpinning the Web are stored in Relational Databases (RDB). Ø Advantages: Secure and scalable architecture.

More information

Km4City Smart City API: an integrated support for mobility services

Km4City Smart City API: an integrated support for mobility services 2 nd IEEE International Conference on Smart Computing (SMARTCOMP 2016) Km4City Smart City API: an integrated support for mobility services C. Badii, P. Bellini, D. Cenni, G. Martelli, P. Nesi, M. Paolucci

More information

Yeseong Kim. System Energy Efficiency Lab. seelab.ucsd.edu

Yeseong Kim. System Energy Efficiency Lab. seelab.ucsd.edu Yeseong Kim System Energy Efficiency Lab seelab.ucsd.edu 1 Things, Data, Action and Software Data is collected by sensor devices. Motion, Pressure, Temperature, Light sensors Cameras, Microphones, GPS

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

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

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

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 Annotation, Search and Analysis

Semantic Annotation, Search and Analysis Semantic Annotation, Search and Analysis Borislav Popov, Ontotext Ontology A machine readable conceptual model a common vocabulary for sharing information machine-interpretable definitions of concepts in

More information

Linked Open Data in Aggregation Scenarios: The Case of The European Library Nuno Freire The European Library

Linked Open Data in Aggregation Scenarios: The Case of The European Library Nuno Freire The European Library Linked Open Data in Aggregation Scenarios: The Case of The European Library Nuno Freire The European Library SWIB14 Semantic Web in Libraries Conference Bonn, December 2014 Outline Introduction to The

More information

Semantic Web Company. PoolParty - Server. PoolParty - Technical White Paper.

Semantic Web Company. PoolParty - Server. PoolParty - Technical White Paper. Semantic Web Company PoolParty - Server PoolParty - Technical White Paper http://www.poolparty.biz Table of Contents Introduction... 3 PoolParty Technical Overview... 3 PoolParty Components Overview...

More information

Semantics for and from Information Models Mapping EXPRESS and use of OWL with a UML profile for EXPRESS

Semantics for and from Information Models Mapping EXPRESS and use of OWL with a UML profile for EXPRESS Semantics for and from Information Models Mapping EXPRESS and use of OWL with a UML profile for EXPRESS OMG Semantic Information Day March 2009 David Price Eurostep and Allison Feeney NIST Agenda» OASIS

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 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

Semantics for Optimization of the Livestock Farming

Semantics for Optimization of the Livestock Farming Adaptive Agricultural Processes via Open Interfaces and Linked Services Semantics for Optimization of the Livestock Farming Dr. Dana Tomic FTW Forschungszentrum Telekommunikation Wien, Austria Challenges

More information

Data is the new Oil (Ann Winblad)

Data is the new Oil (Ann Winblad) Data is the new Oil (Ann Winblad) Keith G Jeffery keith.jeffery@keithgjefferyconsultants.co.uk 20140415-16 JRC Workshop Big Open Data Keith G Jeffery 1 Data is the New Oil Like oil has been, data is Abundant

More information

An Archiving System for Managing Evolution in the Data Web

An Archiving System for Managing Evolution in the Data Web An Archiving System for Managing Evolution in the Web Marios Meimaris *, George Papastefanatos and Christos Pateritsas * Institute for the Management of Information Systems, Research Center Athena, Greece

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