41
Inferring Cuisine – Drug Interactions Using the Linked Data Approach Milos Jovanovik, M.Sc. Faculty of Computer Science and Engineering

Inferring Cuisine – Drug Interactions Using the Linked Data Approach

Embed Size (px)

Citation preview

Inferring Cuisine – Drug Interactions Using the Linked Data Approach

Milos Jovanovik, M.Sc.

Faculty of Computer Science and Engineering

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

Why am I here?

Milos Jovanovik

T&R assistant @ FCSE

PhD candidate

Linked Data, Open Data, Semantic Web

WP Lead

“Fusepool P3: Publish, Process, Perform”, EU Project for building a state-of-the-art Linked Open Data platform, http://p3.fusepool.eu/

Contact info

Web: http://about.me/milosjovanovik

Twitter: @ymilosy

2

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

Latest Research

3

http://go.nature.com/rnPO91

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

Focus on Two Aspects

1. Negative interactions between drugs from a given category and recipes from a given cuisine

2. Ingredients’ impact on the negative food - drug interactions in different parts of the world

4

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

Two Patterns of Food – Drug Interactions

5

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

Food Interactions of Blood Drugs in ‰

6

http://viz.linkeddata.finki.ukim.mk/

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

Food Interactions of Antibiotics in ‰

7

http://viz.linkeddata.finki.ukim.mk/

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

Two Main Ingredients Responsible for the Negative Food – Drug Interactions in the World

8

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

Milk is the ‘problem’ in the Western World, Garlicin South Europe, Asia, Africa, Latin America

9

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

The Global Impact of Milk in %

10

http://viz.linkeddata.finki.ukim.mk/

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

The Global Impact of Garlic in %

11

http://viz.linkeddata.finki.ukim.mk/

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

How Did We Make the Analysis?

12

Recipe DataDrug Data

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

Data Quality: 5 Star Open Data

13

http://5stardata.info/

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

The Drugs Dataset

14

2 star data → 5 star dataData and Web Science RG, University of Mannheim

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

The Recipes Dataset

15

1 star data → 3 star dataYong-Yeol Ahn et al., “Flavor Network and the Principles of Food Pairing”

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

Linking the Datasets

16

RDF StoreVirtuoso Universal Server

3 star data → 5 star data

5 star data

5 star data

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

Linking the Datasets

17

4 Star and 5 Star Data

Using RDF and Linked Data to increase data quality

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

Describing Data in RDF

The problem with the data in the figure is that without more information from the person who created it, you really don’t know what it means.

19

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

Describing Data in RDF

This would be the information we want associated with the spreadsheet:

20

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

Describing Data in RDF

21

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

What is Linked Data?

Linked Data is the next step in the Semantic Web –interconnecting the data

Data in traditional DB systems are in ‘silos’

Accessible only via APIs, web services, etc.

The Semantic Web + Linked Data allow data manipulation across distributed datasets, using one set of W3C standards:

RDF – to represent the data,

RDFS – to model the data,

OWL – to model the data and support reasoning,

SPARQL – to query the data.

22

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

The Linked Data Principles

Linked Data is separated from RDF by the four Linked Data principles:

1. Use URIs as names for things. http://wifo5-04.informatik.uni-mannheim.de/drugbank/page/drugs/DB00046

2. Use HTTP URIs so that people can look up those names. http://wifo5-04.informatik.uni-mannheim.de/drugbank/page/drugs/DB00046

3. When someone looks up a URI, provide useful information, using the standards (RDF, SPARQL).

4. Include links to other URIs, so people can discover more things.

owl:sameAs <http://dbpedia.org/resource/Insulin_lispro>

23

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

Using Dereferenceable URIs

24

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

Using Dereferenceable URIs

25

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

Using SPARQL to Retrieve the Data

26

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

The Linking Open Data (LOD) Project

The LOD project is a community activity started in 2007 by W3C.

The project’s stated goal is to “make data freely available to everyone.”

The collection of Linked Data published on the Web is referred to as the LOD cloud.

More info about the LOD cloud is available at http://lod-cloud.net/.

The latest (2014) statistics are available here.

27

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

The Linking Open Data (LOD) Project

28

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

The Linking Open Data (LOD) Project

29

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

The Linking Open Data (LOD) Project

30

Other R&D Projects

Selected Linked Open Data Projects of our Research Team

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

Crime Map for Macedonia

32

http://crimemap.finki.ukim.mk/

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

Crime Map for Macedonia

33

http://crimemap.finki.ukim.mk/

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

Linked Open Drug Data from HIFM

34

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

Linked Open Drug Data from MDB

35

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

Linked Open Data for Drug Availability

36

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

Linked Music Data from Global Charts

37

Summary and Further Reading

Additional Resources

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

Summary

Linked Data is a set of techniques for publishing and consuming structured data on the Web.

Uses RDF as a data model and RDF syntax to express data representations.

It can be used for better data integration for:

Business ideas

Application development

Data analysis

39

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

Further Reading & Resources

“Inferring Cuisine - Drug Interactions Using the Linked Data Approach” http://www.nature.com/srep/2015/150320/srep09346/full/srep09346.html

http://www.nature.com/srep/2015/150320/srep09346/pdf/srep09346.pdf

Contact:

web: http://about.me/milosjovanovik

publications: http://bit.ly/mj-publications

twitter: @ymilosy

40

Milos Jovanovik, M.Sc.Faculty of Computer Science and Engineering

Q&A Session

41