Introduction to RDF and the Semantic Web for the life sciences

Size: px
Start display at page:

Download "Introduction to RDF and the Semantic Web for the life sciences"

Transcription

1 Introduction to RDF and the Semantic Web for the life sciences Simon Jupp Sample Phenotypes and Ontologies Team European Bioinformatics Institute

2 Practical sessions Converting data to RDF Three questions 1. What types of things are in my data? 2. Can I identify these things? 3. How are these things related to other things?

3 Gene expression data example Experiment Gene name Ensembl id organism organism_part expression t- stat p- value E- TABM- 865 Ms4a1 ENSMUSG mus musculus liver DOWN E- 34 E- TABM- 865 Ms4a1 ENSMUSG mus musculus spleen UP E- 34 E- TABM- 865 MMp ENSMUSG mus musculus liver UP E- 34 E- TABM- 865 MMp ENSMUSG mus musculus spleen DOWN E- 34 E- TABM- 865 Akr1c14 ENSMUSG mus musculus liver UP E- 33 E- TABM- 865 Akr1c14 ENSMUSG mus musculus spleen DOWN E- 33 E- TABM- 865 Gulo ENSMUSG mus musculus liver UP E- 33 E- TABM- 865 Gulo ENSMUSG mus musculus spleen DOWN E- 33 E- TABM- 865 Marc1 ENSMUSG mus musculus liver UP E- 33 E- TABM- 865 Marc1 ENSMUSG mus musculus spleen DOWN E- 33 E- GEOD Gulo ENSRNOG ramus norvegicus kidney DOWN E- 42 E- GEOD Gulo ENSRNOG ramus norvegicus liver UP E- 42 E- GEOD Akr1c14 ENSRNOG ramus norvegicus kidney DOWN E- 39 E- GEOD Akr1c14 ENSRNOG ramus norvegicus liver UP E- 39 E- GEOD Akr1c14 ENSRNOG ramus norvegicus kidney DOWN E- 25 E- GEOD Akr1c14 ENSRNOG ramus norvegicus liver UP E- 25 E- GEOD Amacr ENSRNOG ramus norvegicus kidney DOWN E- 08 E- GEOD Amacr ENSRNOG ramus norvegicus liver UP E- 08

4 What is it? What concepts do we have in this dataset? Some hints are already in the column names Experiment Gene name Ensembl id organism organism_part expression t- stat p- value E- TABM- 865 Ms4a1 ENSMUSG mus musculus liver DOWN E- 34 E- TABM- 865 Ms4a1 ENSMUSG mus musculus spleen UP E- 34 E- TABM- 865 MMp ENSMUSG mus musculus liver UP E- 34 E- TABM- 865 MMp ENSMUSG mus musculus spleen DOWN E- 34 E- TABM- 865 Akr1c14 ENSMUSG mus musculus liver UP E- 33 E- TABM- 865 Akr1c14 ENSMUSG mus musculus spleen DOWN E- 33 E- TABM- 865 Gulo ENSMUSG mus musculus liver UP E- 33 E- TABM- 865 Gulo ENSMUSG mus musculus spleen DOWN E- 33 E- TABM- 865 Marc1 ENSMUSG mus musculus liver UP E- 33 E- TABM- 865 Marc1 ENSMUSG mus musculus spleen DOWN E- 33 E- GEOD Gulo ENSRNOG ramus norvegicus kidney DOWN E- 42 E- GEOD Gulo ENSRNOG ramus norvegicus liver UP E- 42 E- GEOD Akr1c14 ENSRNOG ramus norvegicus kidney DOWN E- 39 E- GEOD Akr1c14 ENSRNOG ramus norvegicus liver UP E- 39 E- GEOD Akr1c14 ENSRNOG ramus norvegicus kidney DOWN E- 25 E- GEOD Akr1c14 ENSRNOG ramus norvegicus liver UP E- 25 E- GEOD Amacr ENSRNOG ramus norvegicus kidney DOWN E- 08 E- GEOD Amacr ENSRNOG ramus norvegicus liver UP E- 08

5 Exercise 1 Concept maps Write down the concepts represented in this data (e.g. Experiment) Organise the concepts into a graph and write down some relationships between the concepts

6 Exercise 1 solution Gene name Experiment Has result Expression Value Ensembl gene Gene name Ensembl id Organism Factor value Factor value Experimental factor T-statistic T- stasssc P-value P- value Congratulations on building your first Ontology!

7 Instance vs Types The world (of information) is made up of things and lots of them Instances, individuals, objects, tokens, particulars. The Earth is a kind of Planet Simon Jupp (NE A) is a Person E-MTAB-62 is a type of Experiment our liver is a type of Organ

8 Exercise 2 Identify Types vs Instance data Experiment E- TABM- 865 Ms4a1 Gene name ensembl id Instance Type ENSMUSG organism mus musculus organism_part liver expression DOWN t- stat p- value 8.40E- 34

9 Exercise 2 solution Experiment E- TABM- 865 Ms4a1 Gene name ensembl id Instance Type ENSMUSG organism mus musculus organism_part liver expression DOWN t- stat p- value 8.40E- 34

10 Giving things identity Choose a URI scheme for resources. Re-use URIs for types of things where possible Shared URIs for the same things make integration happen General rule 1. If it s your data, give it a URI in your namespace. 2. If it s someone else's data (e.g. UniProt) use a URI from them (if they have one)

11 Exercise 3 your data vs shared data Experiment E- TABM- 865 Ms4a1 Gene name ensembl id Instance Type Mine ENSMUSG N organism mus musculus organism_part liver expression DOWN t- stat p- value E- 34

12 Exercise 3 solution Instance Type Mine Experiment N E- TABM- 865 Ms4a1 N Gene name N ensembl id N ENSMUSG N organism N mus musculus N organism_part N liver N expression N DOWN N t- stat N p- value N 8.40E- 34 our data is usually the instance data (the experiment or the results) Types of things usually belong in external reference ontologies. Good practice try and connect your data to these ontologies

13 URI for a instance Ensembl Gene ENSMUSG g=ensmusg Is this a good URI? Is it stable? What does it represent? This is a URL for the web page, it may change It doesn t return RDF

14 Identifiers.org Identifiers.org is a system providing resolvable persistent URIs used to identify data for the scientific community, with a current focus on the Life Sciences domain. The provision of a resolvable identifiers (URLs) fits well with the Semantic Web vision, and the Linked Data initiative.

15 Exercise 4 Use the identifiers.org website to find the URI for ENSMUSG

16 Exercise 4 solution Search identifiers.org for ensembl Got to Find root URL See what it resolves to

17 URI for types Experimental factor liver liver is an organ. We would expect to find an ontology term that describes what a liver is BioPortal is a repository or bio-medical ontologies

18 Exercise 5 Go to and find ontologies that contain terms for liver, spleen and kidney Get the URIs for liver, spleen and kidney from the Experimental Factor Ontology (EFO)

19 Exercise 5 solution liver spleen kidney

20 Exercise 5 Find URIs using BioPortal for types and identifiers.org for instances Restrict types search to EFO, UBERON, SIO, OBI and EDAM Ontology Instance Type Mine URI Experiment N E- TABM- 865 Ms4a1 N Gene name N ensembl id N ENSMUSG N organism N mus musculus N organism_part N liver N expression N DOWN N t- stat N p- value N 8.40E- 34

21 Exercise 5 solution- find some more URIs Instance Type Mine URI Experiment N E- TABM- 865 N/A Ms4a1 N N/A this is just a label for the ensembl gene Gene name N ensembl id N ENSMUSG N organism N mus musculus N organism_part N liver N expression N DOWN N N/A t- stat N p- value N E- 34 N/A

22 Building the RDF graph We have identified our types with URIs We know what data is ours Now we need to translate each row in the file to an RDF representation using N-triples <Subject> <Predicate> <Object> Remember the Object can be a URI or a value For predicates create URIs in our own namespace

23 Example row conversion to RDF E- TABM- 865 Ms4a1 ENSMUSG mus musculus liver DOWN E- 34 Experiment type E- TABM- 865 RDF Triples SUBJECT PREDICATE OBJECT mydata:e- TABM- 865 rdf:type efo:efo_

24 Example row conversion to RDF E- TABM- 865 Ms4a1 ENSMUSG mus musculus liver DOWN E- 34 Experiment type E- TABM- 865 has result Down Expression Value mydata:result1 type RDF Triples SUBJECT PREDICATE OBJECT mydata:e- TABM- 865 rdf:type efo:efo_ mydata:e- TABM- 865 mydata:hasresult mydata:result1 mydata:result1 rdf:type sio:sio_001078

25 Exercise 6 Using the following schema write out some RDF in N-triples to represent this single row of data E- TABM- 865 Ms4a1 ENSMUSG mus musculus liver DOWN E- 34 Gene name Experiment has result Expression Value dbxref label Ensembl id Organism Factor value Factor value Experimental factor T-stat T- stasssc P-value P- value

26 Exercise 6 solution E- TABM- 865 Ms4a1 ENSMUSG mus musculus liver DOWN E- 34 RDF Triples SUBJECT PREDICATE OBJECT mydata:e- TABM- 865 rdf:type efo:efo_ mydata:e- TABM- 865 mydata:hasresult mydata:result1 mydata:result1 rdf:type sio:sio_ mydata:result1 mydata:factorvalue obo:ncbitaxon_10090 mydata:result1 mydata:factorvalue obo:uberon_ mydata:result1 mydata:t- stat mydata:result1 mydata:p- value 8.40E- 34 mydata:result1 mydata:dbxref idensfiers:ensmusg idensfiers:ensmusg rdfs:label Ms4a1

27 Generating RDF CSV2RDF OpenRefine Scripts Output serialised RDF Simple to print out N3 to files Use an RDF API Most programming language will have RDF libraries Other options RDB2RDF: Work directly off your relational database

28 A simple CSV 2 RDF in Perl Example script data2rdf.pl Read input file (raw-data.csv) Convert rows into triple statements according to my schema Generate appropriate URIs for things Print out triple statement in simple N3 format

29 Exercise 7 Look at the N-triple file generated (raw-data.rdf) See if you understand how that translates to the Schema Convert this file to RDF/XML using online converter

30 Blank nodes (bnode) ou can use an anonymous resource in RDF They can be the subject or object of any triple Denote the existence of a thing but you don t have to explicitly give it a URI In our scenario we created a URI for the Gene expression value, we didn t have to Using turtle syntax we could have said mydata:e- TABM- 865 rdf:type efo:efo_ mydata:e- TABM- 865 mydata:hasresult [ rdf:type sio:sio_ ; mydata:factorvalue obo:uberon_ ; mydata:t- stat ]

31 Querying RDF Specialised databases for indexing RDF graphs Apache Jena OWLIM Allegrograph Stardog Virtuoso Sesame

32 OpenRDF sesame OpenRDF Sesame is a de-facto standard framework for processing RDF data. This includes parsers, storage solutions (RDF databases a.ka. triplestores), reasoning and querying, using the SPARQL query language. It offers a flexible and easy to use Java API that can be connected to all leading RDF storage solutions. Easy to deploy (Java servlet) Provides SPARQL endpoint and workbench for administration tasks Scalable to millions of triples Other more scalable implementations of the storage and inference layer available OWLIM Virtuoso Bigdata

33 The Sesame workbench We have a workbench online for you to play with ( Use this to create a repository Upload data Test queries

34 Exercise 8 Create a new in memory store repository for your data

35 Exercise 9 Load RDF Data file (use raw-data.rdf form the dropbox folder) Set Data format to N-Triples Set base URI to

36 SPARQL endpoint

37 Exploring a SPARQL endpoint Show me some triples SELECT * WHERE {?subject?predicate?object } Select all data = not a very friendly query! Find the types of things PREFIX rdf:< SELECT DISTINCT?type WHERE {?subject rdf:type?type } LIMIT 10

38 Describing a resource What is known about DESCRIBE <

39 Exercise 11 SPARQL endpoint Try some of the previous queries on the SPARQL endpoint Explore clicking around URIs to follow links through the data Explore download formats SPARQL query results XML, JSON, CSV

40 Binding variables Get all things that are types of experiment Experiment URI PREFIX rdf:< PREFIX rdfs:< PREFIX efo:< SELECT DISTINCT?thing WHERE {?thing rdf:type efo:efo_ } LIMIT 10

41 Exercise 12 Write a SPARQL query to get the labels for all experiments (hint: Use the rdfs:label relation) Tip: Store SPARQL queries that work in a text file, easier to edit and re-use previous queries

42 Exercise 12 solution Select labels for all classes PREFIX rdf:< PREFIX rdfs:< PREFIX efo:< SELECT DISTINCT?label WHERE {?thing rdf:type efo:efo_ ?thing rdfs:label?label }

43 Exercise 13 Explore the raw-data.rdf files and try and write a SPARQL query that would show you all the genes UP in liver samples Hint: UP = liver =

44 Exercise 13 solution Get genes up regulated in liver samples PREFIX rdf:< PREFIX rdfs:< PREFIX mydata:< PREFIX sio:< PREFIX obo:< SELECT DISTINCT?geneid?label WHERE {?result mydata:dbxref?geneid.?geneid rdfs:label?label.?result rdf:type sio:sio_ ?result mydata:hasfactorvalue obo:uberon_ }

45 Filtering SPARQL queries Restrict values in results from matches in the graph patterns String matching FILTER regex(?x, "pattern" [, "flags"]) E.g. FILTER regex (?label, E-TABM-865 ) Testing values FILTER (?tstat >0 24)

46 Exercise 14 Get all experiments where label contain GEOD Get all genes up regulated with a t-statistic < 0

47 Exercise 14 solutions PREFIX rdf:< PREFIX rdfs:< PREFIX efo:< SELECT DISTINCT?label WHERE {?thing rdf:type efo:efo_ ?thing rdfs:label?label. FILTER regex(?label, "geod", "i") } PREFIX rdfs:< PREFIX mydata:< SELECT DISTINCT?geneid?label?tstat WHERE {?result mydata:dbxref?geneid.?geneid rdfs:label?label.?result mydata:haststatistic?tstat. FILTER (?tstat < 0) }

48 Enriching data Our dataset is still a bit sparse e.g. no labels or descriptions for sample information We used URIs form external ontologies to define some concepts Let s integrate our dataset with those ontologies and do some querying

49 Exercise 15 Find the Experimental Factor Ontology ontology file Can get from Web or efo.owl in the course material Load the ontology file into the same repository as your raw data RDF Now describe the liver URI Create a SPARQL query to pull out labels for all of the factor values

50 Exercise 15 solution DESCRIBE < PREFIX rdfs:< PREFIX mydata:< SELECT DISTINCT?factor?label WHERE {?result mydata:hasfactorvalue?factor.?factor rdfs:label?label }

51 Exploiting knowledge As an ontology, EFO contains lots of biological domain knowledge E.g. classification of diseases, organism parts etc.. We can exploit this knowledge to enhance queries over our datasets E.g. What are all the parent types (or categories) for liver in EFO PREFIX rdfs:< PREFIX obo:< SELECT DISTINCT?parent?label WHERE { obo:uberon_ rdfs:subclassof?parent.?parent rdfs:label?label }

52 Property paths We can query along paths of relations using SPARQL This is useful for exploiting transitive relationships Special SPARQL 1.1 syntax for property paths * PREFIX rdfs:< PREFIX obo:< SELECT DISTINCT?parent?label WHERE { obo:uberon_ rdfs:subclassof*?parent.?parent rdfs:label?label }

53 Exercise 16 Ontology query Get all genes expressed in your data where the factor values is a child of organism part (efo:efo_ )

54 Exercise 16 solution Get all genes expressed in your data where the factor values is a child of organism part (efo:efo_ ) PREFIX rdfs:< PREFIX mydata:< PREFIX efo:< SELECT DISTINCT?geneid?label?factor WHERE {?result mydata:dbxref?geneid.?geneid rdfs:label?label.?result mydata:hasfactorvalue?factor.?factor rdfs:subclassof* efo:efo_ }

55 End of 1 st practical session Introduced modeling data in RDF Three questions I always ask of data What is it (types)? What is it (id)? What is it related to? Generating RDF statements in N-Triples Loading RDF into a triple store Basic querying with SPARQL

Triple Stores in a Nutshell

Triple Stores in a Nutshell Triple Stores in a Nutshell Franjo Bratić Alfred Wertner 1 Overview What are essential characteristics of a Triple Store? short introduction examples and background information The Agony of choice - what

More information

Taking a view on bio-ontologies. Simon Jupp Functional Genomics Production Team ICBO, 2012 Graz, Austria

Taking a view on bio-ontologies. Simon Jupp Functional Genomics Production Team ICBO, 2012 Graz, Austria Taking a view on bio-ontologies Simon Jupp Functional Genomics Production Team ICBO, 2012 Graz, Austria Who we are European Bioinformatics Institute one of world s largest bio data and service providers

More information

Languages and tools for building and using ontologies. Simon Jupp, James Malone

Languages and tools for building and using ontologies. Simon Jupp, James Malone An overview of ontology technology Languages and tools for building and using ontologies Simon Jupp, James Malone jupp@ebi.ac.uk, malone@ebi.ac.uk Outline Languages OWL and OBO classes, individuals, relations,

More information

Package rrdf. R topics documented: February 15, Type Package

Package rrdf. R topics documented: February 15, Type Package Type Package Package rrdf February 15, 2013 Title rrdf - support for the Resource Framework Version 1.9.2 Date 2012-11-30 Author Maintainer Depends

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

Today: RDF syntax. + conjunctive queries for OWL. KR4SW Winter 2010 Pascal Hitzler 3

Today: RDF syntax. + conjunctive queries for OWL. KR4SW Winter 2010 Pascal Hitzler 3 Today: RDF syntax + conjunctive queries for OWL KR4SW Winter 2010 Pascal Hitzler 3 Today s Session: RDF Schema 1. Motivation 2. Classes and Class Hierarchies 3. Properties and Property Hierarchies 4. Property

More information

Fuseki Server Installation

Fuseki Server Installation Fuseki Server Installation Related task of the project (Task # and full name): Author: Prepared by: Approved by: Task 43 Ontology standard and Metadata Sachin Deshmukh Sachin Deshmukh Richard Kaye Page:

More information

SPARQL UniProt.RDF. Everyone has had some introduction slash knowledge of RDF.

SPARQL UniProt.RDF. Everyone has had some introduction slash knowledge of RDF. SPARQL UniProt.RDF Everyone has had some introduction slash knowledge of RDF. Jerven Bolleman Developer Swiss-Prot Group Swiss Institute of Bioinformatics Tutorial plan You should have used Topbraid composer

More information

Linked data and its role in the semantic web. Dave Reynolds, Epimorphics

Linked data and its role in the semantic web. Dave Reynolds, Epimorphics Linked data and its role in the semantic web Dave Reynolds, Epimorphics Ltd @der42 Roadmap What is linked data? Modelling Strengths and weaknesses Examples Access other topics image: Leo Oosterloo @ flickr.com

More information

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

BIOLOGICAL PATHWAYS AND THE SEMANTIC WEB

BIOLOGICAL PATHWAYS AND THE SEMANTIC WEB BIOLOGICAL PATHWAYS AND THE SEMANTIC WEB Andra Waagmeester, Tina Kutmon, Egon Willighagen, and Alex Pico Univ. Maastricht, NL, and Gladstone Institutes, CA, USA What we will talk about today Introduc*on

More information

Querying the Semantic Web

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

More information

3. Queries Applied Artificial Intelligence Prof. Dr. Bernhard Humm Faculty of Computer Science Hochschule Darmstadt University of Applied Sciences

3. Queries Applied Artificial Intelligence Prof. Dr. Bernhard Humm Faculty of Computer Science Hochschule Darmstadt University of Applied Sciences 3. Queries Applied Artificial Intelligence Prof. Dr. Bernhard Humm Faculty of Computer Science Hochschule Darmstadt University of Applied Sciences 1 Retrospective Knowledge Representation (1/2) What is

More information

Semantic Web and Python Concepts to Application development

Semantic Web and Python Concepts to Application development PyCon 2009 IISc, Bangalore, India Semantic Web and Python Concepts to Application development Vinay Modi Voice Pitara Technologies Private Limited Outline Web Need better web for the future Knowledge Representation

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

Select all persons who belong to the class Father. SPARQL query PREFIX g: <

Select all persons who belong to the class Father. SPARQL query PREFIX g: < TASK 2 Mistakes: In general, tasks were done well Just to avoid unnecessary information overloading I provide possible right answers (some other solutions might also exist): Task 2-1: Select all persons

More information

Linked Data. Department of Software Enginnering Faculty of Information Technology Czech Technical University in Prague Ivo Lašek, 2011

Linked Data. Department of Software Enginnering Faculty of Information Technology Czech Technical University in Prague Ivo Lašek, 2011 Linked Data Department of Software Enginnering Faculty of Information Technology Czech Technical University in Prague Ivo Lašek, 2011 Semantic Web, MI-SWE, 11/2011, Lecture 9 Evropský sociální fond Praha

More information

State of Bio2RDF. Marc-Alexandre Nolin François Belleau Peter Ansell Other Bio2RDF collaborators

State of Bio2RDF. Marc-Alexandre Nolin François Belleau Peter Ansell Other Bio2RDF collaborators State of Bio2RDF Marc-Alexandre Nolin François Belleau Peter Ansell Other Bio2RDF collaborators The Problem November 24, 2008 State of Bio2RDF 2 The Problem How provide RDF document when you can not write

More information

Using RDF to Model the Structure and Process of Systems

Using RDF to Model the Structure and Process of Systems Using RDF to Model the Structure and Process of Systems Marko A. Rodriguez Jennifer H. Watkins Johan Bollen Los Alamos National Laboratory {marko,jhw,jbollen}@lanl.gov Carlos Gershenson New England Complex

More information

INFO216: Advanced Modelling

INFO216: Advanced Modelling INFO216: Advanced Modelling Theme, spring 2018: Modelling and Programming the Web of Data Andreas L. Opdahl Session 3: SPARQL Themes: introducing SPARQL Update SPARQL 1.1 Update

More information

Semantic Web Information Management

Semantic Web Information Management Semantic Web Information Management Norberto Fernández ndez Telematics Engineering Department berto@ it.uc3m.es.es 1 Motivation n Module 1: An ontology models a domain of knowledge n Module 2: using the

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

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

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

KNOWLEDGE GRAPHS. Lecture 3: Modelling in RDF/Introduction to SPARQL. TU Dresden, 30th Oct Markus Krötzsch Knowledge-Based Systems

KNOWLEDGE GRAPHS. Lecture 3: Modelling in RDF/Introduction to SPARQL. TU Dresden, 30th Oct Markus Krötzsch Knowledge-Based Systems KNOWLEDGE GRAPHS Lecture 3: Modelling in RDF/Introduction to SPARQL Markus Krötzsch Knowledge-Based Systems TU Dresden, 30th Oct 2018 Review: RDF Graphs The W3C Resource Description Framework considers

More information

BUILDING THE SEMANTIC WEB

BUILDING THE SEMANTIC WEB BUILDING THE SEMANTIC WEB You might have come across the term Semantic Web Applications often, during talks about the future of Web apps. Check out what this is all about There are two aspects to the possible

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

RDF Workshop. Building an RDF representation of the the ChEMBL Database. Mark Davies. ChEMBL Group, Technical Lead 30/04/2014

RDF Workshop. Building an RDF representation of the the ChEMBL Database. Mark Davies. ChEMBL Group, Technical Lead 30/04/2014 RDF Workshop Building an RDF representation of the the ChEMBL Database Mark Davies ChEMBL Group, Technical Lead 30/04/2014 Overview Brief introduction to ChEMBL database Approaches to mapping relational

More information

Practical Semantic Applications Master Title for Oil and Gas Asset Reporting. Information Integration David Price, TopQuadrant

Practical Semantic Applications Master Title for Oil and Gas Asset Reporting. Information Integration David Price, TopQuadrant Practical Semantic Applications Master Title for Oil and Gas Asset Reporting Life Click Cycle to Data edit Master Management subtitle and style Information Integration David Price, TopQuadrant Key Presentation

More information

SELF-SERVICE SEMANTIC DATA FEDERATION

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

More information

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

COMP9321 Web Application Engineering

COMP9321 Web Application Engineering COMP9321 Web Application Engineering Semester 2, 2015 Dr. Amin Beheshti Service Oriented Computing Group, CSE, UNSW Australia Week 12 (Wrap-up) http://webapps.cse.unsw.edu.au/webcms2/course/index.php?cid=2411

More information

COMP9321 Web Application Engineering

COMP9321 Web Application Engineering COMP9321 Web Application Engineering Semester 1, 2017 Dr. Amin Beheshti Service Oriented Computing Group, CSE, UNSW Australia Week 12 (Wrap-up) http://webapps.cse.unsw.edu.au/webcms2/course/index.php?cid=2457

More information

Contents. G52IWS: The Semantic Web. The Semantic Web. Semantic web elements. Semantic Web technologies. Semantic Web Services

Contents. G52IWS: The Semantic Web. The Semantic Web. Semantic web elements. Semantic Web technologies. Semantic Web Services Contents G52IWS: The Semantic Web Chris Greenhalgh 2007-11-10 Introduction to the Semantic Web Semantic Web technologies Overview RDF OWL Semantic Web Services Concluding comments 1 See Developing Semantic

More information

Data management and integration

Data management and integration Development of Predictive Toxicology Applications An OpenTox Workshop 19 Sep 2010, Rhodes, Greece Data management and integration presented by Nina Jeliazkova (Ideaconsult Ltd., Bulgaria) Outline Ontology

More information

KNOWLEDGE GRAPHS. Lecture 4: Introduction to SPARQL. TU Dresden, 6th Nov Markus Krötzsch Knowledge-Based Systems

KNOWLEDGE GRAPHS. Lecture 4: Introduction to SPARQL. TU Dresden, 6th Nov Markus Krötzsch Knowledge-Based Systems KNOWLEDGE GRAPHS Lecture 4: Introduction to SPARQL Markus Krötzsch Knowledge-Based Systems TU Dresden, 6th Nov 2018 Review We can use reification to encode complex structures in RDF graphs: Film Actor

More information

Day 2. RISIS Linked Data Course

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

More information

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

Interacting with Linked Data Part I: General Introduction

Interacting with Linked Data Part I: General Introduction Interacting with Linked Data Part I: General Introduction Agenda Part 0: Welcome Part I: General Introduction to Semantic Technologies Part II: Advanced Concepts Part III: OWLIM Part IV: Information Workbench-

More information

Incremental Export of Relational Database Contents into RDF Graphs

Incremental Export of Relational Database Contents into RDF Graphs National Technical University of Athens School of Electrical and Computer Engineering Multimedia, Communications & Web Technologies Incremental Export of Relational Database Contents into RDF Graphs Nikolaos

More information

FCA Integration in the Triple Store,

FCA Integration in the Triple Store, Combining and Uniting Business Intelligence with Semantic Technologies Acronym: CUBIST Project No: 257403 Small or Medium-scale Focused Research Project FP7-ICT-2009-5 Duration: 2010/10/01-2013/09/30 FCA

More information

Scaling the Semantic Wall with AllegroGraph and TopBraid Composer. A Joint Webinar by TopQuadrant and Franz

Scaling the Semantic Wall with AllegroGraph and TopBraid Composer. A Joint Webinar by TopQuadrant and Franz Scaling the Semantic Wall with AllegroGraph and TopBraid Composer A Joint Webinar by TopQuadrant and Franz Dean Allemang Chief Scientist, TopQuadrant Inc. Jans Aasman CTO, Franz Inc. July 07 1 This Seminar

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

Knowledge Representations. How else can we represent knowledge in addition to formal logic?

Knowledge Representations. How else can we represent knowledge in addition to formal logic? Knowledge Representations How else can we represent knowledge in addition to formal logic? 1 Common Knowledge Representations Formal Logic Production Rules Semantic Nets Schemata and Frames 2 Production

More information

Profiles Research Networking Software API Guide

Profiles Research Networking Software API Guide Profiles Research Networking Software API Guide Documentation Version: March 13, 2013 Software Version: ProfilesRNS_1.0.3 Table of Contents Overview... 2 PersonID, URI, and Aliases... 3 1) Profiles RNS

More information

SPARQL ME-E4300 Semantic Web,

SPARQL ME-E4300 Semantic Web, SPARQL ME-E4300 Semantic Web, 27.1.2016 Jouni Tuominen Semantic Computing Research Group (SeCo), http://seco.cs.aalto.fi jouni.tuominen@aalto.fi SPARQL SPARQL Protocol and RDF Query Language sparkle 2

More information

Semantic Web In Depth: Resource Description Framework. Dr Nicholas Gibbins 32/4037

Semantic Web In Depth: Resource Description Framework. Dr Nicholas Gibbins 32/4037 Semantic Web In Depth: Resource Description Framework Dr Nicholas Gibbins 32/4037 nmg@ecs.soton.ac.uk RDF syntax(es) RDF/XML is the standard syntax Supported by almost all tools RDF/N3 (Notation3) is also

More information

Semantic Web Technologies. Topic: RDF Triple Stores

Semantic Web Technologies. Topic: RDF Triple Stores Semantic Web Technologies Topic: RDF Triple Stores olaf.hartig@liu.se Acknowledgement: Some slides in this slide set are adaptations of slides of Olivier Curé (University of Paris-Est Marne la Vallée,

More information

Multi-agent and Semantic Web Systems: Querying

Multi-agent and Semantic Web Systems: Querying Multi-agent and Semantic Web Systems: Querying Fiona McNeill School of Informatics 11th February 2013 Fiona McNeill Multi-agent Semantic Web Systems: Querying 11th February 2013 0/30 Contents This lecture

More information

Ontology-based URI Resolution {vhb7e, y2v7kj, u6ztt}

Ontology-based URI Resolution   {vhb7e, y2v7kj, u6ztt} Matthias Samwald Medical University of Vienna, Austria Jonathan Rees Science Commons Alan Ruttenberg Senior Scientist, Computational Biology Ontology-based URI Resolution http://tinyurl.com/ {vhb7e, y2v7kj,

More information

A discovery platform for translational research

A discovery platform for translational research A discovery platform for translational research - DisGeNET-RDF&SPARQL - Usage and Modeling Challenges Núria Queralt Rosinach Integrative Biomedical Informatics Group (IBI) Research Programme on Biomedical

More information

RDF Stores Performance Test on Servers with Average Specification

RDF Stores Performance Test on Servers with Average Specification RDF Stores Performance Test on Servers with Average Specification Nikola Nikolić, Goran Savić, Milan Segedinac, Stevan Gostojić, Zora Konjović University of Novi Sad, Faculty of Technical Sciences, Novi

More information

Web NDL Authorities SPARQL API Specication

Web NDL Authorities SPARQL API Specication Web NDL Authorities SPARQL API Specication National Diet Library of Japan March 31th, 2014 Contents 1 The Outline of the Web NDLA SPARQL API 2 1.1 SPARQL query API.................................... 2

More information

Assignment 2 TU Linked Data project (40 pt)

Assignment 2 TU Linked Data project (40 pt) Instructions Deadline Make sure to upload all your results What you should hand in before January 24, 2016! Please upload your solution to TUWEL by January 24, 2016. This solution should follow the specified

More information

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

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

More information

Semantic Web Systems Querying Jacques Fleuriot School of Informatics

Semantic Web Systems Querying Jacques Fleuriot School of Informatics Semantic Web Systems Querying Jacques Fleuriot School of Informatics 5 th February 2015 In the previous lecture l Serialising RDF in XML RDF Triples with literal Object edstaff:9888 foaf:name Ewan Klein.

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

COMP9321 Web Application Engineering

COMP9321 Web Application Engineering COMP9321 Web Application Engineering Semester 2, 2017 Dr. Amin Beheshti Service Oriented Computing Group, CSE, UNSW Australia Week 5 http://webapps.cse.unsw.edu.au/webcms2/course/index.php?cid=2465 1 Semantic

More information

Knowledge Representation RDF Turtle Namespace

Knowledge Representation RDF Turtle Namespace Knowledge Representation RDF Turtle Namespace Jan Pettersen Nytun, UiA 1 URIs Identify Web Resources Web addresses are the most common URIs, i.e., uniform Resource Locators (URLs). RDF resources are usually

More information

Semantic Web. Lecture XIII Tools Dieter Fensel and Katharina Siorpaes. Copyright 2008 STI INNSBRUCK

Semantic Web. Lecture XIII Tools Dieter Fensel and Katharina Siorpaes. Copyright 2008 STI INNSBRUCK Semantic Web Lecture XIII 25.01.2010 Tools Dieter Fensel and Katharina Siorpaes Copyright 2008 STI INNSBRUCK Today s lecture # Date Title 1 12.10,2009 Introduction 2 12.10,2009 Semantic Web Architecture

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

Querying Semantic Web Data

Querying Semantic Web Data Querying Semantic Web Data Lalana Kagal Decentralized Information Group MIT CSAIL Eric Prud'hommeaux Sanitation Engineer World Wide Web Consortium SPARQL Program Graph patterns Motivations for RDF RDF

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

DBpedia-An Advancement Towards Content Extraction From Wikipedia

DBpedia-An Advancement Towards Content Extraction From Wikipedia DBpedia-An Advancement Towards Content Extraction From Wikipedia Neha Jain Government Degree College R.S Pura, Jammu, J&K Abstract: DBpedia is the research product of the efforts made towards extracting

More information

Representing Linked Data as Virtual File Systems

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

More information

Building Blocks of Linked Data

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

More information

Pulling Together, or

Pulling Together, or Pulling Together, or How I Learned to Love the Semantic Web Kate Byrne, School of Informatics, University of Edinburgh 14th November 2008 1 Outline The Semantic Web what is it? how does it work? Pulling

More information

Enhancing Security Exchange Commission Data Sets Querying by Using Ontology Web Language

Enhancing Security Exchange Commission Data Sets Querying by Using Ontology Web Language MPRA Munich Personal RePEc Archive Enhancing Security Exchange Commission Data Sets Querying by Using Ontology Web Language sabina-cristiana necula Alexandru Ioan Cuza University of Iasi September 2011

More information

Linked Data. The World is Your Database

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

More information

INF3580/4580 MANDATORY EXERCISE no. 2

INF3580/4580 MANDATORY EXERCISE no. 2 INF3580/4580 MANDATORY EXERCISE no. 2 Published date: 30.01.2018 Due date: 07.02.2018 23:59. Delivery file: 1: Simpsons.java. Delivery attempts: 1. Read the whole of this document thoroughly before solving

More information

SADI Semantic Web Services

SADI Semantic Web Services SADI Semantic Web Services London, UK 8 December 8 2011 SADI Semantic Web Services Instructor: Luke McCarthy http:// sadiframework.org/training/ 2 Contents 2.1 Introduction to Semantic Web Services 2.1

More information

User Configurable Semantic Natural Language Processing

User Configurable Semantic Natural Language Processing User Configurable Semantic Natural Language Processing Jason Hedges CEO and Founder Edgetide LLC info@edgetide.com (443) 616-4941 Table of Contents Bridging the Gap between Human and Machine Language...

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

THE GETTY VOCABULARIES TECHNICAL UPDATE

THE GETTY VOCABULARIES TECHNICAL UPDATE AAT TGN ULAN CONA THE GETTY VOCABULARIES TECHNICAL UPDATE International Working Group Meetings January 7-10, 2013 Joan Cobb Gregg Garcia Information Technology Services J. Paul Getty Trust International

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

SAHA Metadata Management System Technical Report

SAHA Metadata Management System Technical Report Joonas Laitio, Jussi Kurki SAHA Metadata Management System Technical Report Semantic Computing Research Group A! Aalto University School of Science and Technology aalto university school of science and

More information

2. RDF Semantic Web Basics Semantic Web

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

More information

Linked Data: What Now? Maine Library Association 2017

Linked Data: What Now? Maine Library Association 2017 Linked Data: What Now? Maine Library Association 2017 Linked Data What is Linked Data Linked Data refers to a set of best practices for publishing and connecting structured data on the Web. URIs - Uniform

More information

Semantic Web Technologies: Assignment 1. Axel Polleres Siemens AG Österreich

Semantic Web Technologies: Assignment 1. Axel Polleres Siemens AG Österreich Semantic Web Technologies: Assignment 1 Siemens AG Österreich 1 The assignment: 2 FOAF: 1. Create your own FOAF file. You can use a generator tool such as FOAF- a- Ma>c to generate a skeleton. 2. Make

More information

The P2 Registry

The P2 Registry The P2 Registry -------------------------------------- Where the Semantic Web and Web 2.0 meet Digital Preservation David Tarrant, Steve Hitchcock & Les Carr davetaz / sh94r / lac @ecs.soton.ac.uk School

More information

Collection Management Tweet

Collection Management Tweet Collection Management Tweet CS5604, Information Storage & Retrieval, Fall 2017 Farnaz Khaghani Junkai Zeng Momen Bhuiyan Anika Tabassum Payel Bandyopadhyay Professor: Dr. Edward Fox Purpose of CMT Processing

More information

SPARQL QUERY LANGUAGE WEB:

SPARQL QUERY LANGUAGE   WEB: SPARQL QUERY LANGUAGE JELENA JOVANOVIC EMAIL: JELJOV@GMAIL.COM WEB: HTTP://JELENAJOVANOVIC.NET SPARQL query language W3C standard for querying RDF graphs Can be used to query not only native RDF data,

More information

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

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

More information

Qualifications Dataset Register User Manual: Publishing Workflow

Qualifications Dataset Register User Manual: Publishing Workflow Qualifications Dataset Register : Publishing Workflow Contents Introduction... 3 Overview... 3 Publishing new datasets... 4 Creating dataset versions... 6 Successful preparation of a dataset... 8 Failed

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION Most of today s Web content is intended for the use of humans rather than machines. While searching documents on the Web using computers, human interpretation is required before

More information

RKB, sameas and dotac

RKB, sameas and dotac RKB, sameas and dotac at 2009: Beyond the Repository Fringe Edinburgh 30-31 July 2009 Hugh Glaser & Ian Millard Linked Data Tim Berners-Lee http://www.w3.org/2009/talks/0204-ted-tbl/ the Semantic Web done

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

Wonghong Jang LG Sangnam Digital Library Manager

Wonghong Jang LG Sangnam Digital Library Manager Sam Oh Professor, Sungkyunkwan University LIS Affiliate Professor, University of Washington ISO/IEC JTC1/SC34 Chair ISO TC46/SC9 Chair DCMI Oversight Committee samoh@skku.edu Wonghong Jang LG Sangnam Digital

More information

SPARQL: An RDF Query Language

SPARQL: An RDF Query Language SPARQL: An RDF Query Language Wiltrud Kessler Institut für Maschinelle Sprachverarbeitung Universität Stuttgart Semantic Web Winter 2015/16 This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike

More information

PECULIARITIES OF LINKED DATA PROCESSING IN SEMANTIC APPLICATIONS. Sergey Shcherbak, Ilona Galushka, Sergey Soloshich, Valeriy Zavgorodniy

PECULIARITIES OF LINKED DATA PROCESSING IN SEMANTIC APPLICATIONS. Sergey Shcherbak, Ilona Galushka, Sergey Soloshich, Valeriy Zavgorodniy International Journal "Information Models and Analyses" Vol.2 / 2013, Number 2 139 PECULIARITIES OF LINKED DATA PROCESSING IN SEMANTIC APPLICATIONS Sergey Shcherbak, Ilona Galushka, Sergey Soloshich, Valeriy

More information

Ontological Modeling: Part 2

Ontological Modeling: Part 2 Ontological Modeling: Part 2 Terry Halpin LogicBlox This is the second in a series of articles on ontology-based approaches to modeling. The main focus is on popular ontology languages proposed for the

More information

2. Knowledge Representation Applied Artificial Intelligence

2. Knowledge Representation Applied Artificial Intelligence 2. Knowledge Representation Applied Artificial Intelligence Prof. Dr. Bernhard Humm Faculty of Computer Science Hochschule Darmstadt University of Applied Sciences 1 Retrospective Introduction to AI What

More information

The Semantic Institution: An Agenda for Publishing Authoritative Scholarly Facts. Leslie Carr

The Semantic Institution: An Agenda for Publishing Authoritative Scholarly Facts. Leslie Carr The Semantic Institution: An Agenda for Publishing Authoritative Scholarly Facts Leslie Carr http://id.ecs.soton.ac.uk/people/60 What s the Web For? To share information 1. Ad hoc home pages 2. Structured

More information

What's New in RDF 1.1

What's New in RDF 1.1 What's New in RDF 1.1 SemTechBiz June 2013 http://www.w3.org/2013/talks/0603-rdf11 Sandro Hawke, W3C Staff sandro@w3.org @sandhawke Overview 1. Stability and Interoperability 2. Non-XML Syntaxes Turtle

More information

Apache Jena Framework. Philippe Genoud Université Joseph Fourier Grenoble (France)

Apache Jena Framework. Philippe Genoud Université Joseph Fourier Grenoble (France) Apache Jena Framework Philippe Genoud Université Joseph Fourier Grenoble (France) (Philippe.Genoud@imag.fr) Astrakhan State University November 2012 1 What is Jena? Introduction An open source semantic

More information

Benchmarking RDF Production Tools

Benchmarking RDF Production Tools Benchmarking RDF Production Tools Martin Svihla and Ivan Jelinek Czech Technical University in Prague, Karlovo namesti 13, Praha 2, Czech republic, {svihlm1, jelinek}@fel.cvut.cz, WWW home page: http://webing.felk.cvut.cz

More information

Distributed Repository for Biomedical Applications

Distributed Repository for Biomedical Applications Distributed Repository for Biomedical Applications L. Corradi, I. Porro, A. Schenone, M. Fato University of Genoa Dept. Computer Communication and System Sciences (DIST) BIOLAB Contact: ivan.porro@unige.it

More information

Flat triples approach to RDF graphs in JSON

Flat triples approach to RDF graphs in JSON Flat triples approach to RDF graphs in JSON Dominik Tomaszuk Institute of Computer Science, University of Bialystok, Poland Abstract. This paper describes a syntax that can be used to write Resource Description

More information

Semantic Annotations for BPMN models: Extending SeMFIS for supporting ontology reasoning and query functionalities. Dimitraki Katerina

Semantic Annotations for BPMN models: Extending SeMFIS for supporting ontology reasoning and query functionalities. Dimitraki Katerina Semantic Annotations for BPMN models: Extending SeMFIS for supporting ontology reasoning and query functionalities Dimitraki Katerina Thesis submitted in partial fulfillment of the requirements for the

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Integrating Complex Financial Workflows in Oracle Database Xavier Lopez Seamus Hayes Oracle PolarLake, LTD 2 Copyright 2011, Oracle

More information