VocBench. A Web Application for Collaborative Development of Multilingual Thesauri

Size: px
Start display at page:

Download "VocBench. A Web Application for Collaborative Development of Multilingual Thesauri"

Transcription

1 University of Rome Tor Vergata VocBench A Web Application for Collaborative Development of Multilingual Thesauri Armando Stellato +, Sachit Rajbhandari*, Andrea Turbati +, Manuel Fiorelli + Caterina Caracciolo*, Tiziano Lorenzetti +, Johannes Keizer*, Maria Teresa Pazienza + + ART Group, Dept of Enterprise Engineering, University of Rome Tor Vergata, Via del Politecnico 1, Rome, Italy *Food and Agricultural Organization of the United Nations (FAO), Viale delle Terme di Caracalla, Rome, Italy Contacts: {surname}@info.uniroma2.it {name.surname}@fao.org Portoroz, Slovenia, 31 st May - 4 th June 2015

2 Why was it built? AGROVOC (big agriculture vocabulary developed by FAO) > concepts in up to 22 languages A global group of terminologists. No tool to support their work No existing tool that met all of FAO s needs 03/06/ th ESWC, Portoroz, Slovenia 2

3 V Google Web Toolkit (for the Web Application) Lucene (for label indexing & free-text search) Protégé API DB backend (later) OWLART API MySQL Custom model for thesaurus representation GWT / Presentation Business logic Protégé 3.4 MySQL OWLART API 03/06/ th ESWC, Portoroz, Slovenia 3

4 V /06/ th ESWC, Portoroz, Slovenia 4

5 V1.x Problems Could not support other triple stores (Glued to Protégé API) Custom representation model No support for emerging standards, e.g. SKOS I/O No import Complicated export No support for alignments AGROVOC aligned to a dozen other vocabularies No SPARQL interface 03/06/ th ESWC, Portoroz, Slovenia 5

6 Towards VB2.0 Many of VB1.x limitations derived from the absence of a true RDF Backend not just connection to a RDF triple store but a proper abstraction layer providing high level functionalities for ontology/thesaurus management Driving lines for VB2.0 A completely rebuilt backing framework for the service and data layers, based on an already existing open source project: Semantic Turkey [1] Based on OSGi Open Services Gateway Open Connectibility to most notable RDF middleware and triple storing technologies (Sesame2, OWLIM, Allegrograph, Jena (not maintained) ) Native support for SKOS and SKOSXL over RDF (no more conversions from internal legacy models), other than OWL major reworking all changes under-the-hood, and leaving user experience almost unchanged. New features added in the following versions [1] Maria Teresa Pazienza, Noemi Scarpato, Armando Stellato and Andrea Turbati Semantic Turkey: A Browser-Integrated Environment for Knowledge Acquisition and Management, Semantic Web Journal, vol. 3, no. 3, /06/ th ESWC, Portoroz, Slovenia 6

7 Objectives and Requisites for a V2 R1. Multilingualism R2. Controlled Collaboration R3. Data Interoperability and Consistency R4. Software Interoperability/Extensibility R5. Scalability R6. Under-the-hood data access/modification R7. Ease-of-use for both users and system administrators 03/06/ th ESWC, Portoroz, Slovenia 7

8 and here we are

9 R1. Multilingualism and multilingual UI: (currently: English, Spanish, Dutch, Thai) multilingual editing and visualization

10 R2. Controlled Collaboration (1/3) Role-based Access Control 03/06/ th ESWC, Portoroz, Slovenia 10

11 R2. Controlled Collaboration (2/3) Formal Editorial Workflow Following the full life-cycle of concepts/terms, from proposal to deprecation Supported by Role-based Access Control GUEST <concept-create> Proposed by guest VALIDATOR <validates> Validated PUBLISHER <publishes> Published an example of a typical workflow: ONTOLOGY EDITOR <concept-delete> Proposed deprecated ADMINISTRATOR <validates> Published TERM EDITOR <concept-edit> Revised PUBLISHER <validates> Deprecated 03/06/ th ESWC, Portoroz, Slovenia 11

12 R2. Controlled Collaboration (3/3) Recent Changes Available through a dedicated module or as RSS feeds includes both: User changes Content changes 03/06/ th ESWC, Portoroz, Slovenia 12

13 R3. Data Interoperability and Consistency (1/3) Formats Import/Export in all popular RDF serialization formats Concrete availability of the various formats depend however on the connected triple store/rdf middleware Models VocBench adopts a SKOS-XL + reified skos:definitions model Import of SKOS core data Export Refactoring for SKOS SKOS-XL and skos:definition reification SKOS-XL: All contents or Filtered export based on broader concept/schems SKOS: options for removing/keeping reified labels and definitions Vocabularies Possibility to owl:import any existing vocabulary, from the web or from local files. Availaibility of a caching mirror for previously imported vocabularies

14 R3. Data Interoperability and Consistency (2/3) Integrity / Consistency VB features a complex multi-scheme management of thesauri Actions creating potential breaks in the structure (e.g. breaking reachability of a concept) are forbidden To deal with imported data, Integrity Constraint Validation checks have been included in the platform Currently, only dangling concepts have been deal with More to come, already available as services from ST

15 R3. Data Interoperability and Consistency (2/3) Alignment 03/06/ th ESWC, Portoroz, Slovenia 15

16 R4. Software Interoperability/Extensibility Triple Store Agnostic GWT/Presentation OWLART API provide: a very tiny layer over existing middlewares (e.g. Sesame, Jena) High-level vocabulary layer for OWL, SKOS, SKOS-XL What triple stores do we currently support and which connectors are actively maintained? Sesame2 (standard internal triple stores, both in-memory and native) Business logic Semantic Turkey OWLART API GraphDB/OWLIM (through Sesame remote connection, and an optional parameter expressly dedicated to cover the different management of graphs wrt Sesame) Other partners have experimented with other triple stores Past experiments with Allegrograph and Jena Middleware For GraphDB/OWLIM SE, we exploit its free-text indexing capabilities High-level data access Raw triple access Vendor data access layer Vendor data access layer Vendor Triple store 03/06/ th ESWC, Portoroz, Slovenia 16

17 R5. Scalability Performance Information is provided to the frontend as much as possible in an incremental fashion (e.g., each level of the concept hierarchy, as nodes are expanded). Interfaces reverts to limited content and search-filtering for potentially exploding results Maintenance ST offers a meaningful core set of RDF services however many functionalities (especially in UI) require the composition of several calls. Solution: combo of: per-service ad-hoc solutions (heavy weight single services realizing specific functionalities) general development facilities for the injection of additional information into common API calls (e.g. the rendering of RDF resources is available as an extension point, with different implementations being dynamically injectable into the SPARQL queries of several services). 03/06/ th ESWC, Portoroz, Slovenia 17

18 R6. Under-the-hood data access/modification Embedded SPARQL Editor Syntax highlight completion and validation

19 R7. Ease-of-use for both users and system administrators Continuous check-on-start life cycle VB technically never recognizes itself as installed/deployed At each startup it checks that the complete set of pre-requisites for a correct start is satisfied. Whenever a new VB version is installed, if new features have been introduced, or mandatory configuration options added, or the database requires update batches, the system will identify these needs and react accordingly, eventually interacting with the user upon necessity 03/06/ th ESWC, Portoroz, Slovenia 19

20 Statistics Module 03/06/ th ESWC, Portoroz, Slovenia 20

21 Vocbench 2.0 (and ST) Architecture Three layered extensible architecture Presentation Layer GWT (Google Web Toolkit) Vocbench User Interface (Mozilla apps in the original framework) Services Layer Enables communication between the client (Vocbench UI) and the ontology persistence layer. HTTP based Services accessed through the Ajax paradigm OSGi Extensible Servicing System Persistence Layer Access to ontological knowledge. Based on dedicated ontology API, which can be implemented through use of different technologies. 03/06/

22 Vocbench 2.0 (and ST) Architecture Front end Middleware Back end Google Web Toolkit (GWT) Gilead Hibernate Layer Administrative Database (MySQL) GWT Incubator Graph Visualization Service Wrapper Layer Web services Semantic Turkey/ OWLART API Triple Store 03/06/ th ESWC, Portoroz, Slovenia 22

23 VB desktop version : Semantic Turkey for Firefox

24 Related Works (1/2) PoolParty: [18]. Web-based Editor for Thesauri using Linked Data Support for SKOS (optional add-on for SKOS-XL) Use: Commercial license (Evaluated thanks to a free evaluation account for PoolParty Advanced Server version (rev 5429) ) Version Tracking is supported, as the system performs access control to some extent. An add-on further enables an approval workflow based on the existing role based access control mechanism. Editing history is shown both at project level and at entity level. Alignment: lookup over LOD, or different projects can be linked together Publishes a SPARQL endpoint, dereferenceable URIs, and a wiki with limited editing capabilities. Quality criteria: can enforced interactively (i.e., illegal operations are blocked), or violations are simply recorded in a quality report. Backed by Sesame middleware Incorrect multiple scheme support (violates non -entailment of scheme containment along concept hierarchies, section of the SKOS Reference [1] ) TemaTres: Web-based Editor for Controlled Vocabularies term-based meta-model, no native support for SKOS Use: Free and open-source due to the term-based nature of the model, the export to SKOS is often confusing (e.g. two synonyms terms exported as two different concepts) Monolingual (though alignments between vocabularies) No multiple scheme support (each thesaurus is a scheme) Rigid access control mechanism based on user roles (administrator, editor, guest). Workflow management: term transition from candidate status to either accepted or rejected. Accepted cannot be reverted, even after modifications Data quality: metrics and a flexible reporting generator. Connectivity: available API and a few plugins (e.g. for publication over different platforms, such as WordPress) are available 03/06/ th ESWC, Portoroz, Slovenia 24

25 Related Works (2/2) TopBraid EVN: Web-based Editor for Business Vocabularies Support for SKOS, OWL Ontologies and Content tag sets Use: Commercial license (We didn t carry extensive evaluation as we did not receive the evaluation license we requested) SKOSEd: plugin for Protégé 4.x for editing SKOS thesauri Support for SKOS Use: free of use and open-source. We have evaluated version 1.0-alpha(build04) on Protégé 4.1 as, 2.0-alpha has a bug related to scheme management Desktop tool (no web application) Ontology editing, SKOSEd allows interweaving SKOS and OWL constructs (defect: same form for skos:concept and skos:conceptschemes Incorrect concept scheme management (same as PoolParty) Being an extension of Protégé 4.x, SKOSEd may not be used in conjunction with the collaboration framework developed for Protégé 3.x Web Protégé: [16] Collaborative Web-based Ontology Editor No support for SKOS/SKOS-XL (supports OWL/OBO editing) Use: local Installation or service via public portal. Free of use in both cases Collaboration: based on the collaboration plugin for Protégé 3 [17], providing: Change tracking Inline discussions and notifications. Access control mechanism for user groups, based on configurable policies enforced at various granularities. Completely configurable user interface Available API 03/06/ th ESWC, Portoroz, Slovenia 25

26 Functional Comparison Example 9 (non-entailment) <A> skos:narrower <B>. <A> skos:inscheme <MyScheme>. does not entail <B> skos:inscheme <MyScheme>. Name VocBench License GNU GPL v3 (web application), Mozilla Public License MPL (Semantic Turkey) Free to use Yes PoolParty Proprietary No WebProtégé TemaTres SKOSEd Mozilla Public License (MPL) GNU General Public License version 2.0 (GPLv2) GNU Lesser GPL Yes Yes Yes Deployme nt Web application Web application Web application Web application Desktop application Data Models SKOS-XL, SKOS through offline scaling tool SKOS, SKOS-XL add-on OWL 2, OBO Term based thesaurus organizatio n SKOS Import/ Export SKOS(- XL), versatile spreadshe et import (through ST Firefox UI) SKOS(- XL), static spreadshe et import OWL MADS, SKOS- Core, Zthes, Others Import from: Skos- Core, tabulated or tagged text file SKOS Scheme Managem ent Yes Only top concepts Not applicable One scheme per vocabulary Only top concepts Custom Relations Reasoner Data quality Creation, Import, use Creation, Import, use Creation, Import, use Creation, use Creation, Import, use Depends on triple store Depends on triple store No, external reasoning possible No Depends on available plugins Metrics Metrics Validation rules Metrics Metrics, Reports KB consistenc y Extendibility / Interoperability API, shared backend, pluggable REST API API, shared backend,plugg able API ACL Yes Yes Yes Yes; limited Workflow Managem ent Yes Yes (addon) No Yes; limited Collaborati on, Content Validation Change feed, validation History, versioning, validation Discussion, watching, changes feed Limited validation Pluggable No No No RDF Middlewar e OWL ART API (connector s to others: Sesame2 bundled) Sesame SAIL API OWL API No RDF Middlewar e, SKOS RDF/XML available only as an export OWL API (used by Protégé 4) RDF Backend provided by Sesame2, or other connectors provided by Sesame2 provided by Protégé 3 Relational database (MySQL by default) provided by Protégé 4 (OWL API) SPARQL Querying Yes Yes No Not native, no realtime, can export data to a SPARQL endpoint through ARC2 (RDF library for PHP) Yes (inherited from Protégé 4) Semantic Integration assisted (browse&search) linking of resources from other projects / manual linking of LOD resources. Extensions for RDF lifting from unstructured content Linking Text Mining & Entity Extraction, Search function linking to BioPortal Linking between vocabularies, Entity Extraction (via addon) N/A

27 User Community and Evaluation (1/2) Here is a list of relevant organizations * adopting, or close to adopting, VB2.0: Food and Agriculture Organization (FAO) > AGROVOC, Biotechnology, Land and Water, FAO Topics EU Documentation Office > EUROVOC Italian Senate > TESEO European Environment Agency (EEA) > GEMET Harvard University > Unified Astronomy Thesaurus (UAT) 2 VB community mailing lists: - VB user forum - VB developer forum EC Parliament Library Agence Nationale de la Recherche > Infrastructure nationale AnaEE France CABI United Nations Convention to Combat Desertification (UNCCD) Scottish Government > Gov metadata Columbia University > IEDA Thesaurus * 03/06/ th ESWC, Portoroz, Slovenia 27

28 User Community and Evaluation (2/2) Online Questionnaire: USE* questionnaire: values ranging from 1 to 7 Lund, A.M. (2001) Measuring Usability with the USE Questionnaire. STC Usability SIG Newsletter, 8:2. collected 11 anonymous responses USE Values Feature Evaluation easy to use effective interesting History 5,38 5,50 6,33 SPARQL Querying 4,00 5,40 6,29 Usefulness Ease of use Ease of learning Satisfaction Global 5,34 4,49 5,11 4,93 Experienced 5,58 4,66 5,18 5,02 Inexperienced 4,97 4,19 5,00 4,79 Publication Workflow Management Collaborative Management 5,50 5,63 6,22 5,75 5,88 6,11 Scheme Management 4,83 5,17 5,57 Role-based Access Control 5,33 5,22 5,40 Reasoning 4,29 4,43 5,38 Triple Store Connectivity 3,67 4,50 5,00 03/06/ th ESWC, Portoroz, Slovenia 28

29 Why should I "buy" it? Collaborative Management Validation&Publication Workflow (propose, validate, publish, revise, deprecate ) Fine grained user management both users and functionalities may be associated in groups" Functionalities (or groups of) may be assigned to different users (or groups of) Full editing history (not only concepts, but most of the actions can be subject to validation too) RSS Feeds Fine-grained metadata and editorial notes: SKOS-XL and reified definitions allow for timestamped status and rich editorial notes Multilinguality Strong support for multi-lingual thesauri management Application itself is also multilingual (currently support for english, dutch, spanish, more languages coming) Native RDF support Support for different triple stores Possibilty to SPARQL query/update through a dedicated interface with syntax completion/highlight SKOS-XL management If preferred, SKOS-core export through available conversion tools Large scale thesauri management Scalability limited only by the underlying triple store Extensibility OSGi connectable services Advanced skos:conceptscheme Management SKOS allows for non-trivial management of multiple conceptual schemes, which is fully supported by VB And, last but not the least: Free and Open Source! ( 03/06/ th ESWC, Portoroz, Slovenia 29

30 Future works A more dynamic framework for content validation Trade-off between extensibility/flexibility and the strong controlled approach ICV: more checks (available from the ST engine) Overcome extensibility limitations of GWT More interaction with the Linked Data Improved Alignment Generation of VoID / LIME descriptions 03/06/ th ESWC, Portoroz, Slovenia 30

31 Contacts VocBench site: VocBench You can also follow VB by registering to: AIMS Community Site: (you can selected the topics you are interested into) VocBench Mailing Lists: User: Developer: Semantic Turkey Mailing Lists: User: Developer: 03/06/ th ESWC, Portoroz, Slovenia 31

32 03/06/ th ESWC, Portoroz, Slovenia 32/XX

33 TIME FOR QUESTIONS :-) oh, and there s a demo tomorrow! 03/06/ th ESWC, Portoroz, Slovenia 33

Towards VocBench 3. Pushing Collaborative Development of Thesauri and Ontologies Further Beyond

Towards VocBench 3. Pushing Collaborative Development of Thesauri and Ontologies Further Beyond EU Law and Publications University of Rome Tor Vergata Towards VocBench 3 Pushing Collaborative Development of Thesauri and Ontologies Further Beyond Armando Stellato 1, Andrea Turbati 1, Manuel Fiorelli

More information

VocBench v2.0 User Manual

VocBench v2.0 User Manual VocBench v2.0 User Manual Last update: March, 2014 Based on VocBench v2.0 Prepared by: Caterina Caracciolo (FAO)*, Sarah Dister (FAO)*, Gudrun Johannsen (FAO)*, Lavanya Neelam**, Sachit Rajbhandari (FAO)*,

More information

VocBench v2.1 User Manual

VocBench v2.1 User Manual VocBench v2.1 User Manual Last update: April, 2014 Based on VocBench v2.1 Prepared by: Caterina Caracciolo (FAO)*, Sarah Dister (FAO)*, Gudrun Johannsen (FAO)*, Lavanya Neelam**, Sachit Rajbhandari (FAO)*,

More information

VocBench v2.3 User Manual

VocBench v2.3 User Manual VocBench v2.3 User Manual Last update: November, 2015 Based on VocBench v2.3 Prepared by: Caterina Caracciolo (FAO)*, Sarah Dister (FAO)*, Sachit Rajbhandari (FAO)*, Armando Stellato** * Food and Agriculture

More information

The AGROVOC Concept Scheme - A Walkthrough

The AGROVOC Concept Scheme - A Walkthrough Journal of Integrative Agriculture 2012, 11(5): 694-699 May 2012 REVIEW The AGROVOC Concept Scheme - A Walkthrough Sachit Rajbhandari and Johannes Keizer Food and Agriculture Organization of the United

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

Terminologies, Knowledge Organization Systems, Ontologies

Terminologies, Knowledge Organization Systems, Ontologies Terminologies, Knowledge Organization Systems, Ontologies Gerhard Budin University of Vienna TSS July 2012, Vienna Motivation and Purpose Knowledge Organization Systems In this unit of TSS 12, we focus

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

VocBench 3: a Collaborative Semantic Web Editor for Ontologies, Thesauri and Lexicons

VocBench 3: a Collaborative Semantic Web Editor for Ontologies, Thesauri and Lexicons VocBench 3: a Collaborative Semantic Web Editor for Ontologies, Thesauri and Lexicons Editor: Solicited reviews: Armando Stellato a, Manuel Fiorelli a, Andrea Turbati a, Tiziano Lorenzetti a, Willem van

More information

Towards VocBench 3: Pushing Collaborative Development of Thesauri and Ontologies Further Beyond

Towards VocBench 3: Pushing Collaborative Development of Thesauri and Ontologies Further Beyond Towards VocBench 3: Pushing Collaborative Development of Thesauri and Ontologies Further Beyond Armando Stellato 1, Andrea Turbati 1, Manuel Fiorelli 1, Tiziano Lorenzetti 1, Eugeniu Costetchi 2, Christine

More information

University of Rome Tor Vergata GENOMA. GENeric Ontology Matching Architecture

University of Rome Tor Vergata GENOMA. GENeric Ontology Matching Architecture University of Rome Tor Vergata GENOMA GENeric Ontology Matching Architecture Maria Teresa Pazienza +, Roberto Enea +, Andrea Turbati + + ART Group, University of Rome Tor Vergata, Via del Politecnico 1,

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

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

Agricultural bibliographic data sharing & interoperability in China

Agricultural bibliographic data sharing & interoperability in China Agricultural bibliographic data sharing & interoperability in China Prof. Xuefu Zhang,Xian Guojian and Sun Wei Agricultural Information Institute of CAAS Asia Pacific Advanced Network Meeting, 29 Aug.,

More information

Tania Tudorache Stanford University. - Ontolog forum invited talk04. October 2007

Tania Tudorache Stanford University. - Ontolog forum invited talk04. October 2007 Collaborative Ontology Development in Protégé Tania Tudorache Stanford University - Ontolog forum invited talk04. October 2007 Outline Introduction and Background Tools for collaborative knowledge development

More information

Sheet2RDF: A Flexible and Dynamic Spreadsheet Import&Lifting Framework for RDF

Sheet2RDF: A Flexible and Dynamic Spreadsheet Import&Lifting Framework for RDF Sheet2RDF: A Flexible and Dynamic Spreadsheet Import&Lifting Framework for RDF Manuel Fiorelli, Tiziano Lorenzetti, Maria Teresa Pazienza, Armando Stellato ( ), and Andrea Turbati ART Research Group, University

More information

Semantic Turkey: a Semantic Bookmarking tool (System Description)

Semantic Turkey: a Semantic Bookmarking tool (System Description) Semantic Turkey: a Semantic Bookmarking tool (System Description) Donato Griesi, Maria Teresa Pazienza, Armando Stellato AI Research Group, Dept. of Computer Science, Systems and Production University

More information

Taxonomy Tools: Collaboration, Creation & Integration. Dow Jones & Company

Taxonomy Tools: Collaboration, Creation & Integration. Dow Jones & Company Taxonomy Tools: Collaboration, Creation & Integration Dave Clarke Global Taxonomy Director dave.clarke@dowjones.com Dow Jones & Company Introduction Software Tools for Taxonomy 1. Collaboration 2. Creation

More information

Chinese Agricultural Thesaurus and its application on data sharing & interoperability

Chinese Agricultural Thesaurus and its application on data sharing & interoperability Chinese Agricultural Thesaurus and its application on data sharing & interoperability Prof. Xuefu Zhang,Xian Guojian and Sun Wei Agricultural Information Institute of CAAS Asia Pacific Advanced Network

More information

Europeana update: aspects of the data

Europeana update: aspects of the data Europeana update: aspects of the data Robina Clayphan, Europeana Foundation European Film Gateway Workshop, 30 May 2011, Frankfurt/Main Overview The Europeana Data Model (EDM) Data enrichment activity

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: The Semantic Web for the Agricultural Domain, Semantic Navigation of Food, Nutrition and Agriculture Journal Gauri Salokhe, Margherita Sini, and Johannes

More information

The role of vocabularies for estimating carbon footprint for food recipies using Linked Open Data

The role of vocabularies for estimating carbon footprint for food recipies using Linked Open Data The role of vocabularies for estimating carbon footprint for food recipies using Linked Open Data Ahsan Morshed Intelligent Sensing and Systems Laboratory, CSIRO, Hobart, Australia {ahsan.morshed, ritaban.dutta}@csiro.au

More information

TopBraid EVN. A Tour of Recent Enhancements. Copyright 2014 TopQuadrant Inc. Slide 1

TopBraid EVN. A Tour of Recent Enhancements. Copyright 2014 TopQuadrant Inc. Slide 1 TopBraid EVN A Tour of Recent Enhancements 2014 Copyright 2014 TopQuadrant Inc. Slide 1 TopBraid EVN 4.5 Copyright 2014 TopQuadrant Inc. Slide 2 TopBraid Enterprise Vocabulary Net (EVN) Supports different

More information

Smart Organization of Agricultural Knowledge The example of the AGROVOC Concept Server and Agropedia

Smart Organization of Agricultural Knowledge The example of the AGROVOC Concept Server and Agropedia Margherita Sini (Food and Agriculture Organization of the United Nations, Sachit Rajbhandari (Food and Agriculture Organization of the United Nations, Jeetendra Singh (Indian Institute of Technology, Kanpur,

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

SEMANTIC SOLUTIONS FOR OIL & GAS: ROLES AND RESPONSIBILITIES

SEMANTIC SOLUTIONS FOR OIL & GAS: ROLES AND RESPONSIBILITIES SEMANTIC SOLUTIONS FOR OIL & GAS: ROLES AND RESPONSIBILITIES Jeremy Carroll, Ralph Hodgson, {jeremy,ralph}@topquadrant.com This paper is submitted to The W3C Workshop on Semantic Web in Energy Industries

More information

SKOS. COMP62342 Sean Bechhofer

SKOS. COMP62342 Sean Bechhofer SKOS COMP62342 Sean Bechhofer sean.bechhofer@manchester.ac.uk Ontologies Metadata Resources marked-up with descriptions of their content. No good unless everyone speaks the same language; Terminologies

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

Ontology-based Navigation of Bibliographic Metadata: Example from the Food, Nutrition and Agriculture Journal

Ontology-based Navigation of Bibliographic Metadata: Example from the Food, Nutrition and Agriculture Journal Ontology-based Navigation of Bibliographic Metadata: Example from the Food, Nutrition and Agriculture Journal Margherita Sini 1, Gauri Salokhe 1, Christopher Pardy 1, Janice Albert 1, Johannes Keizer 1,

More information

JENA: A Java API for Ontology Management

JENA: A Java API for Ontology Management JENA: A Java API for Ontology Management Hari Rajagopal IBM Corporation Page Agenda Background Intro to JENA Case study Tools and methods Questions Page The State of the Web Today The web is more Syntactic

More information

Ontologies SKOS. COMP62342 Sean Bechhofer

Ontologies SKOS. COMP62342 Sean Bechhofer Ontologies SKOS COMP62342 Sean Bechhofer sean.bechhofer@manchester.ac.uk Metadata Resources marked-up with descriptions of their content. No good unless everyone speaks the same language; Terminologies

More information

A Dublin Core Application Profile in the Agricultural Domain

A Dublin Core Application Profile in the Agricultural Domain Proc. Int l. Conf. on Dublin Core and Metadata Applications 2001 A Dublin Core Application Profile in the Agricultural Domain DC-2001 International Conference on Dublin Core and Metadata Applications 2001

More information

What you have learned so far. Interoperability. Ontology heterogeneity. Being serious about the semantic web

What you have learned so far. Interoperability. Ontology heterogeneity. Being serious about the semantic web What you have learned so far Interoperability Introduction to the Semantic Web Tutorial at ISWC 2010 Jérôme Euzenat Data can be expressed in RDF Linked through URIs Modelled with OWL ontologies & Retrieved

More information

warwick.ac.uk/lib-publications

warwick.ac.uk/lib-publications Original citation: Zhao, Lei, Lim Choi Keung, Sarah Niukyun and Arvanitis, Theodoros N. (2016) A BioPortalbased terminology service for health data interoperability. In: Unifying the Applications and Foundations

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

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

Updated metadata governance tools report

Updated metadata governance tools report Updated metadata governance tools report Document Metadata Property Value Date 18/05/2017 Version 1.00 Alexandru Droscariu PwC EU Services Authors Ana Fernández de Soria Risco PwC EU Services Emidio Stani

More information

A Formal Definition of RESTful Semantic Web Services. Antonio Garrote Hernández María N. Moreno García

A Formal Definition of RESTful Semantic Web Services. Antonio Garrote Hernández María N. Moreno García A Formal Definition of RESTful Semantic Web Services Antonio Garrote Hernández María N. Moreno García Outline Motivation Resources and Triple Spaces Resources and Processes RESTful Semantic Resources Example

More information

Semantics. Matthew J. Graham CACR. Methods of Computational Science Caltech, 2011 May 10. matthew graham

Semantics. Matthew J. Graham CACR. Methods of Computational Science Caltech, 2011 May 10. matthew graham Semantics Matthew J. Graham CACR Methods of Computational Science Caltech, 2011 May 10 semantic web The future of the Internet (Web 3.0) Decentralized platform for distributed knowledge A web of databases

More information

Copyright 2012 Taxonomy Strategies. All rights reserved. Semantic Metadata. A Tale of Two Types of Vocabularies

Copyright 2012 Taxonomy Strategies. All rights reserved. Semantic Metadata. A Tale of Two Types of Vocabularies Taxonomy Strategies July 17, 2012 Copyright 2012 Taxonomy Strategies. All rights reserved. Semantic Metadata A Tale of Two Types of Vocabularies What is semantic metadata? Semantic relationships in the

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

A faceted lightweight ontology for Earthquake Engineering Research Projects and Experiments

A faceted lightweight ontology for Earthquake Engineering Research Projects and Experiments Eng. Md. Rashedul Hasan email: md.hasan@unitn.it Phone: +39-0461-282571 Fax: +39-0461-282521 SERIES Concluding Workshop - Joint with US-NEES JRC, Ispra, May 28-30, 2013 A faceted lightweight ontology for

More information

PoolParty - Thesaurus Server

PoolParty - Thesaurus Server Semantic Web Company PoolParty - Thesaurus Server PPT - User Guide Table of Contents Introduction... 6 Thesaurus Basics... 6 Why to Create Your Own Thesaurus with PoolParty... 7 Semantic Applications Using

More information

Deliverable title: 8.7: rdf_thesaurus_prototype This version:

Deliverable title: 8.7: rdf_thesaurus_prototype This version: SWAD-Europe Thesaurus Activity Deliverable 8.7 RDF Thesaurus Prototype Abstract: This report describes the thesarus research prototype demonstrating the SKOS schema by means of the SKOS API web service

More information

Information Workbench

Information Workbench Information Workbench The Optique Technical Solution Christoph Pinkel, fluid Operations AG Optique: What is it, really? 3 Optique: End-user Access to Big Data 4 Optique: Scalable Access to Big Data 5 The

More information

Management of Complex Product Ontologies Using a Web-Based Natural Language Processing Interface

Management of Complex Product Ontologies Using a Web-Based Natural Language Processing Interface Management of Complex Product Ontologies Using a Web-Based Natural Language Processing Interface Master Thesis Final Presentation A B M Junaed, 11.07.2016 Software Engineering for Business Information

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

Global Agricultural Concept Scheme The collaborative integration of three thesauri

Global Agricultural Concept Scheme The collaborative integration of three thesauri Global Agricultural Concept Scheme The collaborative integration of three thesauri Prof Dr Thomas Baker [1] Dr Osma Suominen [2] Dini Jahrestagung Linked Data Vision und Wirklichkeit Frankfurt, 28. Oktober

More information

Vocabulary Alignment for archaeological Knowledge Organization Systems

Vocabulary Alignment for archaeological Knowledge Organization Systems Vocabulary Alignment for archaeological Knowledge Organization Systems 14th Workshop on Networked Knowledge Organization Systems TPDL 2015 Poznan Lena-Luise Stahn September 17, 2015 1 / 20 Summary Introduction

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

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

Application of a Semantic Search Algorithm to Semi-Automatic GUI Generation

Application of a Semantic Search Algorithm to Semi-Automatic GUI Generation Application of a Semantic Search Algorithm to Semi-Automatic GUI Generation Maria Teresa Pazienza 1, Noemi Scarpato 2,3, and Armando Stellato 1 ART Group, 1 Dept. of Enterprise Engineering 2 Dept. of Computer

More information

A brief introduction to SKOS

A brief introduction to SKOS Taxonomy standards and architecture A brief introduction to SKOS Taxonomy Boot Camp London 17 October 2018 Presented by Heather Hedden Senior Vocabulary Editor Gale, A Cengage Company 1 Controlled Vocabulary

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

From Online Community Data to RDF

From Online Community Data to RDF From Online Community Data to RDF Abstract Uldis Bojārs, John G. Breslin [uldis.bojars,john.breslin]@deri.org Digital Enterprise Research Institute National University of Ireland, Galway Galway, Ireland

More information

Ontology Servers and Metadata Vocabulary Repositories

Ontology Servers and Metadata Vocabulary Repositories Ontology Servers and Metadata Vocabulary Repositories Dr. Manjula Patel Technical Research and Development m.patel@ukoln.ac.uk http://www.ukoln.ac.uk/ Overview agentcities.net deployment grant Background

More information

Ontology integration in a multilingual e-retail system

Ontology integration in a multilingual e-retail system integration in a multilingual e-retail system Maria Teresa PAZIENZA(i), Armando STELLATO(i), Michele VINDIGNI(i), Alexandros VALARAKOS(ii), Vangelis KARKALETSIS(ii) (i) Department of Computer Science,

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

DotNetNuke. Easy to Use Extensible Highly Scalable

DotNetNuke. Easy to Use Extensible Highly Scalable DotNetNuke is the leading Web Content Management Platform for Microsoft.NET. It enables your organization to leverage your existing Microsoft investments to create rich, highly interactive web sites and

More information

Semantic MediaWiki A Tool for Collaborative Vocabulary Development Harold Solbrig Division of Biomedical Informatics Mayo Clinic

Semantic MediaWiki A Tool for Collaborative Vocabulary Development Harold Solbrig Division of Biomedical Informatics Mayo Clinic Semantic MediaWiki A Tool for Collaborative Vocabulary Development Harold Solbrig Division of Biomedical Informatics Mayo Clinic Outline MediaWiki what it is, how it works Semantic MediaWiki MediaWiki

More information

Semantic Interoperability Courses

Semantic Interoperability Courses Semantic Interoperability Courses Course Module 3 Reference Data Management V0.10 June 2014 ISA Programme, Action 1.1 Disclaimer This training material was prepared for the ISA programme of the European

More information

Din din! The (Semantic) Turkey is served!

Din din! The (Semantic) Turkey is served! Din din! The (Semantic) Turkey is served! Maria Teresa Pazienza, Noemi Scarpato, Armando Stellato, Andrea Turbati ART Group, Dept. of Computer Science, Systems and Production University of Rome, Tor Vergata

More information

The AGROVOC Linked Dataset

The AGROVOC Linked Dataset The AGROVOC Linked Dataset Editor: Pascal Hitzler, Wright State University, Dayton, Ohio, USA Solicited reviews: Marta Sabou, MODUL University Vienna, Austria; Willem Robert van Hage, VU Amsterdam, The

More information

Copyright 2012 Taxonomy Strategies. All rights reserved. Semantic Metadata. A Tale of Two Types of Vocabularies

Copyright 2012 Taxonomy Strategies. All rights reserved. Semantic Metadata. A Tale of Two Types of Vocabularies Taxonomy Strategies October 28, 2012 Copyright 2012 Taxonomy Strategies. All rights reserved. Semantic Metadata A Tale of Two Types of Vocabularies What is the semantic web? Making content web-accessible

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

Migrating Bibliographic Datasets to the Semantic Web: the AGRIS case*

Migrating Bibliographic Datasets to the Semantic Web: the AGRIS case* Migrating Bibliographic Datasets to the Semantic Web: the AGRIS case* Editor(s): Jens Lehmann, University of Leipzig, Germany; Oscar Corcho, Universidad Politécnica de Madrid, Spain Solicited review(s):

More information

Publishing Official Classifications in Linked Open Data

Publishing Official Classifications in Linked Open Data Publishing Official Classifications in Linked Open Data Giorgia Lodi**, Antonio Maccioni**, Monica Scannapieco*, Mauro Scanu*, Laura Tosco* * Istituto Nazionale di Statistica Istat ** Agenzia per l Italia

More information

APPLYING KNOWLEDGE BASED AI TO MODERN DATA MANAGEMENT. Mani Keeran, CFA Gi Kim, CFA Preeti Sharma

APPLYING KNOWLEDGE BASED AI TO MODERN DATA MANAGEMENT. Mani Keeran, CFA Gi Kim, CFA Preeti Sharma APPLYING KNOWLEDGE BASED AI TO MODERN DATA MANAGEMENT Mani Keeran, CFA Gi Kim, CFA Preeti Sharma 2 What we are going to discuss During last two decades, majority of information assets have been digitized

More information

EFFICIENT INTEGRATION OF SEMANTIC TECHNOLOGIES FOR PROFESSIONAL IMAGE ANNOTATION AND SEARCH

EFFICIENT INTEGRATION OF SEMANTIC TECHNOLOGIES FOR PROFESSIONAL IMAGE ANNOTATION AND SEARCH EFFICIENT INTEGRATION OF SEMANTIC TECHNOLOGIES FOR PROFESSIONAL IMAGE ANNOTATION AND SEARCH Andreas Walter FZI Forschungszentrum Informatik, Haid-und-Neu-Straße 10-14, 76131 Karlsruhe, Germany, awalter@fzi.de

More information

PoolParty. Thesaurus Management Semantic Search Linked Data. ISKO UK, London September 14, Andreas Blumauer

PoolParty. Thesaurus Management Semantic Search Linked Data. ISKO UK, London September 14, Andreas Blumauer PoolParty Thesaurus Management Semantic Search Linked Data ISKO UK, London September 14, 2010 Andreas Blumauer Some thoughts on the Semantic Web In the Semantic Web, it is not the Semantic which is new,

More information

Semantic Web: Core Concepts and Mechanisms. MMI ORR Ontology Registry and Repository

Semantic Web: Core Concepts and Mechanisms. MMI ORR Ontology Registry and Repository Semantic Web: Core Concepts and Mechanisms MMI ORR Ontology Registry and Repository Carlos A. Rueda Monterey Bay Aquarium Research Institute Moss Landing, CA ESIP 2016 Summer meeting What s all this about?!

More information

VISUALIZATIONS AND INFORMATION WIDGETS

VISUALIZATIONS AND INFORMATION WIDGETS HORIZON 2020 ICT - INFORMATION AND COMMUNICATION TECHNOLOGIES PRO MOTING FI NANCIAL AWARENESS AND STABILIT Y H2020 687895 VISUALIZATIONS AND INFORMATION WIDGETS WORK PACKAGE NO. WP2 WORK PACKAGE TITLE

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

1 What-is-anopen-platform/

1   What-is-anopen-platform/ universaal IOT a Technical Overview Topics Semantic Discovery & Interoperability Service Broker & Orchestrator Context Broker, Context History Entrepôt, & Semantic Reasoning Human-Environment Interaction

More information

MASKKOT A Tool for Annotating Entities through OKKAM Service

MASKKOT A Tool for Annotating Entities through OKKAM Service MASKKOT A Tool for Annotating Entities through OKKAM Service Armando Stellato 1, Heiko Stoermer 2, Stefano Bortoli 2, Noemi Scarpato 1, Andrea Turbati 1, Paolo Bouquet 2, Maria Teresa Pazienza 1 1 ART

More information

W3C Workshop on the Future of Social Networking, January 2009, Barcelona

W3C Workshop on the Future of Social Networking, January 2009, Barcelona 1 of 6 06/01/2010 20:19 W3C Workshop on the Future of Social Networking, 15-16 January 2009, Barcelona John G. Breslin 1,2, Uldis Bojārs 1, Alexandre Passant, Sergio Fernández 3, Stefan Decker 1 1 Digital

More information

The Emerging Data Lake IT Strategy

The Emerging Data Lake IT Strategy The Emerging Data Lake IT Strategy An Evolving Approach for Dealing with Big Data & Changing Environments bit.ly/datalake SPEAKERS: Thomas Kelly, Practice Director Cognizant Technology Solutions Sean Martin,

More information

Semantics for Optimization of the Livestock Farming

Semantics for Optimization of the Livestock Farming Adaptive Agricultural Processes via Open Interfaces and Linked Services Semantics for Optimization of the Livestock Farming Dr. Dana Tomic FTW Forschungszentrum Telekommunikation Wien, Austria Challenges

More information

Publishing Statistical Data and Geospatial Data as Linked Data Creating a Semantic Data Platform

Publishing Statistical Data and Geospatial Data as Linked Data Creating a Semantic Data Platform Publishing Statistical Data and Geospatial Data as Linked Data Creating a Semantic Data Platform Hans Viehmann Product Manager EMEA ORACLE Corporation January 22, 2017 @SpatialHannes Safe Harbor Statement

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

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

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

Use of Ontology for production of access systems on Legislation, Jurisprudence and Comments

Use of Ontology for production of access systems on Legislation, Jurisprudence and Comments Use of Ontology for production of access systems on Legislation, Jurisprudence and Comments Jean Delahousse 1, Johan De Smedt 2, Luc Six 2, Bernard Vatant 1 1 Mondeca - 3 cité Nollez 75018 Paris France

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

Development of an e-library Web Application

Development of an e-library Web Application Development of an e-library Web Application Farrukh SHAHZAD Assistant Professor al-huda University, Houston, TX USA Email: dr.farrukh@alhudauniversity.org and Fathi M. ALWOSAIBI Information Technology

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

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

Distributing LIXI Data as a Newscast"

Distributing LIXI Data as a Newscast LIXI Visible Loans Reference Architecture and Implementation: Distributing LIXI Data as a Newscast" An Approach using RESTful Services and ATOM Publishing Protocol Liming Zhu, Barry Thomas 1 National ICT

More information

Semantic challenges in sharing dataset metadata and creating federated dataset catalogs

Semantic challenges in sharing dataset metadata and creating federated dataset catalogs Linked Open Data in Agriculture MACS-G20 Workshop in Berlin, September 27th 28th, 2017 Semantic challenges in sharing dataset metadata and creating federated dataset catalogs The example of the CIARD RING

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

SEMANTIC TURKEY A new web experience in between Ontology Editing and Semantic Annotation

SEMANTIC TURKEY A new web experience in between Ontology Editing and Semantic Annotation SEMANTIC TURKEY A new web experience in between Ontology Editing and Semantic Annotation Francesca Falluchi, Maria Teresa Pazienza, Noemi Scarpato, Armando Stellato DISP, University of Tor Vergata, Via

More information

WebProtégé. Protégé going Web. Tania Tudorache, Jennifer Vendetti, Natasha Noy. Stanford Center for Biomedical Informatics

WebProtégé. Protégé going Web. Tania Tudorache, Jennifer Vendetti, Natasha Noy. Stanford Center for Biomedical Informatics WebProtégé Protégé going Web Tania Tudorache, Jennifer Vendetti, Natasha Noy Stanford Center for Biomedical Informatics Protégé conference 2009 Amsterdam, June 24, 2009 WebProtégé quick overview WebProtégé

More information

LinDA: A Service Infrastructure for Linked Data Analysis and Provision of Data Statistics

LinDA: A Service Infrastructure for Linked Data Analysis and Provision of Data Statistics LinDA: A Service Infrastructure for Linked Data Analysis and Provision of Data Statistics Nicolas Beck, Stefan Scheglmann, and Thomas Gottron WeST Institute for Web Science and Technologies University

More information

The MEG Metadata Schemas Registry Schemas and Ontologies: building a Semantic Infrastructure for GRIDs and digital libraries Edinburgh, 16 May 2003

The MEG Metadata Schemas Registry Schemas and Ontologies: building a Semantic Infrastructure for GRIDs and digital libraries Edinburgh, 16 May 2003 The MEG Metadata Schemas Registry Schemas and Ontologies: building a Semantic Infrastructure for GRIDs and digital libraries Edinburgh, 16 May 2003 Pete Johnston UKOLN, University of Bath Bath, BA2 7AY

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

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 European Commission s science and knowledge service. Joint Research Centre

The European Commission s science and knowledge service. Joint Research Centre The European Commission s science and knowledge service Joint Research Centre GeoDCAT-AP The story so far Andrea Perego, Antonio Rotundo, Lieven Raes GeoDCAT-AP Webinar 6 June 2018 What is GeoDCAT-AP Geospatial

More information

Semantic Web T LS Update

Semantic Web T LS Update Semantic Web Tools Update Semantic Web T LS Update Presented at the DARPA DAML PI Conference 25 May 04 By Troy Self Jeremy Lerner Ryan Owens InfoEther Agenda Semantic Web Central Ryan Owens InfoEther Semantic

More information

Future Trends of ILS

Future Trends of ILS Held at The Hong Kong Institute of Education 24 April 2015 Future Trends of ILS K.T. Lam The Hong Kong University of Science and Technology Library lblkt@ust.hk, orcid.org/0000-0003-2625-9419 Last revised:

More information

University of Rome Tor Vergata DBpedia Manuel Fiorelli

University of Rome Tor Vergata DBpedia Manuel Fiorelli University of Rome Tor Vergata DBpedia Manuel Fiorelli fiorelli@info.uniroma2.it 07/12/2017 2 Notes The following slides contain some examples and pictures taken from: Lehmann, J., Isele, R., Jakob, M.,

More information