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

Size: px
Start display at page:

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

Transcription

1 Co-funded by the Horizon 2020 Framework Programme of the European Union Grant Agreement Number A FRAMEWORK FOR MULTILINGUAL AND SEMANTIC ENRICHMENT OF DIGITAL CONTENT (NEW L10N BUSINESS OPPORTUNITIES) FREME WEBINAR HELD FOR GALA, 28 APRIL 2016 Presented by Tatjana Gornostaja (Tilde) and Felix Sasaki (DFKI / W3C Fellow) FREME Webinar for GALA April

2 OVERVIEW Introduction Technological aspects of the framework Localization and other FREME business cases Q&A FREME Webinar for GALA April

3 Coupling Knowledge and Language via e-service Ecosystem FREME Webinar for GALA April

4 Knowledge Language FREME Webinar for GALA April

5 Knowledge Language FREME Webinar for GALA April

6 Knowledge Language FREME Webinar for GALA April

7 FREME Picture: coloringpageswallpaper.com FREME Webinar for GALA April

8 THE FREME PROJECT Two year H2020 Innovation action; start February 2015 Industry partners leading four business cases around digital content and (linked) data Technology development bridging language and data Outreach and business modelling demonstrating monetization of the multilingual data value chain FREME Webinar for GALA April

9 CURRENT STATE OF SOLUTIONS Machine translation, terminology annotation,... Linked data creation & processing GAPS THAT HINDER BUSINESS: Plethora of formats Adaptability and platform dependency Language coverage Usability The right tool for the right person in given and new enterprises : technology influences job profiles FREME Webinar for GALA April

10 FREME TO THE RESCUE: ENRICHING DIGITAL CONTENT Machine translation, terminology annotation,... Linked data creation & processing A SET OF INTERFACES* - DESIGN DRIVEN BY BUSINESS CASES * Graphical interfaces * Software Interfaces LT and LD as first class citizens on the Web LT and LD for various user types: (application) developer, content architect, content author, FREME Webinar for GALA April

11 FREME Webinar for GALA April

12 OVERVIEW Introduction Technological aspects of the framework Localization and other FREME business cases Q&A FREME Webinar for GALA April

13 FREME FROM A TECHNICAL PERSPECTIVE A framework for multilingual and semantic enrichment of digital content that provides access via a set of APIs and GUIs to six E- services. e-entity for enriching content with information on named entities; e-link for enrichment with linked data sources; e-terminology for detecting terms and enriching them with term related information; e-translation for providing custom machine translation systems; e-internationalisation for processing a variety of digital content formats; and e-publishing for exporting the outcome of enrichment processes in the epub format. FREME Webinar for GALA April

14 FREME FROM A TECHNICAL PERSPECTIVE How to access FREME several options: A life version 0.5 (0.6 soon to be released!) including documentation at A development version at A Java / maven software package; see the documentation for installation instructions Source code in a GitHub project The framework is available under Apache 2.0 license to ease commercial use Underlying services have various licensing conditions FREME Webinar for GALA April

15 LINGUISTIC LINKED DATA AND OTHER STANDARDS PUT IN ACTION VIA FREME NIF (Natural Language Processing Interchange Format) for representing digital content and enrichment information in a format agnostic manner, based on the linked data stack; OntoLex lemon for representing lexical information, to be used e.g. for improving machine translation output; Internationalization Tag Set 2.0 for representing various types of enrichment information in a standardized manner, related e.g. to terminology named entities; and The general linked data technology stack (RDF, SPARQL etc.) FREME is built on outcomes of standard driving projects in FP7 in the area of linguist linked data: LIDER and FALCON Cf. and FREME Webinar for GALA April

16 EXAMPLE API CALL The request is made to the API for the e-entity service, a service that enriches content with named entities. The input format of content is plain text; the output format is turtle. The content to enrich is Welcome to the city of Prague. The language or the content is English. The dataset used for the enrichment is DBpedia. FREME Webinar for GALA April

17 EXAMPLE OUTPUT: USING NIF TO STORE CONTENT (1) < (2) a nif:string, nif:context, nif:rfc5147string ; (3) nif:beginindex "0"^^xsd:int ; (4) nif:endindex "29"^^xsd:int ; (5) nif:isstring "Welcome to the city of Prague"^^xsd:string. 1) Identifying the content via a URI 2) Adding certain types from NIF* 3) Identifying the start offset of the content 4) Identifying the end offset of the content 5) Providing the string content itself. * For More on NIF: see a dedicated tutorial FREME Webinar for GALA April

18 AND ENRICHMENT INFORMATION (1) < (2) nif:anchorof "Prague"^^xsd:string ; (3) nif:beginindex "23"^^xsd:int ; (4) nif:endindex "29"^^xsd:int ; (5) nif:referencecontext < ; (6) itsrdf:taclassref < 1) Identifying the annotation via a URI 2) Providing the string content of the annotation 3) Identifying the start offset of the content 4) Identifying the end offset of the content 5) Relating the content to annotations 6) Enrichment with ITS 2.0 class information ( Prague = a city) FREME Webinar for GALA April

19 SIMPLIFIED OUTPUT HELPS API DEVELOPERS TO CONSUME LINKED DATA FREME provides user specified filter mechanism to simply the output Supports CVS, XML or JSON Example output as CSV For more infos on filtering, see FREME Webinar for GALA April

20 FORMAT COVERAGE Processing of various content formats NIF, RDF, Text, HTML, OpenOffice, XLIFF 1.2, various XML formats, Many formats are processed via e-internationalization services Format specified in API call as input and (partially supported) output FREME Webinar for GALA April

21 USING E-TERMINOLOGY WITH HTML OUTPUT <!DOCTYPE html> <body> <p>welcome to the city of Prague.</p> </body> </html> Call of e-terminology <!DOCTYPE html> <p>welcome to the <span its-term="yes">city</span> of Prague. </html> FREME Webinar for GALA April

22 TRANSLATING XLIFF CONTENT WITH E-TRANSLATION...<trans-unit> <source>this is car</source> </trans-unit>... Call of e-translation < nif:isstring "This is a car"@en itsrdf:target "Dies ist ein Auto"@de. FREME Webinar for GALA April

23 IMPROVING E-TRANSLATION OUTPUT VIA E-TERMINOLOGY The EU in brief. The EU is a unique economic and political partnership between 28 European countries that together cover much of the continent. Call of e-terminology: detection of translation suggestions continent, partnership, briefing, economics, covering Call of e-translation: improved output! De voorschriften in DE EU. De EU is een uniek partnerschap tussen politiek en economie in de Europese landen, die gezamenlijk 28 verpakking van het continent. FREME Webinar for GALA April

24 OVERVIEW Introduction Technological aspects of the framework Localization and other FREME business cases Q&A FREME Webinar for GALA April

25 MOTIVATION Aid translators Supplement typical linguistic support tools like glossary look-up with entity recognition and term disambiguation Possibility to introduce proprietary and domain-specific semantic datasets Provide Value-Add to customers Make their content more interactive, compelling and discoverable Open up service offerings to new customers from existing and new channels FREME Webinar for GALA April

26 TRANSLATOR SUPPORT Automatic machine translation suggestions Automatic terminology look-up Includes definitions Automatic Entity Recognition Includes many textual and visual contextual properties: descriptions, images, links to other resources FREME Webinar for GALA April

27 CUSTOMER VALUE-ADD DBpedia Translated Content Proprietary dataset Relationships can be formed between new content and existing knowledge resources Utilize open and private Multilingual Linked Data Cloud FREME Webinar for GALA April

28 BUSINESS BENEFITS Technological Support to Content Authors and Localizers Aid with the cognitive and physical tasks of finding and employing the most appropriate terminology Opens up Conversations with New Customers Deliver semantically richer, more interactive, highly sociable and discoverable content Through integration, enrichment added automatically can be validated by human and saved with content Demonstrates Vistatec thought leadership to customers looking for service differentiators and value add FREME Webinar for GALA April

29 CHALLENGE AND OPPORTUNITY: BIG DATA IS GROWING ACROSS LANGUAGES, SECTORS AND DOMAINS AR EN ES Agriculture metadata, user content, news content, JA, ZH,... WHAT LIES AHEAD FOR SEVERAL INDUSTRIES? SEE THE FREME BUSINESS CASES BC: Digital publishing BC: Translation and localisation BC: Agriculture and food domain data BC: Web site personalisation FREME Webinar for GALA April

30 DIGITAL PUBLISHING With a simple click you can fetch extra information from a dataset and use it to annotate content. FREME Webinar for GALA April

31 AGRICULTURE AND FOOD DATA Domain experts can automatically extract terms from title, description, abstracts and full text. FREME Webinar for GALA April

32 PERSONALISATION OF WEB CONTENT Businesses can identify the topics their customers are engaging with, focusing their global content strategy. FREME Webinar for GALA April

33 CONTACTS CONSORTIUM FREME Webinar for GALA April

34 OVERVIEW Introduction Technological aspects of the framework Localization and other FREME business cases Q&A FREME Webinar for GALA April

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

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

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

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

First pilot of the FREME framework and e- services - Alpha version

First pilot of the FREME framework and e- services - Alpha version First pilot of the FREME framework and e- Services Alpha version Co- funded by the Horizon 2020 Framework Programme of the European Union DELIVERABLE NUMBER D1.4 DELIVERABLE TITLE First pilot of the FREME

More information

Make the Multilingual Web Work. TPAC 2012 Breakout Session

Make the Multilingual Web Work. TPAC 2012 Breakout Session Make the Multilingual Web Work TPAC 2012 Breakout Session 1. MULTILINGUALWEB-LT WORKING GROUP Gap: Metadata in the deep Web Input from the data base the hidden web : Ob postbank direkt, online-banking,

More information

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

Building the Multilingual Web of Data. Integrating NLP with Linked Data and RDF using the NLP Interchange Format Building the Multilingual Web of Data Integrating NLP with Linked Data and RDF using the NLP Interchange Format Presenter name 1 Outline 1. Introduction 2. NIF Basics 3. NIF corpora 4. NIF tools & services

More information

Linked Data in Translation-Kits

Linked Data in Translation-Kits Linked Data in Translation-Kits FEISGILTT Dublin June 2014 Yves Savourel ENLASO Corporation Slides and code are available at: https://copy.com/ngbco13l9yls This presentation was made possible by The main

More information

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

Summit Meeting Search meets Terminology. Felix Sasaki, DFKI / W3C Fellow, Berlin Christian Lieske, SAP, St. Leon-Rot

Summit Meeting Search meets Terminology. Felix Sasaki, DFKI / W3C Fellow, Berlin Christian Lieske, SAP, St. Leon-Rot Summit Meeting Search meets Terminology Felix Sasaki, DFKI / W3C Fellow, Berlin Christian Lieske, SAP, St. Leon-Rot Crossing the language chasm with terminological assets User Ø Output Input 图形提供商 x Primary

More information

Metadata for the Multilingual Web

Metadata for the Multilingual Web 19 Felix Sasaki 1 DFKI / W3C Fellow felix.sasaki@dfki.de We describe the Internationalization Tag Set (ITS) 2.0, an upcoming standard to foster the development of the multilingual Web. ITS 2.0 provides

More information

Interactive Knowledge Stack A Software Architecture for Semantic Content Management Systems

Interactive Knowledge Stack A Software Architecture for Semantic Content Management Systems Interactive Stack A Software Architecture for Semantic Content Management Systems Fabian Christ July 2, 2012 Interactive Stack - IKS Started in January 2009 ends in December 2012 Funded in part by a 6.58m

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

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

Webinar Annotate data in the EUDAT CDI

Webinar Annotate data in the EUDAT CDI Webinar Annotate data in the EUDAT CDI Yann Le Franc - e-science Data Factory, Paris, France March 16, 2017 This work is licensed under the Creative Commons CC-BY 4.0 licence. Attribution: Y. Le Franc

More information

Towards a Linked Open Data Cloud of Language Resources in the Legal Domain

Towards a Linked Open Data Cloud of Language Resources in the Legal Domain Building the Legal Knowledge Graph for Smart Compliance Services in Multilingual Europe Towards a Linked Open Data Cloud of Language Resources in the Legal Domain Patricia Martín-Chozas, Elena Montiel-Ponsoda,

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

lemon: An Ontology-Lexicon model for the Multilingual Semantic Web

lemon: An Ontology-Lexicon model for the Multilingual Semantic Web http://www.monnet-project.eu http://twitter.com/monnetproject W3C Workshop: The Multilingual Web - Where Are We? 26-27 October 2010, Madrid lemon: An Ontology-Lexicon model for the Multilingual Semantic

More information

LIDER: FP Linked Data as an enabler of cross-media and multilingual. analytics for enterprises across Europe. Phase II

LIDER: FP Linked Data as an enabler of cross-media and multilingual. analytics for enterprises across Europe. Phase II LIDER: FP7 610782 Linked Data as an enabler of cross-media and multilingual content analytics for enterprises across Europe Deliverable number Deliverable title Main Authors D4.4.3 Updated Project Fact

More information

D3.2.1: OKAPI OCELOT

D3.2.1: OKAPI OCELOT : OKAPI OCELOT Phil Ritchie Distribution: Consortium Internal Report MultilingualWeb-LT (LT-Web) Language Technology in the Web FP7-ICT-2011-7 Project no: 287815 Document Information Deliverable number:

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 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

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

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

Unlocking the full potential of location-based services: Linked Data driven Web APIs

Unlocking the full potential of location-based services: Linked Data driven Web APIs Unlocking the full potential of location-based services: Linked Data driven Web APIs Open Standards for Linked Organisations about Raf Buyle Ziggy Vanlishout www.vlaanderen.be/informatievlaanderen 6.4

More information

Statistics and Open Data

Statistics and Open Data 2013 Ano Internacional da Estatística www.statistics2013.org «Statistics and Open Data Department of Methodology and Information Systems «João Poças (joao.pocas@ine.pt) Lisbon, November, 5 th 2013»1 Agenda

More information

Understand Localization Standards and Use Them Effectively. John Watkins, President, ENLASO

Understand Localization Standards and Use Them Effectively. John Watkins, President, ENLASO Understand Localization Standards and Use Them Effectively John Watkins, President, ENLASO jwatkins@enlaso.com Agenda The Standards Universe Core Standards Using Standards The Universe: Standards Evolution

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

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

Building the future of television

Building the future of television Television Linked To The Web Building the future of television Lynda Hardman Centrum Wiskunde & Informatica The LinkedTV vision Web and TV exist in parallel 86% of TV viewers surf the Web at the same time

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

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

DT-ICT : Big data solutions for energy

DT-ICT : Big data solutions for energy DT-ICT-11-2019: Big data solutions for energy info day Stefano Bertolo, DG CONNECT Mario Dionisio, DG ENER Scientific Programme Officers Who we are DG CONNECT, Unit G1 Data Policy and Innovation DG ENERGY,

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

Striving for efficiency

Striving for efficiency Ron Dekker Director CESSDA Striving for efficiency Realise the social data part of EOSC How to Get the Maximum from Research Data Prerequisites and Outcomes University of Tartu, 29 May 2018 Trends 1.Growing

More information

Big Data Value cppp Big Data Value Association Big Data Value ecosystem

Big Data Value cppp Big Data Value Association Big Data Value ecosystem Big Data Value cppp Big Data Value Association Big Data Value ecosystem Laure Le Bars, SAP, BDVA President and BDVe lead Nuria de Lama, ATOS, BDVA Deputy Secretary General, BDVe co-lead Ana García Robles,

More information

An Archiving System for Managing Evolution in the Data Web

An Archiving System for Managing Evolution in the Data Web An Archiving System for Managing Evolution in the Web Marios Meimaris *, George Papastefanatos and Christos Pateritsas * Institute for the Management of Information Systems, Research Center Athena, Greece

More information

IBM Advantage: IBM Watson Compare and Comply Element Classification

IBM Advantage: IBM Watson Compare and Comply Element Classification IBM Advantage: IBM Watson Compare and Comply Element Classification Executive overview... 1 Introducing Watson Compare and Comply... 2 Definitions... 3 Element Classification insights... 4 Sample use cases...

More information

Research Infrastructures and Horizon 2020

Research Infrastructures and Horizon 2020 Ana Arana Antelo DG Research & Head of Research Infrastructures ERF Workshop - Hamburg, 31 May 2012 Research Infrastructures and Horizon 2020 The EU Framework Programme for Research and 2014-2020 Research

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

The PICTURE project, ICT R&I priorities in EaP, areas of cooperation

The PICTURE project, ICT R&I priorities in EaP, areas of cooperation The PICTURE project, ICT R&I priorities in EaP, areas of cooperation With the EU PICTURE project participants Yerevan, September 26,2013 THEME 1 : PICTURE PROJECT Svetlana Klessova, project coordinator

More information

Making Open Data work for Europe

Making Open Data work for Europe Making Open Data work for Europe Daniele Rizzi European Commission DG Communications Networks, Content and Technology daniele.rizzi@ec.europa.eu Nikolaos Loutas PwC EU Services nikolaos.loutas@be.pwc.com

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

Webinar on 5G funding opportunities for EU-US collaboration in Horizon 2020

Webinar on 5G funding opportunities for EU-US collaboration in Horizon 2020 Webinar on 5G funding opportunities for EU-US collaboration in Horizon 2020 Prof. Gerhard Fettweis Vodafone Chair Professor at TU Dresden Coordinator 5G Lab Germany PICASSO 5G Networks Expert Group Chair

More information

The RMap Project: Linking the Products of Research and Scholarly Communication Tim DiLauro

The RMap Project: Linking the Products of Research and Scholarly Communication Tim DiLauro The RMap Project: Linking the Products of Research and Scholarly Communication 2015 04 22 Tim DiLauro Motivation Compound objects fast becoming the norm for outputs of scholarly communication.

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

Deliverable Final Data Management Plan

Deliverable Final Data Management Plan EU H2020 Research and Innovation Project HOBBIT Holistic Benchmarking of Big Linked Data Project Number: 688227 Start Date of Project: 01/12/2015 Duration: 36 months Deliverable 8.5.3 Final Data Management

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

Semantic Web. Tahani Aljehani

Semantic Web. Tahani Aljehani Semantic Web Tahani Aljehani Motivation: Example 1 You are interested in SOAP Web architecture Use your favorite search engine to find the articles about SOAP Keywords-based search You'll get lots of information,

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

WaSABi 2014: Breakout Brainstorming Session Summary

WaSABi 2014: Breakout Brainstorming Session Summary WaSABi 2014: Breakout Brainstorming Session Summary Sam Coppens 1, Karl Hammar 2, Magnus Knuth 3, Marco Neumann 4, Dominique Ritze 5, Miel Vander Sande 6 1 IBM Research - Smarter Cities Technology Center

More information

Linked Data and Language Technologies: The LIDER project

Linked Data and Language Technologies: The LIDER project Linked Data and Language Technologies: The LIDER project A. Gómez- Pérez (UPM) asun@fi.upm.es Project Coordinator CSA Budget: 1.482.000 Starting date: 1. Nov. 2013 Duration: 2 Years 163 PM 2014.05.08 Presenter

More information

Mymory: Enhancing a Semantic Wiki with Context Annotations

Mymory: Enhancing a Semantic Wiki with Context Annotations Mymory: Enhancing a Semantic Wiki with Context Annotations Malte Kiesel, Sven Schwarz, Ludger van Elst, and Georg Buscher Knowledge Management Department German Research Center for Artificial Intelligence

More information

The MultilingualWeb-LT project

The MultilingualWeb-LT project Multilingualism & Drupal The MultilingualWeb-LT project Denver, CO. March 20th, 2012 Seite 1 Cocomore essentials Agency for integrated communication and IT services 120 employees Offices in Germany and

More information

Data is the new Oil (Ann Winblad)

Data is the new Oil (Ann Winblad) Data is the new Oil (Ann Winblad) Keith G Jeffery keith.jeffery@keithgjefferyconsultants.co.uk 20140415-16 JRC Workshop Big Open Data Keith G Jeffery 1 Data is the New Oil Like oil has been, data is Abundant

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

How to return control over user data back to the user The rethink framework

How to return control over user data back to the user The rethink framework How to return control over user data back to the user The rethink framework Anastasius Gavras Eurescom GmbH Online Webinar 21. June 2017 This project has received funding from the European Union s Horizon

More information

Cloud28+ Compliance in Cross Border Business

Cloud28+ Compliance in Cross Border Business Cloud28+ Compliance in Cross Border Business SPEAKER: Munir Ismet Head of Cloud, - EMEA, Public Sector, HP Cloud28+ Compliance in Cross Border Business A single European Catalogue of cloud services Munir

More information

CONCLUSIONS OF THE WESTERN BALKANS DIGITAL SUMMIT APRIL, SKOPJE

CONCLUSIONS OF THE WESTERN BALKANS DIGITAL SUMMIT APRIL, SKOPJE CONCLUSIONS OF THE WESTERN BALKANS DIGITAL SUMMIT 2018 18-19 APRIL, SKOPJE CONCLUSIONS OF THE WESTERN BALKANS DIGITAL SUMMIT 2018 At the Trieste Western Balkans Summit, we stressed the importance of the

More information

Deliverable No: D8.5

Deliverable No: D8.5 Project Title: Sensing and predictive treatment of frailty and associated co-morbidities using advanced personalized models and advanced interventions Contract No: 690140 Instrument: Call identifier: Topic:

More information

Markus Kaindl Senior Manager Semantic Data Business Owner SN SciGraph

Markus Kaindl Senior Manager Semantic Data Business Owner SN SciGraph Analytics Building business tools for the scholarly publishing domain using LOD and the ELK stack SEMANTiCS Vienna 2018 Markus Kaindl Senior Manager Semantic Data Business Owner SN SciGraph 1 Agenda (25

More information

Data Governance for the Connected Enterprise

Data Governance for the Connected Enterprise Data Governance for the Connected Enterprise Irene Polikoff and Jack Spivak, TopQuadrant Inc. November 3, 2016 Copyright 2016 TopQuadrant Inc. Slide 1 Data Governance for the Connected Enterprise Today

More information

EMEA/Africa/Middle East - Tuesday June 25th, :00:00 a.m. - 1:00pm BST / 10:00:00 a.m. - 2:00 p.m.cest /

EMEA/Africa/Middle East - Tuesday June 25th, :00:00 a.m. - 1:00pm BST / 10:00:00 a.m. - 2:00 p.m.cest / EMEA/Africa/Middle East - Tuesday June 25th, 2013 9:00:00 a.m. - 1:00pm BST / 10:00:00 a.m. - 2:00 p.m.cest / 1:30:00 p.m. - 5:30:00 p.m. IST / 12:00:00 p.m. - 4:00 p.m. MSK / 08:00:00 a.m. - 12:00 p.m.

More information

Infrastructure for Multilayer Interoperability to Encourage Use of Heterogeneous Data and Information Sharing between Government Systems

Infrastructure for Multilayer Interoperability to Encourage Use of Heterogeneous Data and Information Sharing between Government Systems Hitachi Review Vol. 65 (2016), No. 1 729 Featured Articles Infrastructure for Multilayer Interoperability to Encourage Use of Heterogeneous Data and Information Sharing between Government Systems Kazuki

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

SLIPO. Scalable Linking and Integration of Big POI data. Giorgos Giannopoulos IMIS/Athena RC

SLIPO. Scalable Linking and Integration of Big POI data. Giorgos Giannopoulos IMIS/Athena RC SLIPO Scalable Linking and Integration of Big POI data I n f o r m a ti o n a n d N e t w o r ki n g D a y s o n H o ri z o n 2 0 2 0 B i g Da ta Public-Priva te Partnership To p i c : I C T 14 B i g D

More information

Applied Data Governance - Part 3

Applied Data Governance - Part 3 Applied Data Governance - Part 3 Day in the Life of a Reference Data Steward Jesse Lambert and Jack Spivak, TopQuadrant Inc. May 17, 2018 Today s Program 1. Introduction: Benefits of Managing Reference

More information

Welcome to the Industrial Internet Forum

Welcome to the Industrial Internet Forum Welcome to the Industrial Internet Forum Dr. Richard Soley, Executive Director Industrial Internet Consortium Keio University June 3, 2016 The Industrial Internet is leading the next economic revolution

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

Reducing Consumer Uncertainty

Reducing Consumer Uncertainty Spatial Analytics Reducing Consumer Uncertainty Towards an Ontology for Geospatial User-centric Metadata Introduction Cooperative Research Centre for Spatial Information (CRCSI) in Australia Communicate

More information

Fedora Commons: Taking on the Challenge of the Next Generation of Scholarly Communication

Fedora Commons: Taking on the Challenge of the Next Generation of Scholarly Communication Fedora Commons: Taking on the Challenge of the Next Generation of Scholarly Communication Sandy Payette Executive Director Fedora Commons November 7, 2007 DLF, Philadelphia, PA Scholarship and Research

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

The EuroHPC strategic initiative

The EuroHPC strategic initiative Amsterdam, 12 December 2017 The EuroHPC strategic initiative Thomas Skordas Director, DG CONNECT-C, European Commission The European HPC strategy in Horizon 2020 Infrastructure Capacity of acquiring leadership-class

More information

PROJECT PERIODIC REPORT

PROJECT PERIODIC REPORT PROJECT PERIODIC REPORT Grant Agreement number: 257403 Project acronym: CUBIST Project title: Combining and Uniting Business Intelligence and Semantic Technologies Funding Scheme: STREP Date of latest

More information

White Paper. EVERY THING CONNECTED How Web Object Technology Is Putting Every Physical Thing On The Web

White Paper. EVERY THING CONNECTED How Web Object Technology Is Putting Every Physical Thing On The Web White Paper EVERY THING CONNECTED Is Putting Every Physical Thing Every Thing Connected The Internet of Things a term first used by technology visionaries at the AUTO-ID Labs at MIT in the 90s 1 has received

More information

A Linked Data Translation Approach to Semantic Interoperability

A Linked Data Translation Approach to Semantic Interoperability A Data Translation Approach to Semantic Interoperability November 12, 2014 Dataversity Webinar Rafael M Richards MD MS Physician Informaticist Veterans Health Administratioan U.S. Department of Veterans

More information

Enhancing applications with Cognitive APIs IBM Corporation

Enhancing applications with Cognitive APIs IBM Corporation Enhancing applications with Cognitive APIs After you complete this section, you should understand: The Watson Developer Cloud offerings and APIs The benefits of commonly used Cognitive services 2 Watson

More information

ehealth and DSM, Digital Single Market

ehealth and DSM, Digital Single Market ehealth and DSM, Digital Single Market Dr. Christoph Klein Interoperable data, access and sharing ehealth, Wellbeing and Ageing DG Communications Networks, Content and Technology European Commission, Luxembourg,

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

An Entity Name Systems (ENS) for the [Semantic] Web

An Entity Name Systems (ENS) for the [Semantic] Web An Entity Name Systems (ENS) for the [Semantic] Web Paolo Bouquet University of Trento (Italy) Coordinator of the FP7 OKKAM IP LDOW @ WWW2008 Beijing, 22 April 2008 An ordinary day on the [Semantic] Web

More information

The NEPOMUK project. Dr. Ansgar Bernardi DFKI GmbH Kaiserslautern, Germany

The NEPOMUK project. Dr. Ansgar Bernardi DFKI GmbH Kaiserslautern, Germany The NEPOMUK project Dr. Ansgar Bernardi DFKI GmbH Kaiserslautern, Germany ansgar.bernardi@dfki.de Integrated Project n 27705 Priority 2.4.7 Semantic knowledge based systems NEPOMUK is a three-year Integrated

More information

Utilizing, creating and publishing Linked Open Data with the Thesaurus Management Tool PoolParty

Utilizing, creating and publishing Linked Open Data with the Thesaurus Management Tool PoolParty Utilizing, creating and publishing Linked Open Data with the Thesaurus Management Tool PoolParty Thomas Schandl, Andreas Blumauer punkt. NetServices GmbH, Lerchenfelder Gürtel 43, 1160 Vienna, Austria

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

Computer-Aided Semantic Annotation of Multimedia. Project Presentation. June 2008

Computer-Aided Semantic Annotation of Multimedia. Project Presentation. June 2008 Computer-Aided Semantic Annotation of Multimedia Project Presentation June 2008 Presentation Outline 1. Introduction 7. Partner Roles 2. Consortium 8. Research Areas 3. Motivation 9. Project Expected Results

More information

Building multi-stakeholder partnerships for World Heritage

Building multi-stakeholder partnerships for World Heritage Building multi-stakeholder partnerships for World Heritage Partnering for World Heritage Wadden Sea Day 2017 31 August 2017 Marco van der Ree mission statement Bringing organizations, communities and people

More information

MESH. Multimedia Semantic Syndication for Enhanced News Services. Project Overview

MESH. Multimedia Semantic Syndication for Enhanced News Services. Project Overview MESH Multimedia Semantic Syndication for Enhanced News Services Project Overview Presentation Structure 2 Project Summary Project Motivation Problem Description Work Description Expected Result The MESH

More information

The W3C Emotion Incubator Group

The W3C Emotion Incubator Group The W3C Emotion Incubator Group Marc Schröder DFKI GmbH Saarbrücken Germany DFKI in-house Workshop on W3C Activities Kaiserslautern, 28. Nov. 2006 Outline Motivation from HUMAINE EARL towards Standardisation?

More information

W3C Web of Things. Mohammed Dadas - Orange

W3C Web of Things. Mohammed Dadas - Orange W3C Web of Things Mohammed Dadas - Orange ETSI M2M Workshop -December 10 th, 2014 Agenda Orange today What is W3C Web of Things Interest Group overview Conclusion Orange today Orange in figures Orange

More information

German Research Strategy in the Area of Civil Security Research

German Research Strategy in the Area of Civil Security Research 8th Interdisciplinary Workshop on Global Security WISG 2014 German Research Strategy in the Area of Civil Security Research Eckhart Curtius Federal Ministry of Education and Research Division Security

More information

Get your ticket to innovation!

Get your ticket to innovation! Get your ticket to innovation! Tallin 04 March 2014 Jörg Scherer CEO Eurice GmbH Road Map Background EU : Team Target Groups General Objectives At a Glance: Our Services Research and Project Office (Eurice)

More information

The Transition from IPv4 to IPv6: Public Policy Overview.

The Transition from IPv4 to IPv6: Public Policy Overview. The Transition from IPv4 to IPv6: Public Policy Overview. OECD report: Economic Considerations in the Management of IPv4 and in the Deployment of IPv6 Available at http://www.oecd.org/dataoecd/7/1/40605942.pdf

More information

How to contribute information to AGRIS

How to contribute information to AGRIS How to contribute information to AGRIS Guidelines on how to complete your registration form The dashboard includes information about you, your institution and your collection. You are welcome to provide

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

Expressing Internationalization and Localization information in XML

Expressing Internationalization and Localization information in XML Expressing Internationalization and Localization information in XML Felix Sasaki Richard Ishida World Wide Web Consortium 1 San Francisco, This presentation describes the current status of work on the

More information

Design and Realization of the EXCITEMENT Open Platform for Textual Entailment. Günter Neumann, DFKI Sebastian Pado, Universität Stuttgart

Design and Realization of the EXCITEMENT Open Platform for Textual Entailment. Günter Neumann, DFKI Sebastian Pado, Universität Stuttgart Design and Realization of the EXCITEMENT Open Platform for Textual Entailment Günter Neumann, DFKI Sebastian Pado, Universität Stuttgart Textual Entailment Textual Entailment (TE) A Text (T) entails a

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

Soumya Kanti Datta Research Engineer

Soumya Kanti Datta Research Engineer Testing Semantic Interoperability Soumya Kanti Datta Research Engineer Email dattas@eurecom.fr 22/03/2018 Testing Semantic Inteoperability 2 Roadmap Introduction Testing Semantic Interop Survey Conclusion

More information

Semantic Web Systems Linked Open Data Jacques Fleuriot School of Informatics

Semantic Web Systems Linked Open Data Jacques Fleuriot School of Informatics Semantic Web Systems Linked Open Data Jacques Fleuriot School of Informatics 9 th February 2015 In the previous lecture l Querying with XML Basic idea: search along paths in an XML tree e.g. path expression:

More information

3) CHARLIE HULL. Implementing open source search for a major specialist recruiting firm

3) CHARLIE HULL. Implementing open source search for a major specialist recruiting firm Advice: The time spent on pre-launch analysis is worth the effort to avoid starting from scratch and further alienating already frustrated users by implementing a search which appears to have no connection

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