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

Size: px
Start display at page:

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

Transcription

1 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 Department of Computer Science and Systems Engineering

2 Outline. Motivation 2. Conversion into SKOS 3. Conversion into Towntology format 4. Conversion into OWL 5. Conclusions 2

3 . Motivation Definition of thesaurus a set of terms that describe the vocabulary of a controlled indexing language, formally organized so that the a priori relationships between concepts are made explicit (BT/NT, RT, TR, USE/UF, ) A term is a word or phrase that represents a conceptual category Traditionally used in digital libraries to improve precision and recall of information retrieval systems Provide a specialized vocabulary for the homogeneous classification of resources Supply users with a suitable vocabulary for the retrieval 3

4 Thesaurus vs ontology Ontology: explicit specification of a conceptualization Categorization of ontologies Linguistic/terminological ontologies (glossaries, controlled vocabularies, taxonomies, thesauri) Implementation-driven ontologies (conceptual schemas, knowledge bases) Formal ontologies Thesauri are ontologies (lexical ontologies) with weak semantics Semantic of relations results quite ambiguous RT, NT, BT, 4

5 Contribution of thesauri to development of formal ontologies They represent interesting source for the development of more formal ontologies Problem: there is no standardized representation for exchange There is no possibility to compare thesauri and detect commonalities Purpose of this presentation Conversion of thesauri into standardized representation This facilitates the comparison of ontologies the integration of concepts into formal ontologies 5

6 2. Conversion into SKOS Simple Knowledge Organisation System (SKOS) A W3C initiative for the representation of knowledge organization systems such as thesauri, classification schemes, subject heading lists, taxonomies, and other types of controlled vocabulary It provides a standard way to represent knowledge organisation systems using the Resource Description Framework (RDF) RDF encoding facilitates the interoperability of different computer applications using or sharing the same knowledge base It is becoming a de-facto standard 6

7 SKOS SKOS is a collection of 3 different RDF- Schema application profiles SKOS-Core store common properties and relations SKOS-Mapping describe relations between different KOS SKOS-Extension indicate specific relations and properties only contained in some type of KOS 7

8 SKOS-Core A KOS consists of a set of concepts (labelled as skos:concept) that are grouped by a concept scheme (skos:conceptscheme) Identified by means of a URI, it can be described with Dublin Core metadata The relation of the concept scheme with the most general concepts (top concepts) of the KOS is done through the skos:hastopconcept relation Each concept consists of a URI and a set of properties and relations to other concepts Concept properties skos.preflabel: label that better identifies a concept (for thesauri it must be unique) skos.altlabel: alternative label (synonyms or spelling variations of the preferred label) skos.scopenote: annotations about the ways to use a concept skos.definition: definition 8

9 SKOS-Core skos.example: examples of use in different languages skos.prefsymbol, skos.altsymbol: preferred or some alternative graphic symbols (e.g. graphical representation of a mathematical formula) skos.notation: representation of multiple encoding of concepts Concept relations skos:inscheme: to indicate the concept scheme including the concept skos.broader - skos.narrower: reciprocal relations to represent generalization-specialization relations skos.related: associative relationships between concepts indicating that two concepts are related in some way 9

10 SKOS-Core 0

11 URBISOC original format The alphabetical list of terms ( ba/tes_urba.htm) is transformed into text files [ISO-2788 relationships + URI] ESPACIO NT CIUDADES NT PERCEPCION DEL ESPACIO NT TERRITORIO RT GEOGRAFIA URI ESPACIO COTIDIANO BT CAMPO DE PERCEPCION URI ESPACIO EXTERIOR BT CAMPO DE PERCEPCION RT ESPACIO INTERIOR URI Espacio Forestal SYN ZONAS FORESTALES URI ESPACIO IMAGINARIO BT CAMPO DE PERCEPCION URI

12 Mapping between URBISOC and SKOS skos:conceptscheme skos:preflabel skos:altlabel skos:scopenote n 0..n 0.. lang lang lang lang 0..n skos:concept URI skos:definition broader narrower related skos:broader skos:narrower skos:related skos:altsymbol 0..n skos:prefsymbol 0.. 2

13 Example of SKOS generated file ESPACIO NT CIUDADES NT PERCEPCION DEL ESPACIO NT TERRITORIO RT GEOGRAFIA URI <rdf:description rdf:about=" <skos:related rdf:resource=" <skos:narrower rdf:resource=" CIO"/> <skos:inscheme rdf:resource=" <skos:preflabel xml:lang="es">espacio</skos:preflabel> <skos:narrower rdf:resource=" <rdf:type rdf:resource=" <skos:narrower rdf:resource=" </rdf:description>.

14 SKOS format visualized through ThManager Open Source tool, 4

15 3. Conversion into Towntology Conversion from SKOS into Towntology format Details of the conversion The conversion is an adaptation from previous conversion (thesaurus -> SKOS) The main difference relies in the management of relationships SKOS defines strictly the types of available properties and relations Towntology format defines some properties but allows users to define new relationships In addition to the mapping between concepts, we need to define new relation types 5

16 Mapping between SKOS and Towntology DC skos:conceptscheme Ontology RelationType skos:preflabel skos:altlabel skos:scopenote skos:definition skos:broader skos:narrower skos:related skos:altsymbol n 0..n n lang lang lang lang broader 0..n skos:concept URI narrower related Head -Title -Language -Custodian -Last_Modif_Date * -RelationTypes Body -Relations Relation -Originator : Attribute -Insertion _Date : Attribute -Concept_Orig (Atrr: ID ) -Concept_Dest (Attr : ID) -Type (Attr : ID) -Properties (Attr : #empty, optional (true/false ))) * -ID : Attribute -Relation_Name -Relation_Def -Relation_Properties(Atrr : #empty, symmetric (true/false ), transitive (true, false ), maybeoptional (true/false )) -Concepts -Domains * * Domain -ID : Attribute -Domain_Name -Domain_Def Concept -ID : Attribute -Concept_Name -Concept_Domain (Attr : ID ) * Resource * Term -Terms * -ConceptDefs -Multimedia -URI -Resource _Description * -Terms ConceptDef -Originator : Attribute -Insertion _Date : Attribute -Concept_Def_Text ConceptDefSource -Ref * -Autors skos:prefsymbol 0.. ResourceSource -Ref -Autors Autor * 6

17 URBISOC with Towntology tool 7

18 4. Conversion into OWL Conversion from SKOS to OWL Web Ontology Language Created by the W3C Working Group Derived from DAML+OIL language Based on RDF 3 layers OWL Lite: extends RDF(S) and gathers the most common features of OWL Intended for users that only need to create class taxonomies and simple constraints OWL DL: includes the complete OWL vocabulary OWL Full: provides more flexibility than OWL 8

19 Main elements from OWL, classes Classes for defining classes and restrictions owl:class: specializes rdf:class owl:restriction: specializes owl:class and is used to define property restrictions for classes (number restrictions, existencial restrictions, ) Classes for defining properties owl:objectproperty: define properties that connect a class with antoher class owl:datatypeproperty: define properties to connect a class with a datatype Classes for defining inequality among individuals, enumerations of datatypes, predefined classes, describing ontologies, ontology versioning

20 Main elements from OWL, properties Properties for defining class expressions Conjunction (intersectionof), disjunction (unionof), negation (complementof) Collection of individuals (oneof) Property restrictions: name (onproperty) + o Value restriction (allvaluesfrom) o Existencial restriction (somevaluesfrom) o Role fillers (hasvalue) o Number restriction (cardinality, maxcardinality, mincardinality)

21 Details of conversion There isn t a real change of format SKOS is based on RDF OWL is based on RDF SKOS resources, properties and relation types are made to inherit from the structure of OWL SKOS instances don t change with the conversion 2

22 SKOS and OWL owl:class 2 * owl:objectproperty -domain : owl:class -range : owl:class skos:concept -Restriction :maxcardinality (skosbroader ) = -Restriction : minmaxcardinality )inscheme = -Restriction :maxcardinality (preflabel)= x lang -Restriction :maxcardinality (definition )= x lang -Restriction :maxcardinality (prefsymbol )= skos:concpetscheme -Restriction :mincardinality(hastopconcept )= -dcmetadata skos :semanticrelation -domain : skos :concept -range : skos :concept skos:hastopconcept -domain : skos :concpetscheme -range : skos :concept skos:inscheme -domain : skos :concept -range : skos :concpetscheme owl:datatypeproperty -domain : owl:class -range skos:related -SymmetricProperty skos:broader -TransitiveProperty -inverseof:skos :narrower skos:narrower -TransitiveProperty -inverseof:skos :broader skos :preflabel -domain : skos :concept -range : string -lang skos :altlabel -domain : skos :concept -range : string -lang skos :example -domain : skos :concept -range : string -lang skos:definition -domain : skos :concept -range : string -lang skos:scopenote -domain : skos :concept -range : string -lang skos :symbol -domain : skos :concept -range : URI skos:notation -domain : skos :concept -range : string -type skos:prefsymbol skos:altsymbol 22

23 OWL format visualized through Protegé 23

24 OWL format visualized through Protegé (II) 24

25 5. Conclusions URBISOC thesaurus available in different standardized formats, facilitating aligning, merging or other types of processing The process can be reused for other thesauri following the same structure Main part: analyzing the original structure of source format In SKOS and OWL representations each thesaurus concept/term is considered as an instance of a general Concept class Is this the right approach? Should we consider each concept/term as a separate class? The conversion to Towntology considers each concept/term as a separate class (no chance to include instances) Something in between? In general thesauri make no distinction between classes and individuals (NTIs are not frequent) 25

26 Possible future work Conversion of URBISOC into an OWL ontology Classes with well-defined meaning (not only skos:concept, ), properties and relations (not only BT, NT, ) Find patterns to specify better the meaning of relations: Partes de una Ciudad, Tipos arquitectónicos

27 Advanced Information Systems Laboratory 27

New Dimensions in KOS

New Dimensions in KOS New Dimensions in KOS CENDI/NKOS Workshop September 11, 2008 Washington, DC, USA SKOS: New Dimensions in Interoperability Ed Summers Jon Phipps An international conference to share and advance knowledge

More information

SKOS - Simple Knowledge Organization System

SKOS - Simple Knowledge Organization System SKOS - Simple Knowledge Organization System Fulvio Corno, Laura Farinetti Politecnico di Torino Dipartimento di Automatica e Informatica e-lite Research Group http://elite.polito.it Outline SKOS Design

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

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

Main topics: Presenter: Introduction to OWL Protégé, an ontology editor OWL 2 Semantic reasoner Summary TDT OWL

Main topics: Presenter: Introduction to OWL Protégé, an ontology editor OWL 2 Semantic reasoner Summary TDT OWL 1 TDT4215 Web Intelligence Main topics: Introduction to Web Ontology Language (OWL) Presenter: Stein L. Tomassen 2 Outline Introduction to OWL Protégé, an ontology editor OWL 2 Semantic reasoner Summary

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

A Semantic MediaWiki-Empowered Terminology Registry

A Semantic MediaWiki-Empowered Terminology Registry Proc. Int l Conf. on Dublin Core and Metadata Applications 2009 A Semantic MediaWiki-Empowered Terminology Registry Qing Zou School of Information Studies McGill University, Canada qing.zou2@mail.mcgill.ca

More information

Semantic Web Technologies: Web Ontology Language

Semantic Web Technologies: Web Ontology Language Semantic Web Technologies: Web Ontology Language Motivation OWL Formal Semantic OWL Synopsis OWL Programming Introduction XML / XML Schema provides a portable framework for defining a syntax RDF forms

More information

A representation framework for terminological ontologies

A representation framework for terminological ontologies Chapter 2 A representation framework for terminological ontologies 2.1 Introduction From the different types of ontology models, terminological ontologies are intensively used by libraries, archives, museums

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

Table of Contents. iii

Table of Contents. iii Current Web 1 1.1 Current Web History 1 1.2 Current Web Characteristics 2 1.2.1 Current Web Features 2 1.2.2 Current Web Benefits 3 1.2.3. Current Web Applications 3 1.3 Why the Current Web is not Enough

More information

Unified Thesaurus feasibility study

Unified Thesaurus feasibility study Unified Thesaurus feasibility study Possibilities, Representation and Design MMLab, ITEC, IBCN Table of Contents INTRODUCTION 3 PURPOSE 4 REQUIREMENTS 4 Ambiguity 4 Synonymy 4 Semantic Relationships 4

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

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

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

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

Mapping between Digital Identity Ontologies through SISM

Mapping between Digital Identity Ontologies through SISM Mapping between Digital Identity Ontologies through SISM Matthew Rowe The OAK Group, Department of Computer Science, University of Sheffield, Regent Court, 211 Portobello Street, Sheffield S1 4DP, UK m.rowe@dcs.shef.ac.uk

More information

Ontologies and The Earth System Grid

Ontologies and The Earth System Grid Ontologies and The Earth System Grid Line Pouchard (ORNL) PI s: Ian Foster (ANL); Don Middleton (NCAR); and Dean Williams (LLNL) http://www.earthsystemgrid.org The NIEeS Workshop Cambridge, UK Overview:

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

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

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

Wondering about either OWL ontologies or SKOS vocabularies? You need both!

Wondering about either OWL ontologies or SKOS vocabularies? You need both! Making sense of content Wondering about either OWL ontologies or SKOS vocabularies? You need both! ISKO UK SKOS Event London, 21st July 2008 bernard.vatant@mondeca.com A few words about Mondeca Founded

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

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

Data Foundations & Terminology (DFT) WG/IG & VSIG https://rd-alliance.org/groups/data-foundations-and-terminology-ig.html

Data Foundations & Terminology (DFT) WG/IG & VSIG https://rd-alliance.org/groups/data-foundations-and-terminology-ig.html Data Foundations & Terminology (DFT) WG/IG & VSIG https://rd-alliance.org/groups/data-foundations-and-terminology-ig.html Gary Berg-Cross (RDA US Advisory Committee) RDA P7 Joint VSIG DFT Meeting Th. March

More information

Terminology Services. Experimental Services for Controlled Vocabularies. OCLC Research April 2008

Terminology Services. Experimental Services for Controlled Vocabularies. OCLC Research April 2008 Terminology Services Experimental Services for Controlled Vocabularies OCLC Research April 2008 Overview Features Vocabularies Indexes and Indexing Sample Requests & Responses SRU examples Next Steps Experimental

More information

Study and guidelines on Geospatial Linked Data as part of ISA Action 1.17 Resource Description Framework

Study and guidelines on Geospatial Linked Data as part of ISA Action 1.17 Resource Description Framework DG Joint Research Center Study and guidelines on Geospatial Linked Data as part of ISA Action 1.17 Resource Description Framework 6 th of May 2014 Danny Vandenbroucke Diederik Tirry Agenda 1 Introduction

More information

OWL and tractability. Based on slides from Ian Horrocks and Franz Baader. Combining the strengths of UMIST and The Victoria University of Manchester

OWL and tractability. Based on slides from Ian Horrocks and Franz Baader. Combining the strengths of UMIST and The Victoria University of Manchester OWL and tractability Based on slides from Ian Horrocks and Franz Baader Where are we? OWL Reasoning DL Extensions Scalability OWL OWL in practice PL/FOL XML RDF(S)/SPARQL Practical Topics Repetition: DL

More information

Metadata Standards and Applications. 6. Vocabularies: Attributes and Values

Metadata Standards and Applications. 6. Vocabularies: Attributes and Values Metadata Standards and Applications 6. Vocabularies: Attributes and Values Goals of Session Understand how different vocabularies are used in metadata Learn about relationships in vocabularies Understand

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

Content analysis and classification in mathematics

Content analysis and classification in mathematics Content analysis and classification in mathematics Wolfram Sperber (Zentralblatt Math) Patrick Ion (Math Reviews) UDC Seminar 2011 CLASSIFICATION & ontology Formal approaches and Access to Knowledge The

More information

Metadata Common Vocabulary: a journey from a glossary to an ontology of statistical metadata, and back

Metadata Common Vocabulary: a journey from a glossary to an ontology of statistical metadata, and back Joint UNECE/Eurostat/OECD Work Session on Statistical Metadata (METIS) Lisbon, 11 13 March, 2009 Metadata Common Vocabulary: a journey from a glossary to an ontology of statistical metadata, and back Sérgio

More information

Pattern-based design, part I

Pattern-based design, part I Pattern-based design, part I Aldo Gangemi Valentina Presutti Semantic Technology Lab ISTC-CNR, Rome From raw data to patterns Moving from raw knowledge resources to networked ontologies require: [cf. C-ODO]

More information

Migrating Thesauri to the Semantic Web Guidelines and case studies for generating RDF encodings of existing thesauri

Migrating Thesauri to the Semantic Web Guidelines and case studies for generating RDF encodings of existing thesauri SWAD-Europe Thesaurus Activity Deliverable 8.8 Migrating Thesauri to the Semantic Web Guidelines and case studies for generating RDF encodings of existing thesauri Abstract: This document presents guidelines,

More information

Europeana Data Model. Stefanie Rühle (SUB Göttingen) Slides by Valentine Charles

Europeana Data Model. Stefanie Rühle (SUB Göttingen) Slides by Valentine Charles Europeana Data Model Stefanie Rühle (SUB Göttingen) Slides by Valentine Charles 08th Oct. 2014, DC 2014 Outline Europeana The Europeana Data Model (EDM) Modeling data in EDM Mapping, extensions and refinements

More information

Publishing Vocabularies on the Web. Guus Schreiber Antoine Isaac Vrije Universiteit Amsterdam

Publishing Vocabularies on the Web. Guus Schreiber Antoine Isaac Vrije Universiteit Amsterdam Publishing Vocabularies on the Web Guus Schreiber Antoine Isaac Vrije Universiteit Amsterdam Acknowledgements Alistair Miles, Dan Brickley, Mark van Assem, Jan Wielemaker, Bob Wielinga Participants of

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

Opus: University of Bath Online Publication Store

Opus: University of Bath Online Publication Store Patel, M. (2004) Semantic Interoperability in Digital Library Systems. In: WP5 Forum Workshop: Semantic Interoperability in Digital Library Systems, DELOS Network of Excellence in Digital Libraries, 2004-09-16-2004-09-16,

More information

OWL a glimpse. OWL a glimpse (2) requirements for ontology languages. requirements for ontology languages

OWL a glimpse. OWL a glimpse (2) requirements for ontology languages. requirements for ontology languages OWL a glimpse OWL Web Ontology Language describes classes, properties and relations among conceptual objects lecture 7: owl - introduction of#27# ece#720,#winter# 12# 2# of#27# OWL a glimpse (2) requirements

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

Semantic Visualization for Subject Authority Data of Chinese Classified Thesaurus

Semantic Visualization for Subject Authority Data of Chinese Classified Thesaurus Semantic Visualization for Subject Authority Data of Chinese Classified Thesaurus Wei Fan Sichuan University Shuqing Bu National Library of the China Qing Zou Lakehead University Outline I. Background

More information

SKOS Standards and Best Practises for USING Knowledge Organisation Systems ON THE Semantic Web

SKOS Standards and Best Practises for USING Knowledge Organisation Systems ON THE Semantic Web NKOS workshop ECDL Bath 2004-09-16 SKOS Standards and Best Practises for USING Knowledge Organisation Systems ON THE Semantic Web Rutherford Appleton Laboratory Overview Intro SKOS Core SKOS API SKOS Mapping

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

USING THE THESAURUS TO DEVELOP IT INQUIRY SYSTEMS

USING THE THESAURUS TO DEVELOP IT INQUIRY SYSTEMS USING THE THESAURUS TO DEVELOP IT INQUIRY SYSTEMS FEDOTOV A.M. 1, TUSUPOV J.A. 2, SAMBETBAYEVA M.A. 2, SAGNAYEVA S.K. 2, BAPANOV A.A. 2, NURGULZHANOVA A.N. 3, YERIMBETOVA A.S. 2 1 Institute of Computational

More information

PROPOSAL TO REPRESENT THE UNESCO THESAURUS FOR THE SEMANTIC WEB APPLYING ISO-25964

PROPOSAL TO REPRESENT THE UNESCO THESAURUS FOR THE SEMANTIC WEB APPLYING ISO-25964 1 PROPOSAL TO REPRESENT THE UNESCO THESAURUS FOR THE SEMANTIC WEB APPLYING ISO-25964 Juan-Antonio Pastor-Sánchez (1) (1) University of Murcia, Faculty of Communication and Documentation, pastor@um.es Abstract

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

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

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

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

Semantic Technologies

Semantic Technologies Semantic Technologies Part 14: Werner Nutt Acknowledgment These slides are based on the Latex version of slides by Markus Krötzsch of TU Dresden W. Nutt Semantic Technologies 2014/2015 (1/66) OWL W. Nutt

More information

KIWI Knowledge Model for Sun CEQ Use Case

KIWI Knowledge Model for Sun CEQ Use Case D6.1 KIWI Knowledge Model for Sun CEQ Use Case Project title: Project acronym: Project number: Project instrument: Knowledge in a Wiki KIWI ICT-2007.4.2-211932 EU FP7 Small and Medium-Scale Focused Research

More information

Deep integration of Python with Semantic Web technologies

Deep integration of Python with Semantic Web technologies Deep integration of Python with Semantic Web technologies Marian Babik, Ladislav Hluchy Intelligent and Knowledge Technologies Group Institute of Informatics, SAS Goals of the presentation Brief introduction

More information

KDI OWL. Fausto Giunchiglia and Mattia Fumagallli. University of Trento

KDI OWL. Fausto Giunchiglia and Mattia Fumagallli. University of Trento KDI OWL Fausto Giunchiglia and Mattia Fumagallli University of Trento Roadmap Introduction The OWL Full Language OWL DL and OWL lite Exercises 2 Introduction Chapter 1 3 Requirements for Ontology Languages

More information

Semantic Web. Ontology Pattern. Gerd Gröner, Matthias Thimm. Institute for Web Science and Technologies (WeST) University of Koblenz-Landau

Semantic Web. Ontology Pattern. Gerd Gröner, Matthias Thimm. Institute for Web Science and Technologies (WeST) University of Koblenz-Landau Semantic Web Ontology Pattern Gerd Gröner, Matthias Thimm {groener,thimm}@uni-koblenz.de Institute for Web Science and Technologies (WeST) University of Koblenz-Landau July 18, 2013 Gerd Gröner, Matthias

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

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

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

GraphOnto: OWL-Based Ontology Management and Multimedia Annotation in the DS-MIRF Framework

GraphOnto: OWL-Based Ontology Management and Multimedia Annotation in the DS-MIRF Framework GraphOnto: OWL-Based Management and Multimedia Annotation in the DS-MIRF Framework Panagiotis Polydoros, Chrisa Tsinaraki and Stavros Christodoulakis Lab. Of Distributed Multimedia Information Systems,

More information

Pragmatics of RDF/OWL

Pragmatics of RDF/OWL Pragmatics of RDF/OWL Guus Schreiber Free University Amsterdam Co-chair W3C Web Ontology Working Group 2002-2004 Co-chair W3C Semantic Web Best Practices & Deployment Working Group Overview Why ontologies?

More information

OWL an Ontology Language for the Semantic Web

OWL an Ontology Language for the Semantic Web OWL an Ontology Language for the Semantic Web Ian Horrocks horrocks@cs.man.ac.uk University of Manchester Manchester, UK OWL p. 1/27 Talk Outline OWL p. 2/27 Talk Outline The Semantic Web OWL p. 2/27 Talk

More information

Semantic Web Ontologies

Semantic Web Ontologies Semantic Web Ontologies CS 431 April 4, 2005 Carl Lagoze Cornell University Acknowledgements: Alun Preece RDF Schemas Declaration of vocabularies classes, properties, and structures defined by a particular

More information

Linguaggi Logiche e Tecnologie per la Gestione Semantica dei testi

Linguaggi Logiche e Tecnologie per la Gestione Semantica dei testi Linguaggi Logiche e Tecnologie per la Gestione Semantica dei testi Outline Brief recap on RDFS+ Using RDFS+ SKOS FOAF Recap RDFS+ includes a subset of the constructs in OWL. It offers more expressive power

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

Overview. Pragmatics of RDF/OWL. The notion of ontology. Disclaimer. Ontology types. Ontologies and data models

Overview. Pragmatics of RDF/OWL. The notion of ontology. Disclaimer. Ontology types. Ontologies and data models Overview Pragmatics of RDF/OWL Guus Schreiber Free University Amsterdam Co-chair W3C Web Ontology Working Group 2002-2004 Co-chair W3C Semantic Web Best Practices & Deployment Working Group Why ontologies?

More information

H1 Spring C. A service-oriented architecture is frequently deployed in practice without a service registry

H1 Spring C. A service-oriented architecture is frequently deployed in practice without a service registry 1. (12 points) Identify all of the following statements that are true about the basics of services. A. Screen scraping may not be effective for large desktops but works perfectly on mobile phones, because

More information

UniSav UniSav. First Draft of requirements and specifications V F. André UniSav First release of the TMP

UniSav UniSav. First Draft of requirements and specifications V F. André UniSav First release of the TMP This project is funded under the ICT Policy Support Programme part of the Competitiveness and Innovation Framework Programme. Project Project Acronym: AthenaPlus Grant Agreement number: 325098 Project

More information

Pulling Together, or

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

More information

Converting the TheSoz to SKOS Zapilko, Benjamin; Sure, York Veröffentlichungsversion / Published Version Arbeitspapier / working paper

Converting the TheSoz to SKOS Zapilko, Benjamin; Sure, York Veröffentlichungsversion / Published Version Arbeitspapier / working paper www.ssoar.info Converting the TheSoz to SKOS Zapilko, Benjamin; Sure, York Veröffentlichungsversion / Published Version Arbeitspapier / working paper Zur Verfügung gestellt in Kooperation mit / provided

More information

Using metadata schema registry as a core function to enhance usability and reusability of metadata schemas

Using metadata schema registry as a core function to enhance usability and reusability of metadata schemas Using metadata schema registry as a core function to enhance usability and reusability of metadata schemas Mitsuharu Nagamori University of Tsukuba, Japan nagamori@slis.tsukuba.ac.jp Shigeo Sugimoto University

More information

Classification and reference vocabulary in Linked Environment Data

Classification and reference vocabulary in Linked Environment Data Classification and reference vocabulary in Linked Environment Data Joachim Fock, Maria Rüther, Thomas Schultz-Krutisch, Federal Environment Agency (UBA), Germany Thomas Bandholtz, innoq Deutschland GmbH

More information

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

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

More information

Modeling LMF compliant lexica in OWL-DL

Modeling LMF compliant lexica in OWL-DL 19 21 June 11th International conference DIN Deutsches Institut für Normung e. V. Modeling LMF compliant lexica in OWL-DL Malek Lhioui 1, Kais Haddar 1 and Laurent Romary 2 1 : Multimedia, InfoRmation

More information

Introduction and background

Introduction and background page 1 of 9 To: Joint Steering Committee for Development of RDA From: Gordon Dunsire, CILIP representative Subject: RDF representation of RDA relationship designators: discussion paper Introduction and

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

The National Cancer Institute's Thésaurus and Ontology

The National Cancer Institute's Thésaurus and Ontology The National Cancer Institute's Thésaurus and Ontology Jennifer Golbeck 1, Gilberto Fragoso 2, Frank Hartel 2, Jim Hendler 1, Jim Oberthaler 2, Bijan Parsia 1 1 University of Maryland, College Park 2 National

More information

Shared content-vocabularies: Ontologies

Shared content-vocabularies: Ontologies Semantic Web Languages: RDF, RDF Schema, OWL Frank van Harmelen Vrije Universiteit Amsterdam Shared content-vocabularies: Ontologies Formal, explicit specification of a shared conceptualisation machine

More information

Ontology Summit2007 Survey Response Analysis. Ken Baclawski Northeastern University

Ontology Summit2007 Survey Response Analysis. Ken Baclawski Northeastern University Ontology Summit2007 Survey Response Analysis Ken Baclawski Northeastern University Outline Communities Ontology value, issues, problems, solutions Ontology languages Terms for ontology Ontologies April

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

RDF Data Model. Objects

RDF Data Model. Objects Objects Data & MetaData (data/metadata): Descriptive metadata for a NAKALA data (e.g. Title, Date etc.) Data record/description (ressource): «internal» description for a NAKALA data (e.g. submission date)

More information

2 nd International Semantic Web Conference (ISWC2003)

2 nd International Semantic Web Conference (ISWC2003) 2 nd International Semantic Web Conference (ISWC2003) Tutorial: Creating Semantic Web (OWL) Ontologies with Protégé Holger Knublauch, Mark A. Musen, Natasha F. Noy Sanibel Island, Florida, USA, October

More information

Simplified Approach for Representing Part-Whole Relations in OWL-DL Ontologies

Simplified Approach for Representing Part-Whole Relations in OWL-DL Ontologies Simplified Approach for Representing Part-Whole Relations in OWL-DL Ontologies Pace University IEEE BigDataSecurity, 2015 Aug. 24, 2015 Outline Ontology and Knowledge Representation 1 Ontology and Knowledge

More information

Thesauri managing and Software Agents: a proposed architecture

Thesauri managing and Software Agents: a proposed architecture DC-2005: Proc. Int. Conf. on Dublin Core and Metadata Applications 2005 ~119 Thesauri managing and Software Agents: a proposed architecture José Ramón Pérez Agüera 1Departamento de Sistemas Informáticos

More information

Knowledge Representation RDF Turtle Namespace

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

More information

EARTh: an Environmental Application Reference Thesaurus in the Linked Open Data Cloud

EARTh: an Environmental Application Reference Thesaurus in the Linked Open Data Cloud EARTh: an Environmental Application Reference Thesaurus in the Linked Open Data Cloud R. Albertoni a,b,*, M. De Martino b, S. Di Franco c, V. De Santis c and P. Plini c a Ontology Engineering Group. Dpto.

More information

Towards the reuse of standardized thesauri into ontologies 1

Towards the reuse of standardized thesauri into ontologies 1 Towards the reuse of standardized thesauri into ontologies 1 Elena Cardillo 1, Antonietta Folino 2, Roberto Trunfio 2, Roberto Guarasci 2 1 Institute for Informatics and Telematics, Italian National Research

More information

Innovation in Thesaurus Management

Innovation in Thesaurus Management Innovation in Thesaurus Management Lucy Bell Management Information Manager UK Data Archive IASSIST 2013, Cologne 31 May 2013 Two thesauri; two projects SKOS-HASSET 10 month, Jisc-funded project to enhance

More information

Semantic Web. Tahani Aljehani

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

More information

12th ICCRTS. On the Automated Generation of an OWL Ontology based on the Joint C3 Information Exchange Data Model (JC3IEDM)

12th ICCRTS. On the Automated Generation of an OWL Ontology based on the Joint C3 Information Exchange Data Model (JC3IEDM) 12th ICCRTS On the Automated Generation of an OWL Ontology based on the Joint C3 Information Exchange Data Model (JC3IEDM) Christopher J. Matheus and Brian Ulicny VIStology, Inc. Framingham, MA, U.S.A.

More information

H1 Spring B. Programmers need to learn the SOAP schema so as to offer and use Web services.

H1 Spring B. Programmers need to learn the SOAP schema so as to offer and use Web services. 1. (24 points) Identify all of the following statements that are true about the basics of services. A. If you know that two parties implement SOAP, then you can safely conclude they will interoperate at

More information

FOUNDATIONS OF SEMANTIC WEB TECHNOLOGIES

FOUNDATIONS OF SEMANTIC WEB TECHNOLOGIES FOUNDATIONS OF SEMANTIC WEB TECHNOLOGIES OWL Syntax & Intuition Sebastian Rudolph Dresden, 26 April 2013 Content Overview & XML 9 APR DS2 Hypertableau II 7 JUN DS5 Introduction into RDF 9 APR DS3 Tutorial

More information

Constantly Under Construction - STW Thesaurus for Economics Linked Data Maintenance

Constantly Under Construction - STW Thesaurus for Economics Linked Data Maintenance Constantly Under Construction - STW Thesaurus for Economics Linked Data Maintenance Joachim Neubert ZBW Leibniz Information Centre for Economics DCMI Libraries Community DC-2013, Lisbon, Portugal 05.09.2013

More information

The Semantic Web and expert metadata: pull apart then bring together. Gordon Dunsire

The Semantic Web and expert metadata: pull apart then bring together. Gordon Dunsire The Semantic Web and expert metadata: pull apart then bring together Gordon Dunsire Presented at Archives, Libraries, Museums 12 (AKM12), Poreč, Croatia, 2008 Published: Glasgow, Scotland : Centre for

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

SWAD-Europe Deliverable 8.3: RDF Encoding of Multilingual Thesauri

SWAD-Europe Deliverable 8.3: RDF Encoding of Multilingual Thesauri Mon Jun 07 2004 12:12:05 Europe/London SWAD-Europe Deliverable 8.3: RDF Encoding of Multilingual Thesauri Project name: Semantic Web Advanced Development for Europe (SWAD-Europe) Project Number: IST-2001-34732

More information

Linking Thesauri to the Linked Open Data Cloud for Improved Media Retrieval

Linking Thesauri to the Linked Open Data Cloud for Improved Media Retrieval biblio.ugent.be The UGent Institutional Repository is the electronic archiving and dissemination platform for all UGent research publications. Ghent University has implemented a mandate stipulating that

More information

From the point of view of their expressiveness or

From the point of view of their expressiveness or An Evolutive Process to Convert Glossaries into Ontologies José R. Hilera, Carmen Pagés, J. Javier Martínez, J. Antonio Gutiérrez, and Luis de-marcos This paper describes a method to generate ontologies

More information

Managing semantics with content using DITA XML

Managing semantics with content using DITA XML Managing semantics with content using DITA XML presented by Erik Hennum IBM STG User Technology March 2006 The talk at a glance The need for content semantics Background about SKOS and DITA The XML implementation

More information

Lessons Learned from a Greenhorn Ontologist

Lessons Learned from a Greenhorn Ontologist Lessons Learned from a Greenhorn Ontologist Image credit: https://emmatrinidad.wordpress.com/2014/04/24/yoko-ono/ Steven Folsom, Metadata Strategist and Standards Advocate, Cornell University Library Beyond

More information

Knowledge-Driven Video Information Retrieval with LOD

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

More information