Semantic Interoperability

Size: px
Start display at page:

Download "Semantic Interoperability"

Transcription

1 Ivan Herman Semantic Interoperability Olle Olsson Swedish W3C Office Swedish Institute of Computer Science (SICS) Stockholm Apr (2) Background Stockholm Apr 27, 2011 (2)

2 Trends: from small/closed to large/open (3) History of computer use (IT) Canned applications Software + data files Suites of applications (steps in a job) Carefully crafted application programs sharing data Databases Applications sharing local database Application environments Harmonized APIs in applications and for application control Networks Arms-length distance appl-to-appl and appl-to-data Internet Loose coupling to (semi-)independent appls/data Stockholm Apr 27, 2011 (3) Trends: from small/closed to large/open History of computer use (IT) Canned applications Software + data files Increased dependence Suites of applications (stepson in external a job) factors Carefully crafted application programs sharing data Increased dependence on shared resources Applications sharing local database Databases Application environments Harmonized APIs in applications and for application control Networks Arms-length distance appl-to-appl and appl-to-data Internet Loose coupling to (semi-)independent appls/data Stockholm Apr 27, 2011 (4) (4)

3 Interoperability spaces (5) Software interoperability Software-to-software interactions Data/information interoperability Combination of data sources Stockholm Apr 27, 2011 (5) Interoperability dimensions / 1 Interoperability across jurisdictions Within an authority domain Between authority domains Interoperation across space Application to data: shared data storage Application to application: passive data exchanged Data to data: combining data repositories Application to some space of applications: (grid, cloud) Stockholm Apr 27, 2011 (6) (6)

4 Interoperability dimensions / 2 (7) Interoperability across time Application to other version of application Application to old version of data Stockholm Apr 27, 2011 (7) (8) Drivers Stockholm Apr 27, 2011 (8)

5 Basic traditional drivers (9) Cost manage/maintain applications and data Time Time to create / adapt to new requirements Quality Provide needed functionality / data Quality assurance Proof for a certain level of quality Stockholm Apr 27, 2011 (9) Major trends Increased decentralisation of authority Increased interaction across administrative boundaries Increased speed of change Technology Business Less specific local development Off-the-shelf solutions Standards Shared solutions Stockholm Apr 27, 2011 (10) (10)

6 Political driver: PSI directive (11) Provide public data for independent re-use Level of agreement about provisioning? Cost to live up to agreement Provider? Re-user? Data/information evolves Work to adapt to changes? PSI solution vs. collaboration solutions Separate technology approaches? Who is the consumer of tomorrow? Stockholm Apr 27, 2011 (11) (12) Semantic Web Stockholm Apr 27, 2011 (12)

7 Technology Semantic Web (13) Web technology Formats (XML, WS-*, MathML, RDF, SVG,...) Protocols (HTTP, SOAP,...) Processing (XForms, DOM, Powder, Pipeline,...) Semantic Web Technologies Rich representation: RDF, RDFS, OWL, SKOS,... Processing support: OWL, RIF, SPARQL,... Stockholm Apr 27, 2011 (13) Technology Semantic Web Semantic web is about what? about meaning and automation Meaning-based automation Meaning -- pragmatic approach in Semantic Web: a program knows what it can do with data self-describing data No magic... instead well-founded engineering Stockholm Apr 27, 2011 (14) (14)

8 Semantic Web building blocks (15) Stockholm Apr 27, 2011 (15) RDF Resource Description Framework Basic data model a triple triple (s,p,o) : s -- subject p -- predicate o -- object Conceptually: s is related by p to o RDF is a general model for such triples machine readable formats like RDF/XML, Turtle, n3, RXR Stockholm Apr 27, 2011 (16) (16)

9 (17) RDF micro example dbpedia:resource/volkswagen_phaeton dbpedia:ontology/weight dbpedia:ontology/manufacturer dbpedia:resource/volkswagen dbpedia:resource/volkswagen_phaeton dbpedia:ontology/weight dbpedia:resource/volkswagen_phaeton dbpedia:ontology/manufacturer dbpedia:resource/volkswagen Stockholm Apr 27, 2011 (17) OWL Web Ontology Language Define ontologies (conceptual model,...) for data Built on top of RDF Basic components: instance entity class type property relationship Ontology enables: Checking consistency of instance graph Inferring implicit statements about instance graph Stockholm Apr 27, 2011 (18) (18)

10 SKOS Simple Knowledge Organisation System (19) Define simple ontologies (conceptual model,...) Targeting traditional modelling approaches Taxonomies, classification schemes, thesauri,... Built on top of RDF Compatible with modelling standards: NISO Z ; ISO 5964:1985 Stockholm Apr 27, 2011 (19) SPARQL RDF Query Language (20) Retrieve RDF data from RDF data graphs RDF graph as answer to query Syntax inspired by SQL Example: PREFIX foaf: < PREFIX skos: < PREFIX dbo: < SELECT?manufacturer?name?car WHERE {?car skos:subject < foaf:name?name.?car dbo:manufacturer?man.?man foaf:name?manufacturer } ORDER by?manufacturer?name Stockholm Apr 27, 2011 (20)

11 Integration via SPARQL (21) Stockholm Apr 27, 2011 (21) (22) Approaches to interoperation Stockholm Apr 27, 2011 (22)

12 What can it mean? (23) Semantic Interoperability increased independence among communicating parties integrating resources developed using different vocabularies and perspectives on data transmit data and exchange information while allowing each system to process information independently allow two independent programs to derive same conclusions from same data Stockholm Apr 27, 2011 (23) Some interoperability types Content-centric interoperability Programs request data, and receive it as if from a data store State-less Procedural interoperability Programs interact with each other via structured dialogue State-full Delegation-based interoperability Programs request processing to be done by other programs State-less cf. DB-engines! Stockholm Apr 27, 2011 (24) (24)

13 (25) Models Domain models Describes some domain, with respect to: Terms Entities (instances) Properties, relations,... Types (classes) Properties, relations,... Data models Describes stored/communicated data about a domain Syntax Structure Values Stockholm Apr 27, 2011 (25) Data standards Data standards Documented data formats Covering some slice of a domain Committee managed Describing Format of stored representation? Format of exchanged data? Support for extensions/adaptations? Stockholm Apr 27, 2011 (26) (26)

14 Terminological models (27) Terminological models Defining terms, meanings Defining relations between terms Restricted formalism cover common needs Relationships to data? Use in software? Stockholm Apr 27, 2011 (27) Ontology models A model of a domain Cover aspects on instances/facts Cover generic aspects of the domain Represented in standardised formats RDF, OWL, SKOS Designed for use in software In general domain-independent tools (cf. DB engines) In specific application software Stockholm Apr 27, 2011 (28) (28)

15 (29) Models Terminological models Focussed on terms (words, names) Relationships between terms Conceptual models Focussed on structure (entities) Properties and relationships (on and between entities) Ontological models (semantic models) Focussed on statements (about types) Properties and relationships Interdependencies, constraints, invariants,... Stockholm Apr 27, 2011 (29) (30) Semantic Model Spectrum Conceptual Model RDF/S XTM Extended ER Thesaurus ER Relational Model, XML weak semantics Semantic Interoperability Has Narrower Meaning Than Structural Interoperability DB Schemas, XML Schema Taxonomy Is Subclass of Is Sub-Classification of Syntactic Interoperability Stockholm Apr 27, 2011 (30) Source: Obrst The Ontology Spectrum and Semantics Models, 2006 strong semantics Modal Logic First Order Logic Logical Theory Is Disjoint Subclass of with transitivity Description Logic property DAML+OIL, OWL UML

16 (31) Example Stockholm Apr 27, 2011 (31) Linked Open Data Initiative Web of data: Many open datasets on the web Interoperable when accessible as RDF Examples: Wikipedia ( text ) ==> dbpedia (RDF); Scientific data sets (experimental data) Public sector information (geodata, census data, statistics,...) Different aims and coverage But semantically interrelated Increasingly so over time! Stockholm Apr 27, 2011 (32) (32)

17 Linked Open Data (33) Linked Open Data (LOD) objective: expose open datasets via RDF set RDF links among the data items from different datasets a typical example is to set an owl:sameas between two items in different datasets that refer to the same thing set up query endpoints (usually SPARQL) Altogether billions of triples, millions of links The seed for a general Web of Data Stockholm Apr 27, 2011 (33) Linked Open Data Technologies: URIs (specifically, of the dereferenceable variety) HTTP Resource Description Framework (RDF) Serialization formats (RDFa, RDF/XML, N3, Turtle, and others) Stockholm Apr 27, 2011 (34) (34)

18 The LOD cloud, March 2008 (35) Stockholm Apr 27, 2011 (35) The LOD cloud, September 2008 Stockholm Apr 27, 2011 (36) (36)

19 The LOD cloud, March 2009 (37) Stockholm Apr 27, 2011 (37) The LOD cloud, July 2009 Stockholm Apr 27, 2011 (38) (38)

20 The LOD cloud, March 2011 (39) Stockholm Apr 27, 2011 (39) Linked Open Data Stockholm Apr 27, 2011 (40) (40)

21 (41) Models and data and programs Stockholm Apr 27, 2011 (41) (42) Models and data / 1 Model Essence (ontology,...) Describes Domain State DB Stockholm Apr 27, 2011 (42)

22 (43) Models and data / 2 Model Essence (ontology,...) Describes Application Domain State DB Stockholm Apr 27, 2011 (43) (44) Models and data / 3 Essence Model-a Model-a Model-a (ontology,...) (ontology,...) (ontology,...) Application Domain Domain Domain-1 State DB-x DB-x DB-x Stockholm Apr 27, 2011 (44)

23 (45) Conclusion Stockholm Apr 27, 2011 (45) Semantic interoperability Rich semantics Basic technologies in place RDF, OWL, SPARQL,... Support tools emerging Methodology emerging Challenges: Ontology construction Ontology alignment Manual work specific competence But: re-use conceptual models, taxonomies, etc Tool-supported approaches are explored All modelling is difficult Stockholm Apr 27, 2011 (46) (46)

24 (47) ---end--- Stockholm Apr 27, 2011 (47)

STAR Semantic Technologies for Archaeological Resources. http://hypermedia.research.glam.ac.uk/kos/star/

STAR Semantic Technologies for Archaeological Resources. http://hypermedia.research.glam.ac.uk/kos/star/ STAR Semantic Technologies for Archaeological Resources http://hypermedia.research.glam.ac.uk/kos/star/ Project Outline 3 year AHRC funded project Started January 2007, finish December 2009 Collaborators

More information

LINKED DATA EXPERIENCE AT MACMILLAN Building discovery services for scientific and scholarly content on top of a semantic data model

LINKED DATA EXPERIENCE AT MACMILLAN Building discovery services for scientific and scholarly content on top of a semantic data model LINKED DATA EXPERIENCE AT MACMILLAN Building discovery services for scientific and scholarly content on top of a semantic data model 22 October 2014 Tony Hammond Michele Pasin Background About Macmillan

More information

DISCOVERING RESUME INFORMATION USING LINKED DATA

DISCOVERING RESUME INFORMATION USING LINKED DATA DISCOVERING RESUME INFORMATION USING LINKED DATA Ujjal Marjit 1, Kumar Sharma 2 and Utpal Biswas 3 1 C.I.R.M, University Kalyani, Kalyani (West Bengal) India [email protected] 2 Department of Computer

More information

How To Understand The Difference Between Terminology And Ontology

How To Understand The Difference Between Terminology And Ontology Terminology and Ontology in Semantic Interoperability of Electronic Health Records Dr. W. Ceusters Saarland University Semantic Interoperability Working definition: Two information systems are semantically

More information

Semantic Modeling with RDF. DBTech ExtWorkshop on Database Modeling and Semantic Modeling Lili Aunimo

Semantic Modeling with RDF. DBTech ExtWorkshop on Database Modeling and Semantic Modeling Lili Aunimo DBTech ExtWorkshop on Database Modeling and Semantic Modeling Lili Aunimo Expected Outcomes You will learn: Basic concepts related to ontologies Semantic model Semantic web Basic features of RDF and RDF

More information

We have big data, but we need big knowledge

We have big data, but we need big knowledge We have big data, but we need big knowledge Weaving surveys into the semantic web ASC Big Data Conference September 26 th 2014 So much knowledge, so little time 1 3 takeaways What are linked data and the

More information

STAR Semantic Technologies for Archaeological Resources. http://hypermedia.research.glam.ac.uk/kos/star/

STAR Semantic Technologies for Archaeological Resources. http://hypermedia.research.glam.ac.uk/kos/star/ STAR Semantic Technologies for Archaeological Resources http://hypermedia.research.glam.ac.uk/kos/star/ Project Outline 3 year AHRC funded project Started January 2007, finish December 2009 Collaborators

More information

Publishing Linked Data Requires More than Just Using a Tool

Publishing Linked Data Requires More than Just Using a Tool Publishing Linked Data Requires More than Just Using a Tool G. Atemezing 1, F. Gandon 2, G. Kepeklian 3, F. Scharffe 4, R. Troncy 1, B. Vatant 5, S. Villata 2 1 EURECOM, 2 Inria, 3 Atos Origin, 4 LIRMM,

More information

The use of Semantic Web Technologies in Spatial Decision Support Systems

The use of Semantic Web Technologies in Spatial Decision Support Systems The use of Semantic Web Technologies in Spatial Decision Support Systems Adam Iwaniak Jaromar Łukowicz Iwona Kaczmarek Marek Strzelecki The INSPIRE Conference 2013, 23-27 June Wroclaw University of Environmental

More information

12 The Semantic Web and RDF

12 The Semantic Web and RDF MSc in Communication Sciences 2011-12 Program in Technologies for Human Communication Davide Eynard nternet Technology 12 The Semantic Web and RDF 2 n the previous episodes... A (video) summary: Michael

More information

OSLC Primer Learning the concepts of OSLC

OSLC Primer Learning the concepts of OSLC OSLC Primer Learning the concepts of OSLC It has become commonplace that specifications are precise in their details but difficult to read and understand unless you already know the basic concepts. A good

More information

How To Use An Orgode Database With A Graph Graph (Robert Kramer)

How To Use An Orgode Database With A Graph Graph (Robert Kramer) RDF Graph Database per Linked Data Next Generation Open Data, come sfruttare l innovazione tecnologica per creare nuovi scenari e nuove opportunità. [email protected] 1 Copyright 2011, Oracle

More information

Linked Statistical Data Analysis

Linked Statistical Data Analysis Linked Statistical Data Analysis Sarven Capadisli 1, Sören Auer 2, Reinhard Riedl 3 1 Universität Leipzig, Institut für Informatik, AKSW, Leipzig, Germany, 2 University of Bonn and Fraunhofer IAIS, Bonn,

More information

Taming Big Data Variety with Semantic Graph Databases. Evren Sirin CTO Complexible

Taming Big Data Variety with Semantic Graph Databases. Evren Sirin CTO Complexible Taming Big Data Variety with Semantic Graph Databases Evren Sirin CTO Complexible About Complexible Semantic Tech leader since 2006 (née Clark & Parsia) software, consulting W3C leadership Offices in DC

More information

The Ontological Approach for SIEM Data Repository

The Ontological Approach for SIEM Data Repository The Ontological Approach for SIEM Data Repository Igor Kotenko, Olga Polubelova, and Igor Saenko Laboratory of Computer Science Problems, Saint-Petersburg Institute for Information and Automation of Russian

More information

Introduction to Ontologies

Introduction to Ontologies Technological challenges Introduction to Ontologies Combining relational databases and ontologies Author : Marc Lieber Date : 21-Jan-2014 BASEL BERN LAUSANNE ZÜRICH DÜSSELDORF FRANKFURT A.M. FREIBURG I.BR.

More information

GetLOD - Linked Open Data and Spatial Data Infrastructures

GetLOD - Linked Open Data and Spatial Data Infrastructures GetLOD - Linked Open Data and Spatial Data Infrastructures W3C Linked Open Data LOD2014 Roma, 20-21 February 2014 Stefano Pezzi, Massimo Zotti, Giovanni Ciardi, Massimo Fustini Agenda Context Geoportal

More information

Performance Analysis, Data Sharing, Tools Integration: New Approach based on Ontology

Performance Analysis, Data Sharing, Tools Integration: New Approach based on Ontology Performance Analysis, Data Sharing, Tools Integration: New Approach based on Ontology Hong-Linh Truong Institute for Software Science, University of Vienna, Austria [email protected] Thomas Fahringer

More information

A generic approach for data integration using RDF, OWL and XML

A generic approach for data integration using RDF, OWL and XML A generic approach for data integration using RDF, OWL and XML Miguel A. Macias-Garcia, Victor J. Sosa-Sosa, and Ivan Lopez-Arevalo Laboratory of Information Technology (LTI) CINVESTAV-TAMAULIPAS Km 6

More information

RDF y SPARQL: Dos componentes básicos para la Web de datos

RDF y SPARQL: Dos componentes básicos para la Web de datos RDF y SPARQL: Dos componentes básicos para la Web de datos Marcelo Arenas PUC Chile & University of Oxford M. Arenas RDF y SPARQL: Dos componentes básicos para la Web de datos Valladolid 2013 1 / 61 Semantic

More information

The Development of the Clinical Trial Ontology to standardize dissemination of clinical trial data. Ravi Shankar

The Development of the Clinical Trial Ontology to standardize dissemination of clinical trial data. Ravi Shankar The Development of the Clinical Trial Ontology to standardize dissemination of clinical trial data Ravi Shankar Open access to clinical trials data advances open science Broad open access to entire clinical

More information

Application of ontologies for the integration of network monitoring platforms

Application of ontologies for the integration of network monitoring platforms Application of ontologies for the integration of network monitoring platforms Jorge E. López de Vergara, Javier Aracil, Jesús Martínez, Alfredo Salvador, José Alberto Hernández Networking Research Group,

More information

Secure Semantic Web Service Using SAML

Secure Semantic Web Service Using SAML Secure Semantic Web Service Using SAML JOO-YOUNG LEE and KI-YOUNG MOON Information Security Department Electronics and Telecommunications Research Institute 161 Gajeong-dong, Yuseong-gu, Daejeon KOREA

More information

Semantic Web Tool Landscape

Semantic Web Tool Landscape Semantic Web Tool Landscape CENDI-NFAIS-FLICC Conference National Archives Building November 17, 2009 Dr. Leo Obrst MITRE Information Semantics Group Information Discovery & Understanding Command and Control

More information

Semantics and Ontology of Logistic Cloud Services*

Semantics and Ontology of Logistic Cloud Services* Semantics and Ontology of Logistic Cloud s* Dr. Sudhir Agarwal Karlsruhe Institute of Technology (KIT), Germany * Joint work with Julia Hoxha, Andreas Scheuermann, Jörg Leukel Usage Tasks Query Execution

More information

Information Technology for KM

Information Technology for KM On the Relations between Structural Case-Based Reasoning and Ontology-based Knowledge Management Ralph Bergmann & Martin Schaaf University of Hildesheim Data- and Knowledge Management Group www.dwm.uni-hildesheim.de

More information

Open Data Integration Using SPARQL and SPIN

Open Data Integration Using SPARQL and SPIN Open Data Integration Using SPARQL and SPIN A Case Study for the Tourism Domain Antonino Lo Bue, Alberto Machi ICAR-CNR Sezione di Palermo, Italy Research funded by Italian PON SmartCities Dicet-InMoto-Orchestra

More information

Following a guiding STAR? Latest EH work with, and plans for, Semantic Technologies

Following a guiding STAR? Latest EH work with, and plans for, Semantic Technologies Following a guiding STAR? Latest EH work with, and plans for, Semantic Technologies Presented by Keith May Based on research work of English Heritage staff especially Paul Cripps & Phil Carlisle (NMR DSU)

More information

Semantic Method of Conflation. International Semantic Web Conference Terra Cognita Workshop Oct 26, 2009. Jim Ressler, Veleria Boaten, Eric Freese

Semantic Method of Conflation. International Semantic Web Conference Terra Cognita Workshop Oct 26, 2009. Jim Ressler, Veleria Boaten, Eric Freese Semantic Method of Conflation International Semantic Web Conference Terra Cognita Workshop Oct 26, 2009 Jim Ressler, Veleria Boaten, Eric Freese Northrop Grumman Information Systems Intelligence Systems

More information

Grids, Logs, and the Resource Description Framework

Grids, Logs, and the Resource Description Framework Grids, Logs, and the Resource Description Framework Mark A. Holliday Department of Mathematics and Computer Science Western Carolina University Cullowhee, NC 28723, USA [email protected] Mark A. Baker,

More information

Creating an RDF Graph from a Relational Database Using SPARQL

Creating an RDF Graph from a Relational Database Using SPARQL Creating an RDF Graph from a Relational Database Using SPARQL Ayoub Oudani, Mohamed Bahaj*, Ilias Cherti Department of Mathematics and Informatics, University Hassan I, FSTS, Settat, Morocco. * Corresponding

More information

Towards the Integration of a Research Group Website into the Web of Data

Towards the Integration of a Research Group Website into the Web of Data Towards the Integration of a Research Group Website into the Web of Data Mikel Emaldi, David Buján, and Diego López-de-Ipiña Deusto Institute of Technology - DeustoTech, University of Deusto Avda. Universidades

More information

Linked Open Data Infrastructure for Public Sector Information: Example from Serbia

Linked Open Data Infrastructure for Public Sector Information: Example from Serbia Proceedings of the I-SEMANTICS 2012 Posters & Demonstrations Track, pp. 26-30, 2012. Copyright 2012 for the individual papers by the papers' authors. Copying permitted only for private and academic purposes.

More information

How To Build A Cloud Based Intelligence System

How To Build A Cloud Based Intelligence System Semantic Technology and Cloud Computing Applied to Tactical Intelligence Domain Steve Hamby Chief Technology Officer Orbis Technologies, Inc. [email protected] 678.346.6386 1 Abstract The tactical

More information

How To Write A Drupal 5.5.2.2 Rdf Plugin For A Site Administrator To Write An Html Oracle Website In A Blog Post In A Flashdrupal.Org Blog Post

How To Write A Drupal 5.5.2.2 Rdf Plugin For A Site Administrator To Write An Html Oracle Website In A Blog Post In A Flashdrupal.Org Blog Post RDFa in Drupal: Bringing Cheese to the Web of Data Stéphane Corlosquet, Richard Cyganiak, Axel Polleres and Stefan Decker Digital Enterprise Research Institute National University of Ireland, Galway Galway,

More information

Service Oriented Architecture

Service Oriented Architecture Service Oriented Architecture Charlie Abela Department of Artificial Intelligence [email protected] Last Lecture Web Ontology Language Problems? CSA 3210 Service Oriented Architecture 2 Lecture Outline

More information

Department of Defense. Enterprise Information Warehouse/Web (EIW) Using standards to Federate and Integrate Domains at DOD

Department of Defense. Enterprise Information Warehouse/Web (EIW) Using standards to Federate and Integrate Domains at DOD Department of Defense Human Resources - Enterprise Information Warehouse/Web (EIW) Using standards to Federate and Integrate Domains at DOD Federation Defined Members of a federation agree to certain standards

More information

Smart Cities require Geospatial Data Providing services to citizens, enterprises, visitors...

Smart Cities require Geospatial Data Providing services to citizens, enterprises, visitors... Cloud-based Spatial Data Infrastructures for Smart Cities Geospatial World Forum 2015 Hans Viehmann Product Manager EMEA ORACLE Corporation Smart Cities require Geospatial Data Providing services to citizens,

More information

SmartLink: a Web-based editor and search environment for Linked Services

SmartLink: a Web-based editor and search environment for Linked Services SmartLink: a Web-based editor and search environment for Linked Services Stefan Dietze, Hong Qing Yu, Carlos Pedrinaci, Dong Liu, John Domingue Knowledge Media Institute, The Open University, MK7 6AA,

More information

A Framework for Collaborative Project Planning Using Semantic Web Technology

A Framework for Collaborative Project Planning Using Semantic Web Technology A Framework for Collaborative Project Planning Using Semantic Web Technology Lijun Shen 1 and David K.H. Chua 2 Abstract Semantic web technology has become an enabling technology for machines to automatically

More information

Scope. Cognescent SBI Semantic Business Intelligence

Scope. Cognescent SBI Semantic Business Intelligence Cognescent SBI Semantic Business Intelligence Scope...1 Conceptual Diagram...2 Datasources...3 Core Concepts...3 Resources...3 Occurrence (SPO)...4 Links...4 Statements...4 Rules...4 Types...4 Mappings...5

More information

Lift your data hands on session

Lift your data hands on session Lift your data hands on session Duration: 40mn Foreword Publishing data as linked data requires several procedures like converting initial data into RDF, polishing URIs, possibly finding a commonly used

More information

Big Data, Fast Data, Complex Data. Jans Aasman Franz Inc

Big Data, Fast Data, Complex Data. Jans Aasman Franz Inc Big Data, Fast Data, Complex Data Jans Aasman Franz Inc Private, founded 1984 AI, Semantic Technology, professional services Now in Oakland Franz Inc Who We Are (1 (2 3) (4 5) (6 7) (8 9) (10 11) (12

More information

Revealing Trends and Insights in Online Hiring Market Using Linking Open Data Cloud: Active Hiring a Use Case Study

Revealing Trends and Insights in Online Hiring Market Using Linking Open Data Cloud: Active Hiring a Use Case Study Revealing Trends and Insights in Online Hiring Market Using Linking Open Data Cloud: Active Hiring a Use Case Study Amar-Djalil Mezaour 1, Julien Law-To 1, Robert Isele 3, Thomas Schandl 2, and Gerd Zechmeister

More information

Modelling «Base Bibliotek» as Linked Data

Modelling «Base Bibliotek» as Linked Data Modelling «Base Bibliotek» as Linked Data Kim Tallerås, Faculty of Journalism, Library and Information Science, Oslo University College EMTACL 2010 This presentation is based on an abstract and a project

More information

Leveraging existing Web frameworks for a SIOC explorer to browse online social communities

Leveraging existing Web frameworks for a SIOC explorer to browse online social communities Leveraging existing Web frameworks for a SIOC explorer to browse online social communities Benjamin Heitmann and Eyal Oren Digital Enterprise Research Institute National University of Ireland, Galway Galway,

More information

Andreas Harth, Katja Hose, Ralf Schenkel (eds.) Linked Data Management: Principles and Techniques

Andreas Harth, Katja Hose, Ralf Schenkel (eds.) Linked Data Management: Principles and Techniques Andreas Harth, Katja Hose, Ralf Schenkel (eds.) Linked Data Management: Principles and Techniques 2 List of Figures 1.1 Component diagram for the example application in section 1.5 using the components

More information

Introduction to Service Oriented Architectures (SOA)

Introduction to Service Oriented Architectures (SOA) Introduction to Service Oriented Architectures (SOA) Responsible Institutions: ETHZ (Concept) ETHZ (Overall) ETHZ (Revision) http://www.eu-orchestra.org - Version from: 26.10.2007 1 Content 1. Introduction

More information

Lightweight Data Integration using the WebComposition Data Grid Service

Lightweight Data Integration using the WebComposition Data Grid Service Lightweight Data Integration using the WebComposition Data Grid Service Ralph Sommermeier 1, Andreas Heil 2, Martin Gaedke 1 1 Chemnitz University of Technology, Faculty of Computer Science, Distributed

More information

Programming the Semantic Web

Programming the Semantic Web Master s Thesis Programming the Semantic Web - A Microformats Compatible GRDDL Implementation for ActiveRDF Christian Planck Larsen Department of Computer Science, Aalborg University 24th of August 2007

More information

A HUMAN RESOURCE ONTOLOGY FOR RECRUITMENT PROCESS

A HUMAN RESOURCE ONTOLOGY FOR RECRUITMENT PROCESS A HUMAN RESOURCE ONTOLOGY FOR RECRUITMENT PROCESS Ionela MANIU Lucian Blaga University Sibiu, Romania Faculty of Sciences [email protected] George MANIU Spiru Haret University Bucharest, Romania Faculty

More information

Federated Data Management and Query Optimization for Linked Open Data

Federated Data Management and Query Optimization for Linked Open Data Chapter 5 Federated Data Management and Query Optimization for Linked Open Data Olaf Görlitz and Steffen Staab Institute for Web Science and Technologies, University of Koblenz-Landau, Germany {goerlitz,staab}@uni-koblenz.de

More information

Semantic Web Technologies and Data Management

Semantic Web Technologies and Data Management Semantic Web Technologies and Data Management Li Ma, Jing Mei, Yue Pan Krishna Kulkarni Achille Fokoue, Anand Ranganathan IBM China Research Laboratory IBM Software Group IBM Watson Research Center Bei

More information

ONTOLOGY-ORIENTED INFERENCE-BASED LEARNING CONTENT MANAGEMENT SYSTEM

ONTOLOGY-ORIENTED INFERENCE-BASED LEARNING CONTENT MANAGEMENT SYSTEM ONTOLOGY-ORIENTED INFERENCE-BASED LEARNING CONTENT MANAGEMENT SYSTEM Mohamed Kholief, Nader Nada, Wedian Khedr College of Computing and Information Technology, Arab Academy for Science, Technology, and

More information

Building the Multilingual Web of Data: A Hands-on tutorial (ISWC 2014, Riva del Garda - Italy)

Building the Multilingual Web of Data: A Hands-on tutorial (ISWC 2014, Riva del Garda - Italy) Building the Multilingual Web of Data: A Hands-on tutorial (ISWC 2014, Riva del Garda - Italy) Multilingual Word Sense Disambiguation and Entity Linking on the Web based on BabelNet Roberto Navigli, Tiziano

More information

RDF Resource Description Framework

RDF Resource Description Framework RDF Resource Description Framework Fulvio Corno, Laura Farinetti Politecnico di Torino Dipartimento di Automatica e Informatica e-lite Research Group http://elite.polito.it Outline RDF Design objectives

More information

Presentation / Interface 1.3

Presentation / Interface 1.3 W3C Recommendations Mobile Web Best Practices 1.0 Canonical XML Version 1.1 Cascading Style Sheets, level 2 (CSS2) SPARQL Query Results XML Format SPARQL Protocol for RDF SPARQL Query Language for RDF

More information

13 RDFS and SPARQL. Internet Technology. MSc in Communication Sciences 2011-12 Program in Technologies for Human Communication.

13 RDFS and SPARQL. Internet Technology. MSc in Communication Sciences 2011-12 Program in Technologies for Human Communication. MSc in Communication Sciences 2011-12 Program in Technologies for Human Communication Davide Eynard nternet Technology 13 RDFS and SPARQL 2 RDF - Summary Main characteristics of RDF: Abstract syntax based

More information

EUR-Lex 2012 Data Extraction using Web Services

EUR-Lex 2012 Data Extraction using Web Services DOCUMENT HISTORY DOCUMENT HISTORY Version Release Date Description 0.01 24/01/2013 Initial draft 0.02 01/02/2013 Review 1.00 07/08/2013 Version 1.00 -v1.00.doc Page 2 of 17 TABLE OF CONTENTS 1 Introduction...

More information

Defining a benchmark suite for evaluating the import of OWL Lite ontologies

Defining a benchmark suite for evaluating the import of OWL Lite ontologies UNIVERSIDAD POLITÉCNICA DE MADRID FACULTAD DE INFORMÁTICA FREE UNIVERSITY OF BOLZANO FACULTY OF COMPUTER SCIENCE EUROPEAN MASTER IN COMPUTATIONAL LOGIC MASTER THESIS Defining a benchmark suite for evaluating

More information

THE SEMANTIC WEB AND IT`S APPLICATIONS

THE SEMANTIC WEB AND IT`S APPLICATIONS 15-16 September 2011, BULGARIA 1 Proceedings of the International Conference on Information Technologies (InfoTech-2011) 15-16 September 2011, Bulgaria THE SEMANTIC WEB AND IT`S APPLICATIONS Dimitar Vuldzhev

More information

Integrating Open Sources and Relational Data with SPARQL

Integrating Open Sources and Relational Data with SPARQL Integrating Open Sources and Relational Data with SPARQL Orri Erling and Ivan Mikhailov OpenLink Software, 10 Burlington Mall Road Suite 265 Burlington, MA 01803 U.S.A, {oerling,imikhailov}@openlinksw.com,

More information

An industry perspective on deployed semantic interoperability solutions

An industry perspective on deployed semantic interoperability solutions An industry perspective on deployed semantic interoperability solutions Ralph Hodgson, CTO, TopQuadrant SEMIC Conference, Athens, April 9, 2014 https://joinup.ec.europa.eu/community/semic/event/se mic-2014-semantic-interoperability-conference

More information

Industry 4.0 and Big Data

Industry 4.0 and Big Data Industry 4.0 and Big Data Marek Obitko, [email protected] Senior Research Engineer 03/25/2015 PUBLIC PUBLIC - 5058-CO900H 2 Background Joint work with Czech Institute of Informatics, Robotics and

More information