analysis of a real online social network using semantic web frameworks Guillaume Erétéo, Michel Buffa, Fabien Gandon, Olivier Corby

Size: px
Start display at page:

Download "analysis of a real online social network using semantic web frameworks Guillaume Erétéo, Michel Buffa, Fabien Gandon, Olivier Corby"

Transcription

1 analysis of a real online social network using semantic web frameworks Guillaume Erétéo, Michel Buffa, Fabien Gandon, Olivier Corby

2 social media landscape social web amplifies social network effects

3 overwhelming flow of social data

4 social network analysis proposes graph algorithms to characterize the structure of a social network, strategic positions, and networking activities

5 social network analysis global metrics and structure density and diameter cohesion of the network community detection distribution of actors and activities

6 social network analysis strategic positions and actors degree centrality local attention betweenness centrality reveal broker "A place for good ideas" [Burt, 2004]

7 semantic social networks

8 knows Gérard Fabien Mylène colleague <family>(guillaume)=5 d (guillaume)=3 sibling parent Yvonne Michel sister brother father mother

9 but SPARQL is not expressive enough to meet SNA requirements for global metric querying of social networks (density, betweenness centrality, etc.). [San Martin & Gutierrez 2009]

10 classic SNA on semantic web rich graph representations reduced to simple untyped graphs [Paolillo & Wright, 2006] foaf:knows foaf:interest

11 semantic SNA stack exploit the semantic of social networks

12 SPARQL extensions CORESE semantic search engine implementing semantic web languages using graph-based representations

13 grouping results number of followers of a twitter user select?y count(?x) as?indegree where{?x twitter:follow?y } group by?y

14 path extraction people knowing, knowing, (...) colleagues of someone?x sa (foaf:knows*/rel:workswith)::$path?y filter(pathlength($path) <= 4) Regular expression operators are: / (sequence) ; (or) ; * (0 or more) ;? (optional) ;! (not) Path characteristics: i to allow inverse properties, s to retrieve only one shortest path, sa to retrieve all shortest paths.

15 full example closeness centrality through knows and workswith 1 C c knows* / work swith k x E G length g knows* / work swith k, x select distinct?y?to pathlength($path) as?length (1/sum(?length)) as?centrality where{?y s (foaf:knows*/rel:workswith)::$path?to }group by?y

16 e.g. Qualified component Qualified degree Qualified in-degree Qualified diameter Number of geodesics between from and to Number of geodesics between from and to going through b Closenness Centrality Betweenness Centrality

17 SemSNA an ontology of SNA

18 add to the RDF graph saving the computed degrees for incremental calculations CONSTRUCT {?y semsna:hassnaconcept _:b0 _:b0 rdf:type semsna:degree _:b0 semsna:hasvalue?degree _:b0 semsna:isdefinedforproperty rel:family } SELECT?y count(?x) as?degree where { {?x rel:family?y } UNION {?y rel:family?x } }group by?y

19 4 Gérard Mylène 2 Degree colleague Guillaume Yvonne supervisor Michel Fabien Philippe colleague Peter Ivan

20 Ipernity

21 using real data extracting a real dataset from a relational database construct {?person1 rel:friendof?person2 } select sql(<server>, <driver>, <user>, <pwd>, select user1_id, user2_id from relations where rel = 1 ') as (?person1,?person2 ) where {}

22 using real data ipernity.com dataset extracted in RDF actors & relationships family links between actors friend links implicating actors favorite links for actors comments from actors messages exchanged by actors

23 performances & limits Comp rel D rel 1 (G), ( y) Shortest paths used to calculate C b rel (b) Knows 0.71 s Favorite 0.64 s Friend 0.31 s Family 0.03 s Message 1.98 s Comment 9.67 s Knows s Favorite s Friend 1.31 s Family 0.42 s Message s Comment s Knows Path length <= 2: 14m 50.69s Path length <= 2: 2h 56m 34.13s Path length <= 2: 7h 19m 15.18s Favorite Path length <= 2: 5h 33m 18.43s Friend Path length <= 2: 1m s Family Path length <= 2: 2m 7.98 s Path length <= 2 : s Path length <= 2 : 2m 9.73 s Path length <= 3 : 1m s Path length <= 4 : 1m 9.06 s time projections

24 some interpretations validated with managers of ipernity.com friendof, favorite, message, comment small diameter, high density family as expected: large diameter, low density favorite: highly centralized around Ipernity animator. friendof, family, message, comment: power law of degrees and betweenness centralities, different strategic actors knows: analyze all relations using subsumption

25 some interpretations existence of a largest component in all sub networks "the effectiveness of the social network at doing its job" [Newman 2003] know s favorite friend number actors size largest component family message comment

26 directed typed graph structure of RDF/S well suited to represent social knowledge & socially produced metadata spanning both internet and intranet networks. definition of SNA operators in SPARQL (using extensions and OWL Lite entailment) enable to exploit the semantic structure of social data. SemSNA organize and structure social data. conclusion

27 perspectives semantic based community detection algorithm SemSNA Ontology extract complex SNA features reusing past results support iterative or parallel approaches in the computations a semantic SNA to foster a semantic intranet of people structure overwhelming flows of corporate social data foster and strengthen social interactions efficient access to the social capital [Krebs, 2008] built through online collaboration

28 slideshare.net/ereteog holdsaccount twitter.com/ereteog holdsaccount mentorof name organization Guillaume Erétéo manage contribute mentorof answers contribute

29 importing data with SemSNI

30 computer-mediated networks as social networks [Wellman, 2001]

31 Publications International conference Erétéo G., Gandon F., Corby O., Buffa M.: Analysis of a Real Online Social Network Using Semantic Web Frameworks. ISWC2009. Erétéo G., Gandon F., Corby O., Buffa M.: Semantic Social Network Analysis. Web Science Book chapter Guillaume Erétéo, Michel Buffa, Fabien Gandon, Mylène Leitzelman, Freddy Limpens, Peter Sanders: Semantic Social Network Analysis, a concrete case. Handbook of Research on Methods and Techniques for Studying Virtual Communities: Paradigms and Phenomena. A book edited by Ben Kei Daniel, University of Saskatchewan, Canada. scheduled for publication in 2010 by IGI Global National conference Leitzelman M., Erétéo, G., Grohan,, P., Herledan, F., Buffa, M., Gandon, F.: De l'utilité d'un outil de veille d'entreprise de seconde génération. poster in IC2009. Workshop Guillaume Erétéo, Michel Buffa, Fabien Gandon, Mylène Leitzelman, Freddy Limpens Leveraging Social data with Semantics, W3C Workshop on the Future of Social Networking, Barcelona Guillaume Erétéo, Michel Buffa, Fabien Gandon, Patrick Grohan, Mylène Leitzelman, Peter Sander: A State of the Art on Social Network Analysis and its Applications on a Semantic Web, SDoW2008 (Social Data on the Web), workshop at the 7th International Semantic Web Conference.

Managing enterprise applications as dynamic resources in corporate semantic webs an application scenario for semantic web services.

Managing enterprise applications as dynamic resources in corporate semantic webs an application scenario for semantic web services. Managing enterprise applications as dynamic resources in corporate semantic webs an application scenario for semantic web services. Fabien Gandon, Moussa Lo, Olivier Corby, Rose Dieng-Kuntz ACACIA in short

More information

Semantic Social Network Analysis Ph.D. thesis

Semantic Social Network Analysis Ph.D. thesis Semantic Social Network Analysis Ph.D. thesis Defended on the 11 th of April 2011 by Guillaume Erétéo Jury: President : Fabrice Rossi (Telecom ParisTech) Reporters : Marie-Aude Aufaure (Ecole Centrale

More information

ISICIL: Semantics and Social Networks for Business Intelligence

ISICIL: Semantics and Social Networks for Business Intelligence ISICIL: Semantics and Social Networks for Business Intelligence Michel Buffa, Nicolas Delaforge, Guillaume Erétéo, Fabien Gandon, Alain Giboin, Freddy Limpens To cite this version: Michel Buffa, Nicolas

More information

Wimmics - Olivier Corby. Web-Instrumented Man Machine Interactions, Communities and Semantics

Wimmics - Olivier Corby. Web-Instrumented Man Machine Interactions, Communities and Semantics - Olivier Corby Web-Instrumented Man Machine Interactions, Communities and Semantics (ex Edelweiss) 2007 Edelweiss creation (after Acacia) Rose Dieng-Kuntz scientific leader 2008 Olivier Corby interim

More information

Fabien.Gandon@sophia.inria.fr. Semantic Web and Multi-Agent Approach to Corporate Memory Management

Fabien.Gandon@sophia.inria.fr. Semantic Web and Multi-Agent Approach to Corporate Memory Management Fabien Gandon, Rose Dieng-Kuntz, Olivier Corby, Alain Giboin Semantic Web and Multi- Approach to Corporate Memory Management Fabien Gandon, Rose Dieng-Kuntz, Olivier Corby, Alain Giboin Semantic Web and

More information

HadoopSPARQL : A Hadoop-based Engine for Multiple SPARQL Query Answering

HadoopSPARQL : A Hadoop-based Engine for Multiple SPARQL Query Answering HadoopSPARQL : A Hadoop-based Engine for Multiple SPARQL Query Answering Chang Liu 1 Jun Qu 1 Guilin Qi 2 Haofen Wang 1 Yong Yu 1 1 Shanghai Jiaotong University, China {liuchang,qujun51319, whfcarter,yyu}@apex.sjtu.edu.cn

More information

Web services in corporate semantic Webs. On intranets and extranets too, a little semantics goes a long way. Fabien.Gandon@sophia.inria.

Web services in corporate semantic Webs. On intranets and extranets too, a little semantics goes a long way. Fabien.Gandon@sophia.inria. Web services in corporate semantic Webs On intranets and extranets too, a little semantics goes a long way. Fabien.Gandon@sophia.inria.fr 1 Plan & progression Motivating scenarios: Research community Starting

More information

Training Management System for Aircraft Engineering: indexing and retrieval of Corporate Learning Object

Training Management System for Aircraft Engineering: indexing and retrieval of Corporate Learning Object Training Management System for Aircraft Engineering: indexing and retrieval of Corporate Learning Object Anne Monceaux 1, Joanna Guss 1 1 EADS-CCR, Centreda 1, 4 Avenue Didier Daurat 31700 Blagnac France

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

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 truong@par.univie.ac.at Thomas Fahringer

More information

Benchmarking the Performance of Storage Systems that expose SPARQL Endpoints

Benchmarking the Performance of Storage Systems that expose SPARQL Endpoints Benchmarking the Performance of Storage Systems that expose SPARQL Endpoints Christian Bizer 1 and Andreas Schultz 1 1 Freie Universität Berlin, Web-based Systems Group, Garystr. 21, 14195 Berlin, Germany

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

Handling the Complexity of RDF Data: Combining List and Graph Visualization

Handling the Complexity of RDF Data: Combining List and Graph Visualization Handling the Complexity of RDF Data: Combining List and Graph Visualization Philipp Heim and Jürgen Ziegler (University of Duisburg-Essen, Germany philipp.heim, juergen.ziegler@uni-due.de) Abstract: An

More information

Standards for Big Data in the Cloud

Standards for Big Data in the Cloud Standards for Big Data in the Cloud International Cloud Symposium 15/10/2013 Carola Carstens (Project Officer) DG CONNECT, Unit G3 Data Value Chain European Commission Outline 1) Data Value Chain Unit

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

QASM: a Q&A Social Media System Based on Social Semantics

QASM: a Q&A Social Media System Based on Social Semantics QASM: a Q&A Social Media System Based on Social Semantics Zide Meng, Fabien Gandon, Catherine Faron-Zucker To cite this version: Zide Meng, Fabien Gandon, Catherine Faron-Zucker. QASM: a Q&A Social Media

More information

The Ontology and Architecture for an Academic Social Network

The Ontology and Architecture for an Academic Social Network www.ijcsi.org 22 The Ontology and Architecture for an Academic Social Network Moharram Challenger Computer Engineering Department, Islamic Azad University Shabestar Branch, Shabestar, East Azerbaijan,

More information

Scalable End-User Access to Big Data http://www.optique-project.eu/ HELLENIC REPUBLIC National and Kapodistrian University of Athens

Scalable End-User Access to Big Data http://www.optique-project.eu/ HELLENIC REPUBLIC National and Kapodistrian University of Athens Scalable End-User Access to Big Data http://www.optique-project.eu/ HELLENIC REPUBLIC National and Kapodistrian University of Athens 1 Optique: Improving the competitiveness of European industry For many

More information

Network Maps for End Users: Collect, Analyze, Visualize and Communicate Network Insights with Zero Coding

Network Maps for End Users: Collect, Analyze, Visualize and Communicate Network Insights with Zero Coding Network Maps for End Users: Collect, Analyze, Visualize and Communicate Network Insights with Zero Coding A project from the Social Media Research Founda8on: h:p://www.smrfounda8on.org About Me Introduc8ons

More information

Network Graph Databases, RDF, SPARQL, and SNA

Network Graph Databases, RDF, SPARQL, and SNA Network Graph Databases, RDF, SPARQL, and SNA NoCOUG Summer Conference August 16 2012 at Chevron in San Ramon, CA David Abercrombie Data Analytics Engineer, Tapjoy david.abercrombie@tapjoy.com About me

More information

A Platform for Supporting Data Analytics on Twitter: Challenges and Objectives 1

A Platform for Supporting Data Analytics on Twitter: Challenges and Objectives 1 A Platform for Supporting Data Analytics on Twitter: Challenges and Objectives 1 Yannis Stavrakas Vassilis Plachouras IMIS / RC ATHENA Athens, Greece {yannis, vplachouras}@imis.athena-innovation.gr Abstract.

More information

Smart Financial Data: Semantic Web technology transforms Big Data into Smart Data

Smart Financial Data: Semantic Web technology transforms Big Data into Smart Data Smart Financial Data: Semantic Web technology transforms Big Data into Smart Data Insurance Data and Analytics Summit 2013 18 April 2013 David Saul, Senior Vice President & Chief Scientist State Street

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

Modeling User Interactions in Online Social Networks to solve real problems

Modeling User Interactions in Online Social Networks to solve real problems Asian Workshop of Social Web and Interoperability ASWC 2009 Dec. 7 th, Shanghai, China Modeling User Interactions in Online Social Networks to solve real problems Seokchan (Channy) Yun and Hong-Gee Kim

More information

Semantic Lifting of Unstructured Data Based on NLP Inference of Annotations 1

Semantic Lifting of Unstructured Data Based on NLP Inference of Annotations 1 Semantic Lifting of Unstructured Data Based on NLP Inference of Annotations 1 Ivo Marinchev Abstract: The paper introduces approach to semantic lifting of unstructured data with the help of natural language

More information

CHAPTER 6 EXTRACTION OF METHOD SIGNATURES FROM UML CLASS DIAGRAM

CHAPTER 6 EXTRACTION OF METHOD SIGNATURES FROM UML CLASS DIAGRAM CHAPTER 6 EXTRACTION OF METHOD SIGNATURES FROM UML CLASS DIAGRAM 6.1 INTRODUCTION There are various phases in software project development. The various phases are: SRS, Design, Coding, Testing, Implementation,

More information

KNOWLEDGE-BASED VISUALIZATION

KNOWLEDGE-BASED VISUALIZATION UNIVERSITÀ DEGLI STUDI DI ROMA TOR VERGATA DIPARTIMENTO DI INFORMATICA SISTEMI E PRODUZIONE Dottorato di Ricerca Informatica e Ingegneria dell Automazione Ciclo XXIV KNOWLEDGE-BASED VISUALIZATION SYSTEMS

More information

Semantic Stored Procedures Programming Environment and performance analysis

Semantic Stored Procedures Programming Environment and performance analysis Semantic Stored Procedures Programming Environment and performance analysis Marjan Efremov 1, Vladimir Zdraveski 2, Petar Ristoski 2, Dimitar Trajanov 2 1 Open Mind Solutions Skopje, bul. Kliment Ohridski

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

<is web> Information Systems & Semantic Web University of Koblenz Landau, Germany

<is web> Information Systems & Semantic Web University of Koblenz Landau, Germany Information Systems University of Koblenz Landau, Germany Exploiting Spatial Context in Images Using Fuzzy Constraint Reasoning Carsten Saathoff & Agenda Semantic Web: Our Context Knowledge Annotation

More information

Semantic Web Standard in Cloud Computing

Semantic Web Standard in Cloud Computing ETIC DEC 15-16, 2011 Chennai India International Journal of Soft Computing and Engineering (IJSCE) Semantic Web Standard in Cloud Computing Malini Siva, A. Poobalan Abstract - CLOUD computing is an emerging

More information

Semantic Interoperability

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

More information

Linked Open Data A Way to Extract Knowledge from Global Datastores

Linked Open Data A Way to Extract Knowledge from Global Datastores Linked Open Data A Way to Extract Knowledge from Global Datastores Bebo White SLAC National Accelerator Laboratory HKU Expert Address 18 September 2014 Developments in science and information processing

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

An Ontological Approach to Oracle BPM

An Ontological Approach to Oracle BPM An Ontological Approach to Oracle BPM Jean Prater, Ralf Mueller, Bill Beauregard Oracle Corporation, 500 Oracle Parkway, Redwood City, CA 94065, USA jean.prater@oracle.com, ralf.mueller@oracle.com, william.beauregard@oracle.com

More information

technische universiteit eindhoven WIS & Engineering Geert-Jan Houben

technische universiteit eindhoven WIS & Engineering Geert-Jan Houben WIS & Engineering Geert-Jan Houben Contents Web Information System (WIS) Evolution in Web data WIS Engineering Languages for Web data XML (context only!) RDF XML Querying: XQuery (context only!) RDFS SPARQL

More information

Semantic Web Applications

Semantic Web Applications Semantic Web Applications Graham Klyne Nine by Nine http://www.ninebynine.net/ 26 February 2004 Nine by Nine Who am I? Scientific, engineering and networked software systems architecture Motion capture,

More information

Some Research Challenges for Big Data Analytics of Intelligent Security

Some Research Challenges for Big Data Analytics of Intelligent Security Some Research Challenges for Big Data Analytics of Intelligent Security Yuh-Jong Hu hu at cs.nccu.edu.tw Emerging Network Technology (ENT) Lab. Department of Computer Science National Chengchi University,

More information

JOURNAL OF COMPUTER SCIENCE AND ENGINEERING

JOURNAL OF COMPUTER SCIENCE AND ENGINEERING Exploration on Service Matching Methodology Based On Description Logic using Similarity Performance Parameters K.Jayasri Final Year Student IFET College of engineering nishajayasri@gmail.com R.Rajmohan

More information

Meeting of the Group of Experts on Business Registers. Brussels, 21 23 September 2015. Transforming the ABS Business Register

Meeting of the Group of Experts on Business Registers. Brussels, 21 23 September 2015. Transforming the ABS Business Register Meeting of the Group of Experts on Business Registers Brussels, 21 23 September 2015 Name of author(s): Luisa Ryan, Jenny Foster and John Machin Organization: Australian Bureau of Statistics Session No.

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

Configuration Workshop 2014 Novi Sad/Нови Сад

Configuration Workshop 2014 Novi Sad/Нови Сад Configuration Workshop 2014 Novi Sad/Нови Сад Integrating Distributed Configurations with RDFS and SPARQL Gottfried Schenner, Stefan Bischof, Axel Polleres, Simon Steyskal Use Case Large technical systems

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. shamby@orbistechnologies.com 678.346.6386 1 Abstract The tactical

More information

DC Proposal: Automation of Service Lifecycle on the Cloud by Using Semantic Technologies

DC Proposal: Automation of Service Lifecycle on the Cloud by Using Semantic Technologies DC Proposal: Automation of Service Lifecycle on the Cloud by Using Semantic Technologies Karuna P. Joshi* Computer Science and Electrical Engineering University of Maryland, Baltimore County, Baltimore,

More information

The Semantic Web for Application Developers. Oracle New England Development Center Zhe Wu, Ph.D. alan.wu@oracle.com 1

The Semantic Web for Application Developers. Oracle New England Development Center Zhe Wu, Ph.D. alan.wu@oracle.com 1 The Semantic Web for Application Developers Oracle New England Development Center Zhe Wu, Ph.D. alan.wu@oracle.com 1 Agenda Background 10gR2 RDF 11g RDF/OWL New 11g features Bulk loader Semantic operators

More information

A Knowledge Base Approach for Genomics Data Analysis

A Knowledge Base Approach for Genomics Data Analysis A Knowledge Base Approach for Genomics Data Analysis Leila Kefi-Khelif (INRIA Sophia Antipolis, France leila.khelif@inria.sophia.fr) Michel Demarchez (IMMUNOSEARCH, Grasse, France mdemarchez@immunosearch.fr)

More information

Reason-able View of Linked Data for Cultural Heritage

Reason-able View of Linked Data for Cultural Heritage Reason-able View of Linked Data for Cultural Heritage Mariana Damova 1, Dana Dannells 2 1 Ontotext, Tsarigradsko Chausse 135, Sofia 1784, Bulgaria 2 University of Gothenburg, Lennart Torstenssonsgatan

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

Supporting Change-Aware Semantic Web Services

Supporting Change-Aware Semantic Web Services Supporting Change-Aware Semantic Web Services Annika Hinze Department of Computer Science, University of Waikato, New Zealand a.hinze@cs.waikato.ac.nz Abstract. The Semantic Web is not only evolving into

More information

Wintersemester 2012/2013

Wintersemester 2012/2013 1 Wintersemester 2012/2013 Seminare Bachelor Informatik CS 3702 Datenbanken und Anfrageverarbeitung Master Informatik Advanced Topics of Database Systems CS 5840 - Fachübergreifende Kompetenzen = englischsprachiges

More information

ABSTRACT. 1. Introduction

ABSTRACT. 1. Introduction Core Public Service Vocabulary: The Italian Application Profile Gabriele Ciasullo, Giorgia Lodi, Antonio Rotundo {ciasullo, giorgia.lodi, antonio.rotundo}@agid.gov.it Agency for Digital Italy ABSTRACT

More information

Characterizing Knowledge on the Semantic Web with Watson

Characterizing Knowledge on the Semantic Web with Watson Characterizing Knowledge on the Semantic Web with Watson Mathieu d Aquin, Claudio Baldassarre, Laurian Gridinoc, Sofia Angeletou, Marta Sabou, and Enrico Motta Knowledge Media Institute (KMi), The Open

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

A Text Analysis Framework for Automatic Semantic Knowledge Representation of Legal Documents

A Text Analysis Framework for Automatic Semantic Knowledge Representation of Legal Documents A Text Analysis Framework for Automatic Semantic Knowledge Representation of Legal Documents Ákos SZŐKE, Krisztián MÁCSÁR, György STRAUSZ Budapest University of Technology and Economics Multilogic Ltd,

More information

Semantic Exploration of Archived Product Lifecycle Metadata under Schema and Instance Evolution

Semantic Exploration of Archived Product Lifecycle Metadata under Schema and Instance Evolution Semantic Exploration of Archived Lifecycle Metadata under Schema and Instance Evolution Jörg Brunsmann Faculty of Mathematics and Computer Science, University of Hagen, D-58097 Hagen, Germany joerg.brunsmann@fernuni-hagen.de

More information

urika! Unlocking the Power of Big Data at PSC

urika! Unlocking the Power of Big Data at PSC urika! Unlocking the Power of Big Data at PSC Nick Nystrom Director, Strategic Applications Pittsburgh Supercomputing Center February 1, 2013 nystrom@psc.edu 2013 Pittsburgh Supercomputing Center Big Data

More information

Social Media Mining. Graph Essentials

Social Media Mining. Graph Essentials Graph Essentials Graph Basics Measures Graph and Essentials Metrics 2 2 Nodes and Edges A network is a graph nodes, actors, or vertices (plural of vertex) Connections, edges or ties Edge Node Measures

More information

Big Data and Semantic Web in Manufacturing. Nitesh Khilwani, PhD Chief Engineer, Samsung Research Institute Noida, India

Big Data and Semantic Web in Manufacturing. Nitesh Khilwani, PhD Chief Engineer, Samsung Research Institute Noida, India Big Data and Semantic Web in Manufacturing Nitesh Khilwani, PhD Chief Engineer, Samsung Research Institute Noida, India Outline Big data in Manufacturing Big data Analytics Semantic web technologies Case

More information

Design and Implementation of a Semantic Web Solution for Real-time Reservoir Management

Design and Implementation of a Semantic Web Solution for Real-time Reservoir Management Design and Implementation of a Semantic Web Solution for Real-time Reservoir Management Ram Soma 2, Amol Bakshi 1, Kanwal Gupta 3, Will Da Sie 2, Viktor Prasanna 1 1 University of Southern California,

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

ONTODESIGN; A DOMAIN ONTOLOGY FOR BUILDING AND EXPLOITING PROJECT MEMORIES IN PRODUCT DESIGN PROJECTS

ONTODESIGN; A DOMAIN ONTOLOGY FOR BUILDING AND EXPLOITING PROJECT MEMORIES IN PRODUCT DESIGN PROJECTS ONTODESIGN; A DOMAIN ONTOLOGY FOR BUILDING AND EXPLOITING PROJECT MEMORIES IN PRODUCT DESIGN PROJECTS DAVY MONTICOLO Zurfluh-Feller Company 25150 Belfort France VINCENT HILAIRE SeT Laboratory, University

More information

Panel ADVCOMP/SEMAPRO. Luc Vouligny, moderator

Panel ADVCOMP/SEMAPRO. Luc Vouligny, moderator Panel ADVCOMP/SEMAPRO Luc Vouligny, moderator Computing Challenges with Semantics and Ontology Models Cristovâo D P Sousa Universidade do Porto, Portugal Michel ClauB Technische Universität, Chemnitz,

More information

Evaluating SPARQL-to-SQL translation in ontop

Evaluating SPARQL-to-SQL translation in ontop Evaluating SPARQL-to-SQL translation in ontop Mariano Rodriguez-Muro, Martin Rezk, Josef Hardi, Mindaugas Slusnys Timea Bagosi and Diego Calvanese KRDB Research Centre, Free University of Bozen-Bolzano

More information

Project Knowledge Management Based on Social Networks

Project Knowledge Management Based on Social Networks DOI: 10.7763/IPEDR. 2014. V70. 10 Project Knowledge Management Based on Social Networks Panos Fitsilis 1+, Vassilis Gerogiannis 1, and Leonidas Anthopoulos 1 1 Business Administration Dep., Technological

More information

Object Database on Top of the Semantic Web

Object Database on Top of the Semantic Web WSS03 Applications, Products and Services of Web-based Support Systems 97 Object Database on Top of the Semantic Web Jakub Güttner Graduate Student, Brno Univ. of Technology, Faculty of Information Technology,

More information

An Enterprise Inference Engine Inside Oracle Database 11g Release e 2 Zhe Wu, Ph.D., Oracle Vladimir Kolovski, Ph.D., Oracle

An Enterprise Inference Engine Inside Oracle Database 11g Release e 2 Zhe Wu, Ph.D., Oracle Vladimir Kolovski, Ph.D., Oracle An Enterprise Inference Engine Inside Oracle Database 11g Release e 2 Zhe Wu, Ph.D., Oracle Vladimir Kolovski, Ph.D., Oracle June 2010 Outline Overview of Oracle Database Semantic Technologies Design of

More information

An Ontology Model for Organizing Information Resources Sharing on Personal Web

An Ontology Model for Organizing Information Resources Sharing on Personal Web An Ontology Model for Organizing Information Resources Sharing on Personal Web Istiadi 1, and Azhari SN 2 1 Department of Electrical Engineering, University of Widyagama Malang, Jalan Borobudur 35, Malang

More information

Applying semantics in the environmental domain: The TaToo project approach

Applying semantics in the environmental domain: The TaToo project approach EnviroInfo 2011: Innovations in Sharing Environmental Observations and Information Applying semantics in the environmental domain: The TaToo project approach Giuseppe Avellino 1, Tomás Pariente Lobo 2,

More information

The Process of Metadata Modeling in Industrial Data Warehouse Environments

The Process of Metadata Modeling in Industrial Data Warehouse Environments The Process of Metadata Modeling in Industrial Data Warehouse Environments Claudio Jossen, Klaus R. Dittrich Database Technology Research Group Department of Informatics University of Zurich CH-8050 Zurich

More information

Yet Another Triple Store Benchmark? Practical Experiences with Real-World Data

Yet Another Triple Store Benchmark? Practical Experiences with Real-World Data Yet Another Triple Store Benchmark? Practical Experiences with Real-World Data Martin Voigt, Annett Mitschick, and Jonas Schulz Dresden University of Technology, Institute for Software and Multimedia Technology,

More information

[JOINT WHITE PAPER] Ontos Semantic Factory

[JOINT WHITE PAPER] Ontos Semantic Factory [] Ontos Semantic Factory JANUARY 2009 02/ 7 Executive Summary In this paper we describe Ontos Semantic Factory a platform producing semantic metadata on the basis of text (Web) content. The technology

More information

CURRICULUM VITAE JORGE PÉREZ

CURRICULUM VITAE JORGE PÉREZ EDUCATION CURRICULUM VITAE JORGE PÉREZ Ph.D. Student, Department of Computer Science Pontificia Universidad Católica de Chile Email: jperez@ing.puc.cl, Http: www.ing.puc.cl/~jperez 2009 Ph.D. Student in

More information

How To Create A Web Of Knowledge From Data And Content In A Web Browser (Web)

How To Create A Web Of Knowledge From Data And Content In A Web Browser (Web) Semantic Technologies: Linked Data and OER Opening and linking the data and content silos, to leverage the knowledge capital represented by our OER repositories Edmundo Tovar (UPM etovar@fi.upm.es ) Nelson

More information

Using Big Data in Healthcare

Using Big Data in Healthcare Speaker First Plenary Session THE USE OF "BIG DATA" - WHERE ARE WE AND WHAT DOES THE FUTURE HOLD? David R. Holmes III, PhD Mayo Clinic College of Medicine Rochester, MN, USA Using Big Data in Healthcare

More information

Storage and Retrieval of Large RDF Graph Using Hadoop and MapReduce

Storage and Retrieval of Large RDF Graph Using Hadoop and MapReduce Storage and Retrieval of Large RDF Graph Using Hadoop and MapReduce Mohammad Farhan Husain, Pankil Doshi, Latifur Khan, and Bhavani Thuraisingham University of Texas at Dallas, Dallas TX 75080, USA Abstract.

More information

Visualizing Large-Scale RDF Data Using Subsets, Summaries, and Sampling in Oracle

Visualizing Large-Scale RDF Data Using Subsets, Summaries, and Sampling in Oracle Visualizing Large-Scale RDF Data Using Subsets, Summaries, and Sampling in Oracle Seema Sundara, Medha Atre #+, Vladimir Kolovski, Souripriya Das, Zhe Wu, Eugene Inseok Chong, Jagannathan Srinivasan Oracle

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

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

RDF Support in Oracle Oracle USA Inc.

RDF Support in Oracle Oracle USA Inc. RDF Support in Oracle Oracle USA Inc. 1. Introduction Resource Description Framework (RDF) is a standard for representing information that can be identified using a Universal Resource Identifier (URI).

More information

3 rd Graph-based Technologies and Applications

3 rd Graph-based Technologies and Applications 3 rd Graph-based Technologies and Applications Program 18 th March 2015 9:00 Registration 9:30 10:45 Welcome by Fernando Orejas Vice-rector of research UPC Presentation session I 1 2 3 RDF Graph Data Management

More information

SPARQL: Un Lenguaje de Consulta para la Web

SPARQL: Un Lenguaje de Consulta para la Web SPARQL: Un Lenguaje de Consulta para la Web Semántica Marcelo Arenas Pontificia Universidad Católica de Chile y Centro de Investigación de la Web M. Arenas SPARQL: Un Lenguaje de Consulta para la Web Semántica

More information

LinkZoo: A linked data platform for collaborative management of heterogeneous resources

LinkZoo: A linked data platform for collaborative management of heterogeneous resources LinkZoo: A linked data platform for collaborative management of heterogeneous resources Marios Meimaris, George Alexiou, George Papastefanatos Institute for the Management of Information Systems, Research

More information

Using Ontologies for Software Development Knowledge Reuse

Using Ontologies for Software Development Knowledge Reuse Using Ontologies for Software Development Knowledge Reuse Bruno Antunes, Nuno Seco and Paulo Gomes Centro de Informatica e Sistemas da Universidade de Coimbra Departamento de Engenharia Informatica, Universidade

More information

A Framework for Longitudinal Influence Measurement between Communication Content and Social Networks

A Framework for Longitudinal Influence Measurement between Communication Content and Social Networks Proceedings of the Twenty-Second International Joint Conference on Artificial Intelligence A Framework for Longitudinal Influence Measurement between Communication Content and Social Networks Shenghui

More information

Semantic Information on Electronic Medical Records (EMRs) through Ontologies

Semantic Information on Electronic Medical Records (EMRs) through Ontologies Semantic Information on Electronic Medical Records (EMRs) through Ontologies Suarez Barón M. J. Researcher, Research Center at Colombian School of Industrial Careers marcojaviersuarezbaron@gmail.com Bogotá,

More information

A comparative study of social network analysis tools

A comparative study of social network analysis tools Membre de Membre de A comparative study of social network analysis tools David Combe, Christine Largeron, Előd Egyed-Zsigmond and Mathias Géry International Workshop on Web Intelligence and Virtual Enterprises

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

Semantic Web Success Story

Semantic Web Success Story Semantic Web Success Story Practical Integration of Semantic Web Technology Chris Chaulk, Software Architect EMC Corporation 1 Who is this guy? Software Architect at EMC 12 years, Storage Management Software

More information

An Ontology Based Method to Solve Query Identifier Heterogeneity in Post- Genomic Clinical Trials

An Ontology Based Method to Solve Query Identifier Heterogeneity in Post- Genomic Clinical Trials ehealth Beyond the Horizon Get IT There S.K. Andersen et al. (Eds.) IOS Press, 2008 2008 Organizing Committee of MIE 2008. All rights reserved. 3 An Ontology Based Method to Solve Query Identifier Heterogeneity

More information

Oracle Spatial and Graph. Jayant Sharma Director, Product Management

Oracle Spatial and Graph. Jayant Sharma Director, Product Management Oracle Spatial and Graph Jayant Sharma Director, Product Management Agenda Oracle Spatial and Graph Graph Capabilities Q&A 2 Oracle Spatial and Graph Complete Open Integrated Most Widely Used 3 Open and

More information

Social Semantic Network-Based Access Control

Social Semantic Network-Based Access Control Social Semantic Network-Based Access Control Serena Villata, Luca Costabello, Fabien Gandon, Catherine Faron-Zucker, Michel Buffa To cite this version: Serena Villata, Luca Costabello, Fabien Gandon, Catherine

More information

SPC BOARD (COMMISSIONE DI COORDINAMENTO SPC) AN OVERVIEW OF THE ITALIAN GUIDELINES FOR SEMANTIC INTEROPERABILITY THROUGH LINKED OPEN DATA

SPC BOARD (COMMISSIONE DI COORDINAMENTO SPC) AN OVERVIEW OF THE ITALIAN GUIDELINES FOR SEMANTIC INTEROPERABILITY THROUGH LINKED OPEN DATA SPC BOARD (COMMISSIONE DI COORDINAMENTO SPC) AN OVERVIEW OF THE ITALIAN GUIDELINES FOR SEMANTIC INTEROPERABILITY THROUGH LINKED OPEN DATA INDEX EXECUTIVE SUMMARY... 3 1. PREFACE... 5 1.1. Acronyms... 5

More information

Additional mechanisms for rewriting on-the-fly SPARQL queries proxy

Additional mechanisms for rewriting on-the-fly SPARQL queries proxy Additional mechanisms for rewriting on-the-fly SPARQL queries proxy Arthur Vaisse-Lesteven, Bruno Grilhères To cite this version: Arthur Vaisse-Lesteven, Bruno Grilhères. Additional mechanisms for rewriting

More information

New Generation of Social Networks Based on Semantic Web Technologies: the Importance of Social Data Portability

New Generation of Social Networks Based on Semantic Web Technologies: the Importance of Social Data Portability New Generation of Social Networks Based on Semantic Web Technologies: the Importance of Social Data Portability Liana Razmerita 1, Martynas Jusevičius 2, Rokas Firantas 2 Copenhagen Business School, Denmark

More information

An Efficient and Scalable Management of Ontology

An Efficient and Scalable Management of Ontology An Efficient and Scalable Management of Ontology Myung-Jae Park 1, Jihyun Lee 1, Chun-Hee Lee 1, Jiexi Lin 1, Olivier Serres 2, and Chin-Wan Chung 1 1 Korea Advanced Institute of Science and Technology,

More information

mle: Enhancing the Exploration of Mailing List Archives Through Making Semantics Explicit

mle: Enhancing the Exploration of Mailing List Archives Through Making Semantics Explicit mle: Enhancing the Exploration of Mailing List Archives Through Making Semantics Explicit Michael Hausenblas, Herwig Rehatschek Institute of Information Systems & Information Management, JOANNEUM RESEARCH

More information

Health Information Exchange Language - Bostaik

Health Information Exchange Language - Bostaik Bootstrapping Adoption of a Universal Exchange Language for Health Information Exchange Speakers: Tajh L. Taylor, Lowell Vizenor OMG SOA in Healthcare Conference July 15, 2011 Agenda The Health Information

More information

Context Capture in Software Development

Context Capture in Software Development Context Capture in Software Development Bruno Antunes, Francisco Correia and Paulo Gomes Knowledge and Intelligent Systems Laboratory Cognitive and Media Systems Group Centre for Informatics and Systems

More information

Disributed Query Processing KGRAM - Search Engine TOP 10

Disributed Query Processing KGRAM - Search Engine TOP 10 fédération de données et de ConnaissancEs Distribuées en Imagerie BiomédicaLE Data fusion, semantic alignment, distributed queries Johan Montagnat CNRS, I3S lab, Modalis team on behalf of the CrEDIBLE

More information

Transport System. Transport System Telematics. Concept of a system for building shared expert knowledge base of vehicle repairs

Transport System. Transport System Telematics. Concept of a system for building shared expert knowledge base of vehicle repairs Archives of Volume 7 Transport System Telematics B. Adamczyk, Ł. Konieczny, R. Burdzik Transport System Issue 2 May 2014 Concept of a system for building shared expert knowledge base of vehicle repairs

More information