Building the Multilingual Web of Data. Integrating NLP with Linked Data and RDF using the NLP Interchange Format

Size: px
Start display at page:

Download "Building the Multilingual Web of Data. Integrating NLP with Linked Data and RDF using the NLP Interchange Format"

Transcription

1 Building the Multilingual Web of Data Integrating NLP with Linked Data and RDF using the NLP Interchange Format Presenter name 1

2 Outline 1. Introduction 2. NIF Basics 3. NIF corpora 4. NIF tools & services 2

3 Introduction 3

4 LOD-aware NLP services Not only data, but also LOD-aware services using: Lexica and dictionaries in RDF (lemon model) Training data for NLP in RDF (NIF model) Service metadata descriptions in RDF Combination with real world facts (i.e. DBpedia or Geoname) Long Term Goal index of tools and data users can easily produce ready-made, preconfigured NLP services and pipelines freemium / pay-per use business models 4

5 NLP2RDF project Realize this long-term goal Sustainably maintain and consolidate results from short-term projects Bootstrap the Eco-System 5

6 NLP2RDF: NLP Interchange Format The NLP Interchange Format (NIF) is an RDF/OWL-based format that aims to achieve interoperability between Natural Language Processing (NLP) tools, language resources and annotations. 6

7 NLP2RDF: NLP Interchange Format In a nutshell: Way to mint URIs for arbitrary strings and content of documents on the web 7

8 NLP2RDF: NLP Interchange Format In a nutshell: Way to mint URIs for arbitrary strings and content of documents on the web Logical formalisation of strings and annotations via an ontology 8

9 NLP2RDF: NLP Interchange Format In a nutshell: Way to mint URIs for arbitrary strings and content of documents on the web Logical formalisation of strings and annotations via an ontology Quick and easy format 9

10 NLP2RDF: NLP Interchange Format In a nutshell: Way to mint URIs for arbitrary strings and content of documents on the web Logical formalisation of strings and annotations via an ontology Quick and easy format Builds on existing standards, e.g. RDF, LAF/GrAF, RFC

11 NLP2RDF: NLP Interchange Format In a nutshell: Way to mint URIs for arbitrary strings and content of documents on the web Logical formalisation of strings and annotations via an ontology Quick and easy format Builds on existing standards, e.g. RDF, LAF/GrAF, RFC 5147 Reusability of RDF tools and implementation 11

12 NLP2RDF: NLP Interchange Format In a nutshell: Way to mint URIs for arbitrary strings and content of documents on the web Logical formalisation of strings and annotations via an ontology Quick and easy format Builds on existing standards, e.g. RDF, LAF/GrAF, RFC 5147 Reusability of RDF tools and implementation Decreases development cost for integration 12

13 NIF: Motivation Developers nightmare: All tools belong to similar class of NLP tools Fulfill similar functions but often not interoperable ecosystems 13

14 NIF: Motivation Developers nightmare: All tools belong to similar class of NLP tools Fulfill similar functions but often not interoperable ecosystems All have: Heterogeneous output formats (JSON, XML, ) 14

15 NIF: Motivation Developers nightmare: All tools belong to similar class of NLP tools Fulfill similar functions but often not interoperable ecosystems All have: Heterogeneous output formats (JSON, XML, ) Heterogeneous API parameters 15

16 NIF: Motivation Developers nightmare: All tools belong to similar class of NLP tools Fulfill similar functions but often not interoperable ecosystems All have: Heterogeneous output formats (JSON, XML, ) Heterogeneous API parameters Heterogeneous way of annotating text: 16

17 NIF: Motivation Developers nightmare: All tools belong to similar class of NLP tools Fulfill similar functions but often not interoperable ecosystems All have: Heterogeneous output formats (JSON, XML, ) Heterogeneous API parameters Heterogeneous way of annotating text: Some remove HTML internally, offsets not usable 17

18 NIF: Motivation Developers nightmare: All tools belong to similar class of NLP tools Fulfill similar functions but often not interoperable ecosystems All have: Heterogeneous output formats (JSON, XML, ) Heterogeneous API parameters Heterogeneous way of annotating text: Some remove HTML internally, offsets not usable Some use byte offset instead of char offset 18

19 Outline 1. Introduction 2.NIF Basics 3. NIF corpora 4. NIF tools & services 19

20 NIF architecture 20

21 NIF architecture 21

22 NIF architecture 22

23 NIF architecture 23

24 NIF architecture 24

25 NIF architecture 25

26 NIF architecture 26

27 NIF architecture 27

28 NIF architecture 28

29 NIF architecture 29

30 NIF architecture 30

31 Annotations 31

32 Annotations 32

33 Annotations 33

34 Annotations 34

35 Example: Tripadvisor Corpus Corpus contains hotel reviews and review metadata 1760 semi-structured files In NIF: every file's content becomes one nif:context resource Strings in the file can be adressed via URIs 35

36 Context 36

37 Context Adress the content of a document nif:isstring contains document content 37

38 Context Adress the content of a document nif:isstring contains document content Note that in NIF the document is!= content of the document two different documents can have the same content => must not have the same URI 38

39 other Strings 39

40 other Strings Adress arbitrary strings in the document Use string offsets in relation to context to adress strings nif:anchorof contains the string Additional properties can now be added to the string 40

41 other Strings a tripadvisor:review ; Adress arbitrary strings in the document Use string offsets in relation to context to adress strings nif:anchorof contains the string Additional properties can now be added to the string 41

42 Words and Phrases Sentiment values, POS tags and other annotations etc can now be added to words and phrases 42

43 String counting 43

44 Ontology 44

45 Ontology 45

46 Ontology 46

47 Ontology 47

48 Ontology 48

49 Demo: 49

50 Demo: 50

51 Outline 1. Introduction 2. NIF Basics 3.NIF corpora 4. NIF tools & services 51

52 NIF corpora overview Name Size (Triple) Wikilinks 500M News K RSS K Reuters-128 7K Spotlight 3K KORE50 2K Brown 500K URL Wikipedia abstract corpus in progress : Tag nif on datahub 52

53 Wikilinks corpus Overview Large scale coreference resolution corpus by Umass / Google Over 10M crawled websites that contain text (Named Entities) that link to Wikipedia Converted to the NIF format and published as LOD: Additional processing done to extract relevant text snippets, add Dbpedia ontology classes and coarse-grained classes (entity types) Over 500 million triples, 79GB LOD, 12GB gzipped dumps Over 30 million links to over 3 million entities 53

54 Brown corpus Overview Converted to the NIF format and published as LOD: Corpus showcases handling of POS tags in NIF POS tags: mapped via OliA to predefined categories <#char=643,647> a nif:string, nif:word, nif:rfc5147string ; nif:anchorof "Jury"^^xsd:string ; nif:referencecontext <#char=0,> ; nif:olialink brown:nn ; nif:sentence <#char=619,777> ; nif:beginindex "643"^^xsd:nonNegativeInteger ; nif:endindex "647"^^xsd:nonNegativeInteger. Categories can be used to query all resources of a certain POS regardless of tagset used in the corpus 54

55 Brown corpus POS tags 55

56 Brown corpus POS tags Querying all nouns using the OliA mapping 56

57 Brown corpus POS tags Querying all nouns using the OliA mapping 57

58 Outline 1. Introduction 2. NIF Basics 3. NIF corpora 4.NIF tools & services 58

59 NIF tools Available NIF tools : Stanford Core NLP OpenNLP RDFace Validator ConLL converter... 59

60 NIF tools: DBpedia Spotlight 60

61 NIF tools: Stanford Core 61

62 NIF tools: Stanford Core 62

63 NIF tools: Stanford Core 63

64 NIF tools: Stanford Core 64

65 NIF tools: Stanford Core 65

66 NIF tools: Stanford Core 66

67 NIF tools: Stanford Core 67

68 Done! Thank you very much!

Language Resources and Linked Data

Language Resources and Linked Data Integrating NLP with Linked Data: the NIF Format Milan Dojchinovski @EKAW 2014 November 24-28, 2014, Linkoping, Sweden milan.dojchinovski@fit.cvut.cz - @m1ci - http://dojchinovski.mk Web Intelligence Research

More information

DBpedia Abstracts: A Large-Scale, Open, Multilingual NLP Training Corpus

DBpedia Abstracts: A Large-Scale, Open, Multilingual NLP Training Corpus DBpedia Abstracts: A Large-Scale, Open, Multilingual NLP Training Corpus 1 Martin Brümmer, 1,2 Milan Dojchinovski, 1 Sebastian Hellmann 1 AKSW, InfAI at the University of Leipzig, Germany 2 Web Intelligence

More information

TODO. LLOD and corpora

TODO. LLOD and corpora Ch. Chiarcos, ACoLi CO, 2016, July 22 LLOD and corpora If you have Un*x environment (Linux, BSD, Mac, Cygwin): - make sure you have JAVA installed and wifi works - lab members: svn checkout /intern/incubator/conll-rdf

More information

A FRAMEWORK FOR MULTILINGUAL AND SEMANTIC ENRICHMENT OF DIGITAL CONTENT (NEW L10N BUSINESS OPPORTUNITIES) FREME WEBINAR HELD FOR GALA, 28 APRIL 2016

A FRAMEWORK FOR MULTILINGUAL AND SEMANTIC ENRICHMENT OF DIGITAL CONTENT (NEW L10N BUSINESS OPPORTUNITIES) FREME WEBINAR HELD FOR GALA, 28 APRIL 2016 Co-funded by the Horizon 2020 Framework Programme of the European Union Grant Agreement Number 644771 www.freme-project.eu A FRAMEWORK FOR MULTILINGUAL AND SEMANTIC ENRICHMENT OF DIGITAL CONTENT (NEW L10N

More information

STS Infrastructural considerations. Christian Chiarcos

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

More information

Rupert Westenthaler. Open Annotation Support for Apache Stanbol

Rupert Westenthaler. Open Annotation Support for Apache Stanbol Rupert Westenthaler Open Annotation Support for Apache Stanbol Apache Stanbol Enhancer POST content Analysis Chain Results as RDF 2 Stanbol Enhancement Structure Mention Suggestion 1 Suggestion 2 3 Open

More information

FREME WEBINAR SLIDES CREATED FEBRUARY Presented. FREME Webinar February 2016

FREME WEBINAR SLIDES CREATED FEBRUARY Presented.  FREME Webinar February 2016 Co-funded by the Horizon 2020 Framework Programme of the European Union Grant Agreement Number 644771 FREME WEBINAR SLIDES CREATED FEBRUARY 2016 www.freme-project.eu Presented on behalf of the FREME Consortium1

More information

Language Resources and Linked Data: A Practical Perspective

Language Resources and Linked Data: A Practical Perspective Language Resources and Linked Data: A Practical Perspective 1 Jorge Gracia 1( B ), Daniel Vila-Suero 1, John P. McCrae 2, Tiziano Flati 3, Ciro Baron 4, and Milan Dojchinovski 5 Ontology Engineering Group,

More information

Korean NLP2RDF Resources

Korean NLP2RDF Resources Korean NLP2RDF Resources YoungG yun Hahm 1 K yung taelim 1 YoonYongun 2 Jung yeul Park 3 Ke y Sun Choi 1,2 (1) Division of Web Science and Technology, KAIST, Daejeon, South Korea (2) Departmentt of Computer

More information

FREME WEBINAR SLIDES CREATED FEBRUARY Presented on behalf of the FREME Consortium.

FREME WEBINAR SLIDES CREATED FEBRUARY Presented on behalf of the FREME Consortium. Co-funded by the Horizon 2020 Framework Programme of the European Union Grant Agreement Number 644771 FREME WEBINAR SLIDES CREATED FEBRUARY 2016 www.freme-project.eu Presented on behalf of the FREME Consortium

More information

Introducing FREME: Deploying Linguistic Linked Data

Introducing FREME: Deploying Linguistic Linked Data Introducing FREME: Deploying Linguistic Linked Data Felix Sasaki1, Tatiana Gornostay2, Milan Dojchinovski3, Michele Osella4, Erik Mannens5, Giannis Stoitsis6, Phil Ritchie7, Kevin Koidl8 1 DFKI, felix.sasaki@dfki.de;

More information

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

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

More information

Linked Open Data Cloud. John P. McCrae, Thierry Declerck

Linked Open Data Cloud. John P. McCrae, Thierry Declerck Linked Open Data Cloud John P. McCrae, Thierry Declerck Hitchhiker s guide to the Linked Open Data Cloud DBpedia Largest node in the linked open data cloud Nucleus for a web of open data Most data is

More information

LODtagger. Guide for Users and Developers. Bahar Sateli René Witte. Release 1.0 July 24, 2015

LODtagger. Guide for Users and Developers. Bahar Sateli René Witte. Release 1.0 July 24, 2015 LODtagger Guide for Users and Developers Bahar Sateli René Witte Release 1.0 July 24, 2015 Semantic Software Lab Concordia University Montréal, Canada http://www.semanticsoftware.info Contents 1 LODtagger

More information

LODtagger. Guide for Users and Developers. Bahar Sateli René Witte. Release 1.1 October 7, 2016

LODtagger. Guide for Users and Developers. Bahar Sateli René Witte. Release 1.1 October 7, 2016 LODtagger Guide for Users and Developers Bahar Sateli René Witte Release 1.1 October 7, 2016 Semantic Software Lab Concordia University Montréal, Canada http://www.semanticsoftware.info Contents 1 LODtagger

More information

XLIFF 2.0 AND ENRICHMENT WORKFLOWS IN THE BROWSER

XLIFF 2.0 AND ENRICHMENT WORKFLOWS IN THE BROWSER Co- funded by the Horizon 2020 Framework Programme of the European Union Grant Agreement Number 644771 XLIFF 2.0 AND ENRICHMENT WORKFLOWS IN THE BROWSER FEISGILTT 2016, DUBLIN www.freme- project.eu Felix

More information

Implementing a Variety of Linguistic Annotations

Implementing a Variety of Linguistic Annotations Implementing a Variety of Linguistic Annotations through a Common Web-Service Interface Adam Funk, Ian Roberts, Wim Peters University of Sheffield 18 May 2010 Adam Funk, Ian Roberts, Wim Peters Implementing

More information

Reusing Linguistic Resources: Tasks and Goals for a Linked Data Approach

Reusing Linguistic Resources: Tasks and Goals for a Linked Data Approach Reusing Linguistic Resources: Tasks and Goals for a Linked Data Approach Marieke van Erp Abstract There is a need to share linguistic resources, but reuse is impaired by a number of constraints including

More information

Position Paper: Interoperability Challenges for Linguistic Linked Data

Position Paper: Interoperability Challenges for Linguistic Linked Data Position Paper: Interoperability Challenges for Linguistic Linked Data David Lewis (dave.lewis@cs.tcd.ie) Centre for Next General Localisation Trinity College Dublin Abstract: This position paper reviews

More information

August 2012 Daejeon, South Korea

August 2012 Daejeon, South Korea Building a Web of Linked Entities (Part I: Overview) Pablo N. Mendes Free University of Berlin August 2012 Daejeon, South Korea Outline Part I A Web of Linked Entities Challenges Progress towards solutions

More information

Maximising (Re)Usability of Language Resources using Linguistic Linked Data

Maximising (Re)Usability of Language Resources using Linguistic Linked Data Maximising (Re)Usability of Language Resources using Linguistic Linked Data A. Gómez-Pérez Universidad Politécnica de Madrid asun@fi.upm.es 18/05/2015 Presenter name 1 Lack of interoperability of Language

More information

The German DBpedia: A Sense Repository for Linking Entities

The German DBpedia: A Sense Repository for Linking Entities The German DBpedia: A Sense Repository for Linking Entities Sebastian Hellmann, Claus Stadler, and Jens Lehmann Abstract The modeling of lexico-semantic resources by means of ontologies is an established

More information

Annotating Spatio-Temporal Information in Documents

Annotating Spatio-Temporal Information in Documents Annotating Spatio-Temporal Information in Documents Jannik Strötgen University of Heidelberg Institute of Computer Science Database Systems Research Group http://dbs.ifi.uni-heidelberg.de stroetgen@uni-hd.de

More information

Semantic Web and Natural Language Processing

Semantic Web and Natural Language Processing Semantic Web and Natural Language Processing Wiltrud Kessler Institut für Maschinelle Sprachverarbeitung Universität Stuttgart Semantic Web Winter 2014/2015 This work is licensed under a Creative Commons

More information

Ngram Search Engine with Patterns Combining Token, POS, Chunk and NE Information

Ngram Search Engine with Patterns Combining Token, POS, Chunk and NE Information Ngram Search Engine with Patterns Combining Token, POS, Chunk and NE Information Satoshi Sekine Computer Science Department New York University sekine@cs.nyu.edu Kapil Dalwani Computer Science Department

More information

Natural Language Processing with PoolParty

Natural Language Processing with PoolParty Natural Language Processing with PoolParty Table of Content Introduction to PoolParty 2 Resolving Language Problems 4 Key Features 5 Entity Extraction and Term Extraction 5 Shadow Concepts 6 Word Sense

More information

Programming Technologies for Web Resource Mining

Programming Technologies for Web Resource Mining Programming Technologies for Web Resource Mining SoftLang Team, University of Koblenz-Landau Prof. Dr. Ralf Lämmel Msc. Johannes Härtel Msc. Marcel Heinz Motivation What are interesting web resources??

More information

DBpedia Data Processing and Integration Tasks in UnifiedViews

DBpedia Data Processing and Integration Tasks in UnifiedViews 1 DBpedia Data Processing and Integration Tasks in Tomas Knap Semantic Web Company Markus Freudenberg Leipzig University Kay Müller Leipzig University 2 Introduction Agenda, Team 3 Agenda Team & Goal An

More information

The Linking Open Data Project Bootstrapping the Web of Data

The Linking Open Data Project Bootstrapping the Web of Data The Linking Open Data Project Bootstrapping the Web of Data Tom Heath Talis Information Ltd, UK CATCH Programme and E-Culture Project Meeting on Metadata Interoperability Amsterdam, 29 February 2008 My

More information

Final Project Discussion. Adam Meyers Montclair State University

Final Project Discussion. Adam Meyers Montclair State University Final Project Discussion Adam Meyers Montclair State University Summary Project Timeline Project Format Details/Examples for Different Project Types Linguistic Resource Projects: Annotation, Lexicons,...

More information

Curation Technologies for Multilingual Europe

Curation Technologies for Multilingual Europe Curation Technologies for Multilingual Europe Georg Rehm DFKI, Germany META-FORUM 2016 Lisbon, Portugal 04/05 July 2016 Information??? Information Information Information Author Scholar TV editor Researcher

More information

Fusing Corporate Thesaurus Management with Linked Data using PoolParty

Fusing Corporate Thesaurus Management with Linked Data using PoolParty Fusing Corporate Thesaurus Management with Linked Data using PoolParty Thomas Schandl PoolParty at a glance Developed by punkt. netservices Current release: PoolParty 2.8 Main focus on three application

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

Financial Dataspaces: Challenges, Approaches and Trends

Financial Dataspaces: Challenges, Approaches and Trends Financial Dataspaces: Challenges, Approaches and Trends Finance and Economics on the Semantic Web (FEOSW), ESWC 27 th May, 2012 Seán O Riain ebusiness Copyright 2009. All rights reserved. Motivation Changing

More information

Links, languages and semantics: linked data approaches in The European Library and Europeana. Valentine Charles, Nuno Freire & Antoine Isaac

Links, languages and semantics: linked data approaches in The European Library and Europeana. Valentine Charles, Nuno Freire & Antoine Isaac Links, languages and semantics: linked data approaches in The European Library and Europeana. Valentine Charles, Nuno Freire & Antoine Isaac 14 th August 2014, IFLA2014 satellite meeting, Paris The European

More information

TIB AV-Portal Challenges managing audiovisual metadata encoded in RDF

TIB AV-Portal Challenges managing audiovisual metadata encoded in RDF Challenges managing audiovisual metadata encoded in RDF Jörg Waitelonis yovisto GmbH Margret Plank German National Library of Science and Technology (TIB) Hannover Prof. Dr. Harald Sack HPI-Potsdam / FIZ

More information

Entity and Knowledge Base-oriented Information Retrieval

Entity and Knowledge Base-oriented Information Retrieval Entity and Knowledge Base-oriented Information Retrieval Presenter: Liuqing Li liuqing@vt.edu Digital Library Research Laboratory Virginia Polytechnic Institute and State University Blacksburg, VA 24061

More information

Towards high quality, industry-ready Linguistic Linked Licensed Data

Towards high quality, industry-ready Linguistic Linked Licensed Data Towards high quality, industry-ready Linguistic Linked Licensed Data Víctor Rodríguez-Doncel 1, Daniel Vila-Suero 1, Asunción Gómez-Pérez 1, Philipp Cimiano 2, John P. M c Crae 2, and Guadalupe Aguado-de-Cea

More information

RPI INSIDE DEEPQA INTRODUCTION QUESTION ANALYSIS 11/26/2013. Watson is. IBM Watson. Inside Watson RPI WATSON RPI WATSON ??? ??? ???

RPI INSIDE DEEPQA INTRODUCTION QUESTION ANALYSIS 11/26/2013. Watson is. IBM Watson. Inside Watson RPI WATSON RPI WATSON ??? ??? ??? @ INSIDE DEEPQA Managing complex unstructured data with UIMA Simon Ellis INTRODUCTION 22 nd November, 2013 WAT SON TECHNOLOGIES AND OPEN ARCHIT ECT URE QUEST ION ANSWERING PROFESSOR JIM HENDLER S IMON

More information

DBpedia Extracting structured data from Wikipedia

DBpedia Extracting structured data from Wikipedia DBpedia Extracting structured data from Wikipedia Anja Jentzsch, Freie Universität Berlin Köln. 24. November 2009 DBpedia DBpedia is a community effort to extract structured information from Wikipedia

More information

Resilient Linked Data. Dave Reynolds, Epimorphics

Resilient Linked Data. Dave Reynolds, Epimorphics Resilient Linked Data Dave Reynolds, Epimorphics Ltd @der42 Outline What is Linked Data? Dependency problem Approaches: coalesce the graph link sets and partitioning URI architecture governance and registries

More information

Semantic Annotation, Search and Analysis

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

More information

The Data Web and Linked Data.

The Data Web and Linked Data. Mustafa Jarrar Lecture Notes, Knowledge Engineering (SCOM7348) University of Birzeit 1 st Semester, 2011 Knowledge Engineering (SCOM7348) The Data Web and Linked Data. Dr. Mustafa Jarrar University of

More information

3 Publishing Technique

3 Publishing Technique Publishing Tool 32 3 Publishing Technique As discussed in Chapter 2, annotations can be extracted from audio, text, and visual features. The extraction of text features from the audio layer is the approach

More information

Language Resources and Linked Data (EKAW 2014, Linköping, Sweden)

Language Resources and Linked Data (EKAW 2014, Linköping, Sweden) Language Resources and Linked Data (EKAW 2014, Linköping, Sweden) Multilingual Word Sense Disambiguation and Entity Linking on the Web based on BabelNet Roberto Navigli, Tiziano Flati Sapienza 18/11/2014

More information

Advisor/Committee Members Dr. Chris Pollett Dr. Mark Stamp Dr. Soon Tee Teoh. By Vijeth Patil

Advisor/Committee Members Dr. Chris Pollett Dr. Mark Stamp Dr. Soon Tee Teoh. By Vijeth Patil Advisor/Committee Members Dr. Chris Pollett Dr. Mark Stamp Dr. Soon Tee Teoh By Vijeth Patil Motivation Project goal Background Yioop! Twitter RSS Modifications to Yioop! Test and Results Demo Conclusion

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

KNOWLEDGE GRAPH: FROM METADATA TO INFORMATION VISUALIZATION AND BACK. Xia Lin College of Computing and Informatics Drexel University Philadelphia, PA

KNOWLEDGE GRAPH: FROM METADATA TO INFORMATION VISUALIZATION AND BACK. Xia Lin College of Computing and Informatics Drexel University Philadelphia, PA KNOWLEDGE GRAPH: FROM METADATA TO INFORMATION VISUALIZATION AND BACK Xia Lin College of Computing and Informatics Drexel University Philadelphia, PA 1 A little background of me Teach at Drexel University

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

INTERCONNECTING AND MANAGING MULTILINGUAL LEXICAL LINKED DATA. Ernesto William De Luca

INTERCONNECTING AND MANAGING MULTILINGUAL LEXICAL LINKED DATA. Ernesto William De Luca INTERCONNECTING AND MANAGING MULTILINGUAL LEXICAL LINKED DATA Ernesto William De Luca Overview 2 Motivation EuroWordNet RDF/OWL EuroWordNet RDF/OWL LexiRes Tool Conclusions Overview 3 Motivation EuroWordNet

More information

SRI International, Artificial Intelligence Center Menlo Park, USA, 24 July 2009

SRI International, Artificial Intelligence Center Menlo Park, USA, 24 July 2009 SRI International, Artificial Intelligence Center Menlo Park, USA, 24 July 2009 The Emerging Web of Linked Data Chris Bizer, Freie Universität Berlin Outline 1. From a Web of Documents to a Web of Data

More information

Outline. Introduction Semantic Web

Outline. Introduction Semantic Web Outline Introduction Semantic Web o Vision o From the Web of Documents to the Web Of Data o Technologies o Advantages Semantic Web and Linguistics RDB2RDF o Concepts o Sparqlify (SML) PanLex2RDF Demo Discussion

More information

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

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

More information

The Emerging Web of Linked Data

The Emerging Web of Linked Data 4th Berlin Semantic Web Meetup 26. February 2010 The Emerging Web of Linked Data Prof. Dr. Christian Bizer Freie Universität Berlin Outline 1. From a Web of Documents to a Web of Data Web APIs and Linked

More information

Linked Data Evolving the Web into a Global Data Space

Linked Data Evolving the Web into a Global Data Space Linked Data Evolving the Web into a Global Data Space Anja Jentzsch, Freie Universität Berlin 05 October 2011 EuropeanaTech 2011, Vienna 1 Architecture of the classic Web Single global document space Web

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

Datos abiertos de Interés Lingüístico

Datos abiertos de Interés Lingüístico Datos abiertos de Interés Lingüístico Prof. Dr. Asunción Gómez-Pérez Artificial Intelligence Department Universidad Politécnica de Madrid Campus de Montegancedo sn 28660 Boadilla del Monte, Madrid http://www.oeg-upm.net

More information

> Semantic Web Use Cases and Case Studies

> Semantic Web Use Cases and Case Studies > Semantic Web Use Cases and Case Studies Case Study: Improving Web Search using Metadata Peter Mika, Yahoo! Research, Spain November 2008 Presenting compelling search results depends critically on understanding

More information

Stanbol Enhancer. Use Custom Vocabularies with the. Rupert Westenthaler, Salzburg Research, Austria. 07.

Stanbol Enhancer.  Use Custom Vocabularies with the. Rupert Westenthaler, Salzburg Research, Austria. 07. http://stanbol.apache.org Use Custom Vocabularies with the Stanbol Enhancer Rupert Westenthaler, Salzburg Research, Austria 07. November, 2012 About Me Rupert Westenthaler Apache Stanbol and Clerezza Committer

More information

A Hybrid Neural Model for Type Classification of Entity Mentions

A Hybrid Neural Model for Type Classification of Entity Mentions A Hybrid Neural Model for Type Classification of Entity Mentions Motivation Types group entities to categories Entity types are important for various NLP tasks Our task: predict an entity mention s type

More information

Guidelines for Multilingual Linked Data generation and publication

Guidelines for Multilingual Linked Data generation and publication Guidelines for Multilingual Linked Data generation and publication Jorge Gracia, Daniel Vila-Suero jgracia, dvila@fi.upm.es ISWC Tutorial Building the Multilingual Semantic Web", Trentino (Italy) 20 th

More information

Why You Should Care About Linked Data and Open Data Linked Open Data (LOD) in Libraries

Why You Should Care About Linked Data and Open Data Linked Open Data (LOD) in Libraries Why You Should Care About Linked Data and Open Data Linked Open Data (LOD) in Libraries Florida Library Webinars Novare Library Services May 30, 2014 Jason Clark Head of Library Informatics & Computing

More information

LIDER: Building Free, Interlinked, and Interoperable Language Resources. Asunción Gómez- Pérez Philipp Cimiano

LIDER: Building Free, Interlinked, and Interoperable Language Resources. Asunción Gómez- Pérez Philipp Cimiano LIDER: Building Free, Interlinked, and Interoperable Language Resources Asunción Gómez- Pérez Philipp Cimiano MulBlingual Web Workshop Riga, 28th of April. 2015 20/11/2014 Presenter name 1. Surveys 2.

More information

Taxonomy browsing and ontology evaluation for Wikidata

Taxonomy browsing and ontology evaluation for Wikidata Taxonomy browsing and ontology evaluation for Wikidata Serghei Stratan Technische Universität Dresden February 12, 2016 Serghei Stratan (TUD) Taxonomy browsing and ontology evaluation February 12, 2016

More information

Enhancing discovery with entity reconciliation: Use cases from the Linked Data for Libraries (LD4L) project

Enhancing discovery with entity reconciliation: Use cases from the Linked Data for Libraries (LD4L) project Enhancing discovery with entity reconciliation: Use cases from the Linked Data for Libraries (LD4L) project Dean B. Krafft, Cornell University Library Workshop on Reconciliation of Linked Open Data Dec.

More information

Watson & WMR2017. (slides mostly derived from Jim Hendler and Simon Ellis, Rensselaer Polytechnic Institute, or from IBM itself)

Watson & WMR2017. (slides mostly derived from Jim Hendler and Simon Ellis, Rensselaer Polytechnic Institute, or from IBM itself) Watson & WMR2017 (slides mostly derived from Jim Hendler and Simon Ellis, Rensselaer Polytechnic Institute, or from IBM itself) R. BASILI A.A. 2016-17 Overview Motivations Watson Jeopardy NLU in Watson

More information

Prof. Dr. Christian Bizer

Prof. Dr. Christian Bizer STI Summit July 6 th, 2011, Riga, Latvia Global Data Integration and Global Data Mining Prof. Dr. Christian Bizer Freie Universität ität Berlin Germany Outline 1. Topology of the Web of Data What data

More information

ALIADA, an Open Source Solution to Easily Publish Linked Data of Libraries and Museums

ALIADA, an Open Source Solution to Easily Publish Linked Data of Libraries and Museums Automatic Publication under Linked Data Paradigm of Library Data ALIADA, an Open Source Solution to Easily Publish Linked Data of Libraries and Museums ALIADA Project Consortium SWIB15, November 23-25,

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 Semantic Search examples: Swoogle and Watson Steffen Staad credit: Tim Finin (swoogle), Mathieu d Aquin (watson) and their groups 2009-07-17

More information

Knowledge-Driven Video Information Retrieval with LOD

Knowledge-Driven Video Information Retrieval with LOD Knowledge-Driven Video Information Retrieval with LOD Leslie F. Sikos, Ph.D., Flinders University ESAIR 15, 23 October 2015 Melbourne, VIC, Australia Knowledge-Driven Video IR Outline Video Retrieval Challenges

More information

The Luxembourg BabelNet Workshop

The Luxembourg BabelNet Workshop The Luxembourg BabelNet Workshop 2 March 2016: Session 3 Tech session Disambiguating text with Babelfy. The Babelfy API Claudio Delli Bovi Outline Multilingual disambiguation with Babelfy Using Babelfy

More information

OKKAM-based instance level integration

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

More information

Towards Open Innovation with Open Data Service Platform

Towards Open Innovation with Open Data Service Platform Towards Open Innovation with Open Data Service Platform Marut Buranarach Data Science and Analytics Research Group National Electronics and Computer Technology Center (NECTEC), Thailand The 44 th Congress

More information

Supporting a Locale of One: Global Content Delivery for the Individual

Supporting a Locale of One: Global Content Delivery for the Individual Prof Vinny Wade Supporting a Locale of One: Global Content Delivery for the Individual Trinity College, Dublin University Deputy Director, CNGL Outline Challenge: Changing Face of Content Dynamic Multillingual

More information

Basic techniques. Text processing; term weighting; vector space model; inverted index; Web Search

Basic techniques. Text processing; term weighting; vector space model; inverted index; Web Search Basic techniques Text processing; term weighting; vector space model; inverted index; Web Search Overview Indexes Query Indexing Ranking Results Application Documents User Information analysis Query processing

More information

NERD workshop. Luca ALMAnaCH - Inria Paris. Berlin, 18/09/2017

NERD workshop. Luca ALMAnaCH - Inria Paris. Berlin, 18/09/2017 NERD workshop Luca Foppiano @ ALMAnaCH - Inria Paris Berlin, 18/09/2017 Agenda Introducing the (N)ERD service NERD REST API Usages and use cases Entities Rigid textual expressions corresponding to certain

More information

UBC Entity Discovery and Linking & Diagnostic Entity Linking at TAC-KBP 2014

UBC Entity Discovery and Linking & Diagnostic Entity Linking at TAC-KBP 2014 UBC Entity Discovery and Linking & Diagnostic Entity Linking at TAC-KBP 2014 Ander Barrena, Eneko Agirre, Aitor Soroa IXA NLP Group / University of the Basque Country, Donostia, Basque Country ander.barrena@ehu.es,

More information

Importing MASC into the ANNIS linguistic database: A case study of mapping GrAF

Importing MASC into the ANNIS linguistic database: A case study of mapping GrAF Importing MASC into the ANNIS linguistic database: A case study of mapping GrAF Arne Neumann 1 Nancy Ide 2 Manfred Stede 1 1 EB Cognitive Science and SFB 632 University of Potsdam 2 Department of Computer

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

TectoMT: Modular NLP Framework

TectoMT: Modular NLP Framework : Modular NLP Framework Martin Popel, Zdeněk Žabokrtský ÚFAL, Charles University in Prague IceTAL, 7th International Conference on Natural Language Processing August 17, 2010, Reykjavik Outline Motivation

More information

Open Knowledge Extraction Challenge 2017

Open Knowledge Extraction Challenge 2017 Open Knowledge Extraction Challenge 2017 René Speck 1, Michael Röder 1, Sergio Oramas 2, Luis Espinosa-Anke 2, and Axel-Cyrille Ngonga Ngomo 1,3 1 AKSW Group, University of Leipzig, Germany {speck,roeder}@informatik.uni-leipzig.de

More information

Linked.Art & Vocabularies: Linked Open Usable Data

Linked.Art & Vocabularies: Linked Open Usable Data Linked.Art & : Linked Open Usable Data Rob Sanderson, David Newbury Semantic Architect, Software & Data Architect J. Paul Getty Trust rsanderson, dnewbury, RDF & Linked Data & Ontologies & What is RDF?

More information

Exploiting Semantics Where We Find Them

Exploiting Semantics Where We Find Them Vrije Universiteit Amsterdam 19/06/2018 Exploiting Semantics Where We Find Them A Bottom-up Approach to the Semantic Web Prof. Dr. Christian Bizer Bizer: Exploiting Semantics Where We Find Them. VU Amsterdam,

More information

Visual Concept Detection and Linked Open Data at the TIB AV- Portal. Felix Saurbier, Matthias Springstein Hamburg, November 6 SWIB 2017

Visual Concept Detection and Linked Open Data at the TIB AV- Portal. Felix Saurbier, Matthias Springstein Hamburg, November 6 SWIB 2017 Visual Concept Detection and Linked Open Data at the TIB AV- Portal Felix Saurbier, Matthias Springstein Hamburg, November 6 SWIB 2017 Agenda 1. TIB and TIB AV-Portal 2. Automated Video Analysis 3. Visual

More information

ANC2Go: A Web Application for Customized Corpus Creation

ANC2Go: A Web Application for Customized Corpus Creation ANC2Go: A Web Application for Customized Corpus Creation Nancy Ide, Keith Suderman, Brian Simms Department of Computer Science, Vassar College Poughkeepsie, New York 12604 USA {ide, suderman, brsimms}@cs.vassar.edu

More information

On a Java based implementation of ontology evolution processes based on Natural Language Processing

On a Java based implementation of ontology evolution processes based on Natural Language Processing ITALIAN NATIONAL RESEARCH COUNCIL NELLO CARRARA INSTITUTE FOR APPLIED PHYSICS CNR FLORENCE RESEARCH AREA Italy TECHNICAL, SCIENTIFIC AND RESEARCH REPORTS Vol. 2 - n. 65-8 (2010) Francesco Gabbanini On

More information

Frame-based Ontology Population from Text with PIKES

Frame-based Ontology Population from Text with PIKES Ontology Summit 2017 AI, Learning, Reasoning, and Ontologies http://ontologforum.org/index.php/ontologysummit2017 April 5th, 2017 Frame-based Ontology Population from Text with PIKES Francesco Corcoglioniti

More information

D4.6 Data Value Chain Database v2

D4.6 Data Value Chain Database v2 D4.6 Data Value Chain Database v2 Coordinator: Fabrizio Orlandi (Fraunhofer) With contributions from: Isaiah Mulang Onando (Fraunhofer), Luis-Daniel Ibáñez (SOTON) Reviewer: Ryan Goodman (ODI) Deliverable

More information

Introduction. Semantic Web Services

Introduction. Semantic Web Services What is the course about? Semantic s Introduction New, emerging sciences: web science, service science based technologies: services, 2.0/Restful services Semantic services: vision, approaches, usage Copyright

More information

SEXTANT 1. Purpose of the Application

SEXTANT 1. Purpose of the Application SEXTANT 1. Purpose of the Application Sextant has been used in the domains of Earth Observation and Environment by presenting its browsing and visualization capabilities using a number of link geospatial

More information

ISA Action 1.17: A Reusable INSPIRE Reference Platform (ARE3NA)

ISA Action 1.17: A Reusable INSPIRE Reference Platform (ARE3NA) ISA Action 1.17: A Reusable INSPIRE Reference Platform (ARE3NA) Expert contract supporting the Study on RDF and PIDs for INSPIRE Deliverable D.EC.3.2 RDF in INSPIRE Open issues, tools, and implications

More information

Advances in Data Management - Web Data Integration A.Poulovassilis

Advances in Data Management - Web Data Integration A.Poulovassilis Advances in Data Management - Web Data Integration A.Poulovassilis 1 1 Integrating Deep Web Data Traditionally, the web has made available vast amounts of information in unstructured form (i.e. text).

More information

Optimising a Semantic IoT Data Hub

Optimising a Semantic IoT Data Hub Optimising a Semantic IoT Data Hub Ilias Tachmazidis, Sotiris Batsakis, John Davies, Alistair Duke, Grigoris Antoniou and Sandra Stincic Clarke John Davies, BT Overview Motivation de-siloization and data

More information

Proposal for Implementing Linked Open Data on Libraries Catalogue

Proposal for Implementing Linked Open Data on Libraries Catalogue Submitted on: 16.07.2018 Proposal for Implementing Linked Open Data on Libraries Catalogue Esraa Elsayed Abdelaziz Computer Science, Arab Academy for Science and Technology, Alexandria, Egypt. E-mail address:

More information

The Wikipedia XML Corpus

The Wikipedia XML Corpus INEX REPORT The Wikipedia XML Corpus Ludovic Denoyer, Patrick Gallinari Laboratoire d Informatique de Paris 6 8 rue du capitaine Scott 75015 Paris http://www-connex.lip6.fr/denoyer/wikipediaxml {ludovic.denoyer,

More information

OWLIM Reasoning over FactForge

OWLIM Reasoning over FactForge OWLIM Reasoning over FactForge Barry Bishop, Atanas Kiryakov, Zdravko Tashev, Mariana Damova, Kiril Simov Ontotext AD, 135 Tsarigradsko Chaussee, Sofia 1784, Bulgaria Abstract. In this paper we present

More information

DBpedia Spotlight at the MSM2013 Challenge

DBpedia Spotlight at the MSM2013 Challenge DBpedia Spotlight at the MSM2013 Challenge Pablo N. Mendes 1, Dirk Weissenborn 2, and Chris Hokamp 3 1 Kno.e.sis Center, CSE Dept., Wright State University 2 Dept. of Comp. Sci., Dresden Univ. of Tech.

More information

corenlp-xml-reader Documentation

corenlp-xml-reader Documentation corenlp-xml-reader Documentation Release 0.0.4 Edward Newell Feb 07, 2018 Contents 1 Purpose 1 2 Install 3 3 Example 5 3.1 Instantiation............................................... 5 3.2 Sentences.................................................

More information

Using Linked Data and taxonomies to create a quick-start smart thesaurus

Using Linked Data and taxonomies to create a quick-start smart thesaurus 7) MARJORIE HLAVA Using Linked Data and taxonomies to create a quick-start smart thesaurus 1. About the Case Organization The two current applications of this approach are a large scientific publisher

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