Motivating SKOS in Knowledge Graphs and introducing SKOS Shuttle, a web available SKOS service.

Size: px
Start display at page:

Download "Motivating SKOS in Knowledge Graphs and introducing SKOS Shuttle, a web available SKOS service."

Transcription

1 Motivating SKOS in Knowledge Graphs and introducing SKOS Shuttle, a web available SKOS service. September 7 th, 2018 Expert Group Meeting: Software & Tools 14:00-17:00 at Scigility, Zürich fabio.ricci@semweb.ch Herzlich willkommen!

2 Content Introduction and Motivation Definition Knowledge-Graph Navigating the giant graph RDF (short) SKOS Who uses SKOS Thesauri? 5 Use SKOS cases Thesis SKOS semweb [Taxonomy governance & blockchain discussion] Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 2

3 Motivation Knowledge Graphs Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 3

4 Motivation Knowledge Graphs Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 4

5 Motivation Knowledge Graphs qdo the well known relational models inevitably lead to better results? qcan schema modifications be easily integrated into running systems? qdoes the relational technology easily support interrelation with other external sources? Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 5

6 Motivation Knowledge Graphs qthe value of data is directly proportional to its interrelation with other data... In the web as well as in in the enterprise. qpartially formalized, strongly interrelated data face well formalized but isolated data. Source /1/ Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 6

7 Motivation Knowledge Graphs q Knowledge Graphs depict multi-level structures predestined to express and link meaningful data as entities. q The more industry groups will build (and publish) their Knowledge Graphs, the higher the granularity of the resulting main (giant) Knowledge Graph and the efficiency of their interrelation. Source /1/ Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 7

8 Motivation Knowledge Graphs What is a graph Motivating SKOS in Knowledge Graphs September 7th, 2018 Slide 8

9 Motivation Knowledge Graphs What is a graph Motivating SKOS in Knowledge Graphs 2018 September 7th, 2018 Slide 9

10 Motivation Knowledge Graphs What is a graph In mathematics, and more specifically in graph theory, a graph is a structure amounting to a set of objects in which some pairs of the objects are in some sense "related". The objects correspond to mathematical abstractions called vertices (also called nodes or points) and each of the related pairs of vertices is called an edge (also called an arc orline) Wikipedia. Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 10

11 Knowledge Graphs (explicit) Knowledge (Human) Knowledge is a familiarity, awareness, or understanding of someone or something, such as facts, information, descriptions, or skills, acquired through experience or education by perceiving, discovering, or learning. (Human) Knowledge can refer to a theoretical or practical understanding of a subject. It can be implicit (as with practical skill or expertise) or explicit (as with the theoretical understanding of a subject); it can be more or less formal or systematic. (Wikipedia) Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 11

12 Knowledge Graphs Knowledge Graph vs. Linked Data Linked-Data? In computing, linked data is a method of publishing structured data so that it can be interlinked and become more useful through semantic queries (e.g. SPARQL). It builds upon standard Web technologies such as HTTP, RDF and URIs, but rather than using them to serve web pages for human readers, it extends them to share information in a way that can be read automatically by computers. (Wikipedia) Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 12

13 Knowledge Graphs Quality in Knowledge Graphs? A high quality Knowledge Graph is built using controlled vocabularies to define its components (entities). Controlled vocabulary: artifact (structured document) formally and uniquely defining entities, meaning and relationships among entities. Ontology: most complete formalizing document where entities are named, formally defined and interrelated. (e.g. OBO, OWL). Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 13

14 Knowledge Graphs Controlled vocabularies Controlled vocabularies provide a way to organize knowledge for subsequent retrieval. They are used in subject indexing schemes, subject headings, thesauri, taxonomies and other forms of knowledge organization systems (e.g. SKOS). Controlled vocabulary schemes mandate the use of predefined, authorized terms that have been preselected by the designers of the schemes, in contrast to natural language vocabularies, which have no such restriction. (Wikipedia) Thesauri are controlled vocabularies, where entities are interrelated in a standard way with each other defining a heterachy of concepts (ideally as a DAG direct acyclic graphs). Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 14

15 Knowledge Graphs Examples of Knowledge Graphs (1/6) Google s Graph Enhances search with relevant (associated) additional (relevant?) results. Queriable via Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 15

16 Knowledge Graphs Examples of Knowledge Graphs (2/6) DBPedia Publishes Wikipedia s Definitions and Interrelations als Linked Data Queriable via Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 16

17 Knowledge Graphs Examples of Knowledge Graphs (3/6) Wikidata Publishes common accessible collections of entities as Linked Data Queriable via Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 17

18 Knowledge Graphs Examples of Knowledge Graphs (4/6) Europeana Interrelated collections of art, fashion, music, photography and history as Linked-Data Queriable via Motivating SKOS in Knowledge Graphs September 7th, 2018 Slide 18

19 Knowledge Graphs Examples of Knowledge Graphs (5/6) UMLS many controlled vocabularies in the biomedical sciences (created 1986). 1mio Concepts, 5 mio Names Queriable via Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 19

20 Knowledge Graphs Examples of Knowledge Graphs (6/6) Lindas (Swiss Federal Archives) Interrelated collections of egov Data as Linked-Data Queriable via Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 20

21 Knowledge Graphs Discussion: What would be a Knowledge Graph all about in your enterprise? When data are not interrelated ist again a Knowledge Graph? Is this the situation we (still) (partially) have today? Where are the edges in your case? Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 21

22 Knowledge Graphs Building Knowledge Graphs How can a Knowledge Graph be built today? Using RDF Edges (Statements) RDF : Ressource Rescription Framework One RDF-Statement is an SPO triple Everything broken down to binary relationships at several levels. Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 22

23 Navigating Knowledge Graphs Navigating the giant graph How to (efficiently) query datasets with links and dozens of billions of unique triples? Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 23

24 Navigating Knowledge Graphs Navigating the giant graph Example of federated SPARQL Query fired from : PREFIX bif: <bif:> PREFIX edm: < PREFIX ore: < PREFIX dc: < PREFIX dct: < PREFIX dbc: < PREFIX foaf:< Works of known composers of Italian baroque (Limited to 5 composers) SELECT?surname?date?creator?title { SERVICE < {?cho ore:proxyin?proxy; dc:title?title; dc:date?date; dc:creator?creator. FILTER(bif:contains(?creator, str(?surname))). } SERVICE < { SELECT?surname {?musiker dct:subject dbc:italian_baroque ; foaf:surname?surname. } LIMIT 5 } } Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 24

25 Navigating Knowledge Graphs Navigating the giant graph 1. Download, index and query datasets from the LOD Cloud locally, (impractical for simple query resolution). 2. Run a federated query against all known sources, which is as good as the query endpoints that it relies on. 3. Browse online sources in a follow-your-nose way 4. Use LOD-a-lot /2/ does not prevent you from knowing the knowledge schema. 5. Each graph is shaped (modelled) differently Will you (effitiently) get you the information you are searching for? Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 25

26 Knowledge Graphs RDF-Entity Kant An entity in RDF is a set of RDF-Statements dbr:immanuel_kant rdf:type yago:socialscientist dbr:immanuel_kant a yago:wikicatgermanagnostics dbr:immanuel_kant a yago:wikicatphilosophersofart dbr:immanuel_kant rdfs:label "Immanuel Kant"@de dbr:immanuel_kant rdfs:label " تناك dbr:immanuel_kant rdfs:label "इम न य एल क ण ट"@sa dbr:immanuel_kant owl:sameas dbpedia-wikidata:q9312 See e.g. to check out all relationships, resp. attributes of the entity Immanuel Kant Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 26

27 An entity in RDF is a set of RDF-Statements dbr:immanuel_kant rdf:type yago:socialscientist dbr:immanuel_kant a yago:wikicatgermanagnostics dbr:immanuel_kant a yago:wikicatphilosophersofart prefixes = schemas (namespaces defined by vocabularies) dbr:immanuel_kant rdfs:label "Immanuel Kant"@de dbr:immanuel_kant rdfs:label "Immanuel Kant"@en dbr:immanuel_kant owl:sameas dbpedia-wikidata:q Knowledge Graphs RDF-Entity dbp: < < Siehe rdfs: < alle Relationen, bzw. Attributen zur Immanuel owl: < Kant einzusehen. dbpedia-wikidata: yago: < Namespaces (Controlled Vocabolary or Ontology) Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 27

28 Navigating Knowledge Graphs Navigating the giant graph An well organized Graph can be traversed / queried quicker SKOS (Simple Knowledge Organisation System) is a W3C recommendation since It is an OWL ontology (hence semantically and formerly defined) Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 28

29 Navigating Knowledge Graphs SKOS Model (partial) Documentation note changenote definition editorialnote example historynote scopenote Labeling preflabel altlabel hiddenlabel Notation ConceptScheme notation Example Creme X0815 broader Beauty Creme X (alternativelabel) Beauty Products member inscheme hastopconcept closematch Creme Y1345 Collection member Concept semanticrelation broadmatch Liquid Products OrderedCollection memberlist Semantic broader narrower Mapping broadmatch narrowmatch rdf:list related broadertransitive narrowertransitive relatedmatch closematch exactmatch Source: Sean Bechhofer SKOS: Past, Present and Future. ESWC Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 29

30 Navigating Knowledge Graphs SKOS Example for Bird SKOS 1x1 Each concept: One preferred label Many alternative labels One or more definitions One or more scope notes Interrelated concepts broader / narrower / related Concepts interrelation build a polyhyerarchy Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 30

31 Navigating Knowledge Graphs Who is using SKOS (Thesauri) since years? qdaimlerchrysler (automotive, EU) qfluor (engineering, GLOBAL) qroche (health, GLOBAL) qbiotech Quality (biotech, Belgium) qswiss Confederation (admin, Switzerland) qiaea (atomic, Austria) qctcn (climate, GLOBAL) qhealthdirect (health, AUSTRALIA) q Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 31

32 Navigating Knowledge Graphs Some major public RDF SKOS Thesauri qagrovoc: Multilingual agricultural thesaurus qearth: an Environmental Application Reference qeurovoc: The EU s multilingual thesaurus qgemet: GEneral Multilingual Environmental Thesaurus qgetty AAT: Art & Architecture Thesaurus qmesh: Medical Subject Headings qreegle: Renewable Energy and Energy Efficiency Partnership qstw: Thesaurus for Economics qjurivoc: Threelingual thesaurus of the Swiss Federal Tribunal qthe Basel Register of Thesauri, Ontologies & Classifications (BARTOC) lists more than Vocabularies. Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 32

33 Navigating Knowledge Graphs BIO-Zen 5 use cases BIRNLex Subject Headings Health Direct Europeana Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 33

34 Navigating Knowledge Graphs Use case 1 BIO-Zen allows the description of biological systems and the representation of scientific discourse on the web in a highly distributed manner. It is intended to be used by researchers and developers in the life sciences. SKOS is used in bio-zen for the representation of many existing life sciences vocabularies, taxonomies and ontologies coming from the "Open Biomedical Ontologies" (OBO) collection. The size of all converted taxonomies taken together is on the order of millions of concepts. Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 34

35 Navigating Knowledge Graphs Use case 2 BIRNLex: a lexicon for neurosciences Integrated ontology and lexicon used for various purposes some enduser/interactive, others back-end/infrastructure within the BIRN Project to support semantically-formal data annotation, semantic data integration, and semantically-driven, federated query resolution. Uses both the Dublin Core metadata elements and SKOS where ever possible Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 35

36 Navigating Knowledge Graphs Use case 3 Subject Headings (libraries) services lcsh.info Web services using SKOS to allow for simple browsing of the subject headings. Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 36

37 Navigating Knowledge Graphs Use case 4 healthdirect Australia Advising Portal The platform bundles content from over 140 specialized information providers. Users benefit from valuable and quality-assured medical information, which is made accessible through smart semantic search applications. Semantic capabilities such as faceted search and auto completion enrich the portal with intelligence that enable non-experts to do specialized research. Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 37

38 Navigating Knowledge Graphs Use case 5 EUROPEANA More than 20 million entities linked in an own dataset in the EDM (Europeana Data Model) using Dublin Core, OAI-ORE, SKOS and CIDOC-CRM models Providing access to cultural heritage domains such as art, music and fashion. Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 38

39 Navigating Knowledge Graphs Navigating the giant graph (thesis) Thesis: Having SKOS* organizing the giant graph would standardize access Quality Control E.g. via Graph Validators SKOS*: some suitable SKOS extension Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 39

40 SKOS as a Standard Introduction to SKOS Shuttle (3+4 slides) q Thesaurus managers enable practitioners to develop thesauri with limited training. q Domain experts can model their fields of expertise without IT support. q SKOS Shuttle thesaurus management software aas is compliant with SKOS and ensures interoperability of thesauri with other taxonomies, knowledge graphs and APIs. Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 40

41 SKOS Shuttle Scenarios q Taxonomy governance q Creation and / or Maintenance of big Thesauri q Search support via REST API q Blockchain secured thesauri q Suitable for every domain q q q q q q History Art Music Manufacturing Physics Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 41

42 SKOS Shuttle web thesauri (2) q Custom relations q Custom attributes SKOS++ q Units of measure q OWL extension - SKOSOWL (to be further developped) q Works with 7 major RDF stores: AllegroGraph, Blazegraph, GraphDB, Jena-Fuseki, MarkLogic, Stardog, Virtuoso Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 42

43 SKOS Shuttle Information Governance Deliver RDF changes to connected thesauri (prod environments) via RDF Push notifications 18. Mai 2017 Seite 43

44 SKOS Shuttle Archiving to Blockchain Securely archive RDF chunks (or whole SKOS Thesauri) To a private ethereumj instance operated at Semweb RDF code is compressed and uploaded / downloaded to / from the blockchain Next step and discussion: Blockchain is safe and (normally highly) redundant. Should it be also hosting a SPARQL engine? Who will start doing it? 18. Mai 2017 Seite 44

45 Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 45

46 Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 46

47 Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 47

48 Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 48

49 Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 49

50 Thank you! Questions? Bibliography /1/: Pan J.Z., 2017 Exploiting Linked Data and Knowledge Graphs in Large Organisations /2/: Motivating SKOS in Knowledge Graphs September 7 th, 2018 Slide 50

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

Library of Congress Controlled Vocabularies as Linked Data:

Library of Congress Controlled Vocabularies as Linked Data: Library of Congress Controlled Vocabularies as Linked Data: http://id.loc.gov Clay Redding Library of Congress Network Development & MARC Standards Office Credits Ed Summers, LC Office of Strategic Initiatives:

More information

Report from the W3C Semantic Web Best Practices Working Group

Report from the W3C Semantic Web Best Practices Working Group Report from the W3C Semantic Web Best Practices Working Group Semantic Web Best Practices and Deployment Thomas Baker, Göttingen State and University Library Cashmere-int Workshop Standardisation and Transmission

More information

When Semantics support Multilingual Access to Cultural Heritage The Europeana Case. Valentine Charles and Juliane Stiller

When Semantics support Multilingual Access to Cultural Heritage The Europeana Case. Valentine Charles and Juliane Stiller When Semantics support Multilingual Access to Cultural Heritage The Europeana Case Valentine Charles and Juliane Stiller SWIB 2014, Bonn, 2.12.2014 Our outline 1. Europeana 2. Multilinguality in digital

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

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

Handout copyright by semweb LLC

Handout copyright by semweb LLC Semantic Web Thesaurus Management Linked Data Ontology Search Graph Databasis RDFLink SKOS Shuttle 1 Handout 2016-12 copyright 2014-2017 by semweb LLC Semantic Web Technologies Records Management Software

More information

SWAD-Europe Deliverable 8.1 Core RDF Vocabularies for Thesauri

SWAD-Europe Deliverable 8.1 Core RDF Vocabularies for Thesauri Mon Jun 07 2004 12:07:51 Europe/London SWAD-Europe Deliverable 8.1 Core RDF Vocabularies for Thesauri Project name: Semantic Web Advanced Development for Europe (SWAD-Europe) Project Number: IST-2001-34732

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

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

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

More information

ITARC Stockholm Olle Olsson World Wide Web Consortium (W3C) Swedish Institute of Computer Science (SICS)

ITARC Stockholm Olle Olsson World Wide Web Consortium (W3C) Swedish Institute of Computer Science (SICS) 2 ITARC 2010 Stockholm 100420 Olle Olsson World Wide Web Consortium (W3C) Swedish Institute of Computer Science (SICS) 3 Contents Trends in information / data Critical factors... growing importance Needs

More information

ITARC Stockholm Olle Olsson World Wide Web Consortium (W3C) Swedish Institute of Computer Science (SICS)

ITARC Stockholm Olle Olsson World Wide Web Consortium (W3C) Swedish Institute of Computer Science (SICS) 2 ITARC 2010 Stockholm 100420 Olle Olsson World Wide Web Consortium (W3C) Swedish Institute of Computer Science (SICS) 3 Contents Trends in information / data Critical factors... growing importance Needs

More information

The Semantic Web DEFINITIONS & APPLICATIONS

The Semantic Web DEFINITIONS & APPLICATIONS The Semantic Web DEFINITIONS & APPLICATIONS Data on the Web There are more an more data on the Web Government data, health related data, general knowledge, company information, flight information, restaurants,

More information

BUILDING THE SEMANTIC WEB

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

More information

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

Google indexed 3,3 billion of pages. Google s index contains 8,1 billion of websites

Google indexed 3,3 billion of pages. Google s index contains 8,1 billion of websites Access IT Training 2003 Google indexed 3,3 billion of pages http://searchenginewatch.com/3071371 2005 Google s index contains 8,1 billion of websites http://blog.searchenginewatch.com/050517-075657 Estimated

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

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

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

Elevating Natural History Museums Cultural Collections to the Linked Data Cloud

Elevating Natural History Museums Cultural Collections to the Linked Data Cloud Elevating Natural History Museums Cultural Collections to the Linked Data Cloud Giannis Skevakis, Konstantinos Makris, Polyxeni Arapi, and Stavros Christodoulakis Laboratory of Distributed Multimedia Information

More information

MINT METADATA INTEROPERABILITY SERVICES

MINT METADATA INTEROPERABILITY SERVICES MINT METADATA INTEROPERABILITY SERVICES DIGITAL HUMANITIES SUMMER SCHOOL LEUVEN 10/09/2014 Nikolaos Simou National Technical University of Athens What is MINT? 2 Mint is a herb having hundreds of varieties

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

Linked.Art & Vocabularies: Linked Open Usable Data

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

More information

Linked Open Data: a short introduction

Linked Open Data: a short introduction International Workshop Linked Open Data & the Jewish Cultural Heritage Rome, 20 th January 2015 Linked Open Data: a short introduction Oreste Signore (W3C Italy) Slides at: http://www.w3c.it/talks/2015/lodjch/

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

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

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

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

Library Technology Conference, March 20, 2014 St. Paul, MN

Library Technology Conference, March 20, 2014 St. Paul, MN Library Technology Conference, March 20, 2014 St. Paul, MN A formal statement of concepts used within a knowledge domain, and the relationships between those concepts Genealogical ontologies Taxonomic

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

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

University of Bath. Publication date: Document Version Publisher's PDF, also known as Version of record. Link to publication

University of Bath. Publication date: Document Version Publisher's PDF, also known as Version of record. Link to publication Citation for published version: Patel, M & Duke, M 2004, 'Knowledge Discovery in an Agents Environment' Paper presented at European Semantic Web Symposium 2004, Heraklion, Crete, UK United Kingdom, 9/05/04-11/05/04,.

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

Day 2. RISIS Linked Data Course

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

More information

The Data Web and Linked Data.

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

More information

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

How to Design & Build Semantic Applications with Linked Data #DCMI17. https://www.asist.org. Dave Clarke CEO Synaptica

How to Design & Build Semantic Applications with Linked Data #DCMI17. https://www.asist.org.  Dave Clarke CEO Synaptica How to Design & Build Semantic Applications with Linked Data https://www.asist.org #DCMI17 Dave Clarke CEO Synaptica http://dublincore.org/ Outline & Objectives 1. Linked Data: what is it and why is it

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

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

Semantic Annotation and Linking of Medical Educational Resources

Semantic Annotation and Linking of Medical Educational Resources 5 th European IFMBE MBEC, Budapest, September 14-18, 2011 Semantic Annotation and Linking of Medical Educational Resources N. Dovrolis 1, T. Stefanut 2, S. Dietze 3, H.Q. Yu 3, C. Valentine 3 & E. Kaldoudi

More information

Linked Data Evolving the Web into a Global Data Space

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

More information

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

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

Linked Data. The World is Your Database

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

More information

Exploring and Using the Semantic Web

Exploring and Using the Semantic Web Exploring and Using the Semantic Web Mathieu d Aquin KMi, The Open University m.daquin@open.ac.uk What?? Exploring the Semantic Web Vocabularies Ontologies Linked Data RDF documents Example: Exploring

More information

Interacting with Linked Data Part I: General Introduction

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

More information

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

Hosted by ALCTS Continuing Education. Elissah Becknell and Sarah Beth Weeks September 18, 2013

Hosted by ALCTS Continuing Education. Elissah Becknell and Sarah Beth Weeks September 18, 2013 Hosted by ALCTS Continuing Education Elissah Becknell and Sarah Beth Weeks September 18, 2013 Formerly known as Google Refine, Open Refine is a free open source tool for cleaning up large data sets. It

More information

4) DAVE CLARKE. OASIS: Constructing knowledgebases around high resolution images using ontologies and Linked Data

4) DAVE CLARKE. OASIS: Constructing knowledgebases around high resolution images using ontologies and Linked Data require a change in development culture and thus training. 5. Impact and Benefits The project was delivered on time and on budget unusual for a project of this scale and the project was hailed as a great

More information

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

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

More information

Europeana and the Mediterranean Region

Europeana and the Mediterranean Region Europeana and the Mediterranean Region Dov Winer Israel MINERVA Network for Digitisation of Culture MAKASH Advancing CMC in Education, Culture and Science (IL) Scientific Manager, Judaica Europeana (EAJC,

More information

AutoFocus, an Open Source Facet-Driven Enterprise Search Solution

AutoFocus, an Open Source Facet-Driven Enterprise Search Solution AutoFocus, an Open Source Facet-Driven Enterprise Search Solution ISKO UK Event, November 5, 2007 RANGANATHAN REVISITED: FACETS FOR THE FUTURE presentation by Jeroen Wester, CTO Aduna key facts Open source

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

Converting a thesaurus into an ontology: the use case of URBISOC

Converting a thesaurus into an ontology: the use case of URBISOC Advanced Information Systems Laboratory Cost Action C2 Converting a thesaurus into an ontology: the use case of URBISOC J. Nogueras-Iso, J. Lacasta Alcalá de Henares, 4-5 May 2007 http://iaaa.cps.unizar.es

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

Linked Open Europeana: Semantics for the Digital Humanities

Linked Open Europeana: Semantics for the Digital Humanities Linked Open Europeana: Semantics for the Digital Humanities Prof. Dr. Stefan Gradmann Humboldt-Universität zu Berlin / School of Library and Information Science stefan.gradmann@ibi.hu-berlin.de 1 Overview

More information

a paradigm for the Semantic Web Linked Data Angelica Lo Duca IIT-CNR Linked Open Data:

a paradigm for the Semantic Web Linked Data Angelica Lo Duca IIT-CNR Linked Open Data: Linked Data Angelica Lo Duca IIT-CNR angelica.loduca@iit.cnr.it Linked Open Data: a paradigm for the Semantic Web Linked Data are a series of best practices to connect structured data through the Web.

More information

Semantic Integration with Apache Jena and Apache Stanbol

Semantic Integration with Apache Jena and Apache Stanbol Semantic Integration with Apache Jena and Apache Stanbol All Things Open Raleigh, NC Oct. 22, 2014 Overview Theory (~10 mins) Application Examples (~10 mins) Technical Details (~25 mins) What do we mean

More information

Application Services for Knowledge Organisation and System Integration

Application Services for Knowledge Organisation and System Integration www.askosi.org Application Services for Knowledge Organisation and System Integration A Short Presentation May 2010 Christophe Dupriez dupriez@askosi.org Thesauri: Take a walk on the «Why?» slide! Search

More information

0.1 Knowledge Organization Systems for Semantic Web

0.1 Knowledge Organization Systems for Semantic Web 0.1 Knowledge Organization Systems for Semantic Web 0.1 Knowledge Organization Systems for Semantic Web 0.1.1 Knowledge Organization Systems Why do we need to organize knowledge? Indexing Retrieval Organization

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

Proposal for Implementing Linked Open Data on Libraries Catalogue

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

More information

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

SEXTANT 1. Purpose of the Application

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

More information

Digital Library Interoperability. Europeana

Digital Library Interoperability. Europeana Digital Library Interoperability technical and object modelling aspects Dr. Stefan Gradmann / EDLnet WP 2 stefan.gradmann@rrz.uni-hamburg.de www.rrz.uni-hamburg.de/rrz/s.gradmann of Europeana Interoperability,

More information

Linked Open Europeana: Semantic Leveraging of European Cultural Heritage

Linked Open Europeana: Semantic Leveraging of European Cultural Heritage Linked Open Europeana: Semantic Leveraging of European Cultural Heritage http://www.slideshare.net/gradmans/ Prof. Dr. Stefan Gradmann Humboldt-Universität zu Berlin / School of Library and Information

More information

How We Build RIC-O: Principles

How We Build RIC-O: Principles Design principles A DOMAIN ONTOLOGY It will cover the whole domain of archival description. When implementing it, no need to borrow any class or property from other existing ontologies. Will not reuse

More information

ECLAP Kick-off An Aggregator Project for EUROPEANA

ECLAP Kick-off An Aggregator Project for EUROPEANA ECLAP Kick-off An Aggregator Project for EUROPEANA Paolo Nesi, nesi@dsi.unifi.it it Europeana: The Vision A digital it library that t is a single, direct and multilingual l access point to the European

More information

Envisioning Semantic Web Technology Solutions for the Arts

Envisioning Semantic Web Technology Solutions for the Arts Information Integration Intelligence Solutions Envisioning Semantic Web Technology Solutions for the Arts Semantic Web and CIDOC CRM Workshop Ralph Hodgson, CTO, TopQuadrant National Museum of the American

More information

The Local Amsterdam Cultural Heritage Linked Open Data Network

The Local Amsterdam Cultural Heritage Linked Open Data Network The Local Amsterdam Cultural Heritage Linked Open Data Network Lukas Koster (Library of the University of Amsterdam) Ivo Zandhuis (Ivo Zandhuis Research & Consultancy) SWIB 2018 Bonn AdamNet Foundation:

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

Europeana Creative. EDM Endpoint. Custom Views.

Europeana Creative. EDM Endpoint. Custom Views. Europeana Creative. EDM Endpoint. Custom Views. Nikola Ikonomov, Boyan Simeonov, Jana Parvanova, Vladimir Alexiev Ontotext AD, 47A Tsarigradsko Shosse, Fl.4, 1504, Sofia, BG Abstract. The paper discusses

More information

Semantiska webben DFS/Gbg

Semantiska webben DFS/Gbg 1 Semantiska webben 2010 DFS/Gbg 100112 Olle Olsson World Wide Web Consortium (W3C) Swedish Institute of Computer Science (SICS) With thanks to Ivan for many slides 2 Trends and forces: Technology Internet

More information

case study The Asset Description Metadata Schema (ADMS) A common vocabulary to publish semantic interoperability assets on the Web July 2011

case study The Asset Description Metadata Schema (ADMS) A common vocabulary to publish semantic interoperability assets on the Web July 2011 case study July 2011 The Asset Description Metadata Schema (ADMS) A common vocabulary to publish semantic interoperability assets on the Web DISCLAIMER The views expressed in this document are purely those

More information

SKOS and the Ontogenesis of Vocabularies

SKOS and the Ontogenesis of Vocabularies SKOS and the Ontogenesis of Vocabularies Joseph T. Tennis The University of British Columbia Tel: +01 604 822 24321 Fax:+01 604 822 6006 jtennis@interchange.ubc.ca Abstract: The paper suggests extensions

More information

The P2 Registry

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

More information

Vocabulary and Semantics in the Virtual Observatory

Vocabulary and Semantics in the Virtual Observatory Vocabulary and Semantics in the Virtual Observatory Norman Gray VO-TECH / AstroGrid / Uni. Leicester / Uni. Glasgow, UK VOEvent BoF, ADASS, London, 2007 September 24 rdf Resource Description Framework

More information

Inception of RDF: Context

Inception of RDF: Context Inception of RDF: Context Fukuoka City Homepage Gnavi page (Fukuoka) Municipal Documents (Fukuoka city) List of nursery in Fukuoka The www is a mine of information This is however mostly unstructured information

More information

KNOWLEDGE GRAPHS. Lecture 1: Introduction and Motivation. TU Dresden, 16th Oct Markus Krötzsch Knowledge-Based Systems

KNOWLEDGE GRAPHS. Lecture 1: Introduction and Motivation. TU Dresden, 16th Oct Markus Krötzsch Knowledge-Based Systems KNOWLEDGE GRAPHS Lecture 1: Introduction and Motivation Markus Krötzsch Knowledge-Based Systems TU Dresden, 16th Oct 2018 Introduction and Organisation Markus Krötzsch, 16th Oct 2018 Knowledge Graphs slide

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 TECHNOLOGIES FOR CULTURAL HERITAGE SMARTCULTURE CONFERENCE , BRUSSELS

SEMANTIC TECHNOLOGIES FOR CULTURAL HERITAGE SMARTCULTURE CONFERENCE , BRUSSELS SEMANTIC TECHNOLOGIES FOR CULTURAL HERITAGE VLADIMIR.ALEXIEV@ONTOTEXT.COM SMARTCULTURE CONFERENCE 2014-06-12, BRUSSELS 2D interactive version, pdf, slideshare. Press O for overview, H for help. Proudly

More information

The Europeana Data Model, current status

The Europeana Data Model, current status The Europeana Data Model, current status Carlo Meghini Europeana v1.0 WP3 Meeting Berlin, January 25-26, 2010 Outline Part I Background Requirements Status Part II The general picture Classes Properties

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

SEPA SPARQL Event Processing Architecture

SEPA SPARQL Event Processing Architecture SEPA SPARQL Event Processing Architecture Enabling distributed, context aware and interoperable Dynamic Linked Data and Web of Things applications Luca Roffia (luca.roffia@unibo.it) Web of Things: members

More information

2. Knowledge Representation Applied Artificial Intelligence

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

More information

Semantic Interoperability of Basic Data in the Italian Public Sector Giorgia Lodi

Semantic Interoperability of Basic Data in the Italian Public Sector Giorgia Lodi Semantic Interoperability of Basic Data in the Italian Public Sector Giorgia Lodi SEMIC conference 2013 21 June 2013 Dublin (AgID) Created last year, AgID is a public body that merged three different existing

More information

Mapping from Flat or Hierarchical Metadata Schemas to a Semantic Web Ontology. Justyna Walkowska, Marcin Werla

Mapping from Flat or Hierarchical Metadata Schemas to a Semantic Web Ontology. Justyna Walkowska, Marcin Werla Mapping from Flat or Hierarchical Metadata Schemas to a Semantic Web Ontology Justyna Walkowska, Marcin Werla Background: the SYNAT Project Financed by the National Center for Research and Development

More information

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

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

More information

Semantic Web Technologies

Semantic Web Technologies 1/33 Semantic Web Technologies Lecture 11: SWT for the Life Sciences 4: BioRDF and Scientifc Workflows Maria Keet email: keet -AT- inf.unibz.it home: http://www.meteck.org blog: http://keet.wordpress.com/category/computer-science/72010-semwebtech/

More information

Metadata Issues in Long-term Management of Data and Metadata

Metadata Issues in Long-term Management of Data and Metadata Issues in Long-term Management of Data and S. Sugimoto Faculty of Library, Information and Media Science, University of Tsukuba Japan sugimoto@slis.tsukuba.ac.jp C.Q. Li Graduate School of Library, Information

More information

Lecture 1: Introduction and Motivation Markus Kr otzsch Knowledge-Based Systems

Lecture 1: Introduction and Motivation Markus Kr otzsch Knowledge-Based Systems KNOWLEDGE GRAPHS Introduction and Organisation Lecture 1: Introduction and Motivation Markus Kro tzsch Knowledge-Based Systems TU Dresden, 16th Oct 2018 Markus Krötzsch, 16th Oct 2018 Course Tutors Knowledge

More information

Collaborative editing of knowledge resources for cross-lingual text mining

Collaborative editing of knowledge resources for cross-lingual text mining UNIVERSITÀ DI PISA Scuola di Dottorato in Ingegneria Leonardo da Vinci Corso di Dottorato di Ricerca in INGEGNERIA DELL INFORMAZIONE Tesi di Dottorato di Ricerca Collaborative editing of knowledge resources

More information

On practical aspects of enhancing semantic interoperability using SKOS and KOS alignment

On practical aspects of enhancing semantic interoperability using SKOS and KOS alignment On practical aspects of enhancing semantic interoperability using SKOS and KOS alignment Antoine ISAAC KRR lab, Vrije Universiteit Amsterdam National Library of the Netherlands ISKO UK Meeting, July 21,

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

Linked Data Practices for the Geospatial Community

Linked Data Practices for the Geospatial Community Linked Data Practices for the Geospatial Community Talk subtitle Presented at GEOSS Workshop on Climate Boulder Colorado, 23 September 2011 Stephan Zednik, zednis@rpi.edu RPI / Tetherless World Constellation

More information

Semantic Technology. Opportunities

Semantic Technology. Opportunities Semantic Technology Opportunities Avinash Punekar Scientific Publishing Services April 2011 2 Semantic Technology April 2011 3 What is Semantic Technology? ² Semantic Web ² Web 3.0 ² Linked Open Data /

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

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

On Measuring the Lattice of Commonalities Among Several Linked Datasets

On Measuring the Lattice of Commonalities Among Several Linked Datasets On Measuring the Lattice of Commonalities Among Several Linked Datasets Michalis Mountantonakis and Yannis Tzitzikas FORTH-ICS Information Systems Laboratory University of Crete Computer Science Department

More information