Sharing Cultural Heritage Information using Linked Open Data at a Museum of Contemporary Art

Size: px
Start display at page:

Download "Sharing Cultural Heritage Information using Linked Open Data at a Museum of Contemporary Art"

Transcription

1 Sharing Cultural Heritage Information using Linked Open Data at a Museum of Contemporary Art Erika Guetti Suca and Flávio Soares Corrêa da Silva University of São Paulo, Institute of Mathematic and Statistics, São Paulo, Brazil. {eguetti,fcs}@ime.usp.br Abstract. Museums around the world have built databases with metadata about millions of cultural objects. These databases are large and complex, the information is richly structured and varied from museum to museum, and it is difficult to link the data across databases. We are working on a model to support cloud based Linked Data for the Museum of Contemporary Art at the University of São Paulo (MAC-USP), based on information of exhibits and collections. We propose to create logical rules about relationships among cultural heritage items, using RDF as a schema language. Our goal is to unfold implicit relations among these items, this way creating new value by allowing cultural institutions to add and publish information about their collections and exhibits in their corresponding websites. Keywords: Interoperability, Ontologies, Culture Heritage 1 Introduction The information technologies has enabled cultural heritage and public organizations to provides access to their collections not only through physical displays but also online, and attract even wider audiences than those that visit the physical museums [9]. This works presents the challenges to publish culture heritage contents. Exploring the characterizes the concepts of culture heritage and proposing a model for information sharing. Our goal is create new value by allowing cultural institutions to add and publish information about their collections and exhibits in their corresponding websites. We want to propose a model which allows to obtain one feedback about the goals and interests of users. So, we could think about ways to personalise the information to users. Personalization enables a new communication strategy based on a continuous process of interaction, collaboration, learning and adaption between the museum and its visitors. Personalization [11] could improve the interaction and experience of visitors on museum websites and with museum guide systems by supporting visitors navigation and assisting them in quiclky finding an appropiate starting point, and in discovering new relevant information.

2 2 Erika Guetti Suca and Flávio Soares Corrêa da Silva The present article is organized as follows: in section 2 we exam the related works, in section 3 we describe our proposal and finally in section 4 we discuss our conclusions, at last we have the references. 2 Previous Work There are several works, but we mainly consider the following: The Amsterdam Museum [1] presents a transparent and interactive methodology for ingesting, converting and linking cultural heritage metadata into Linked Data. They proposed the data from individual cultural heritage instituitions can be integrated by mapping to a common metadata model Europeana Data Model (EDM). They identified these phases: (a) conversion of data to RDF, (b)enriching the RDF, (c)mapping to interoperability layer. Each phase explains how they treated and supported the data for link Linked Data. The development of our model, at least phase of data processing, uses as the basis this methodology. The work is supported by the Cliopatria Semantic Server and Amalgame tool for alignment. The Smithsonian American Art Museum [14] describes the process and lessos learned in publishing the data. They defined their process in phases: (a) map to data to RDF, (b) link to external sources, (c) curate the linked data. While development, they described challenges in publishing data about artwork to the linked data cloud, the mains are: data preparation, mappings columns to classes, connecting classes, mapping depends on field values. They helped our proposal to identify the prerequisites and challenges of data before publication. The Natural History Museum (NHM) [6] adopts and integrates the strong requirements for metadata management and interoperability with cultural heritage, biodiversity, and learning repositories. They offer tools and services that allow the participating NHM s to: (a) uniformily describe and semantically annonate their content according to international standars and specifications, as well as (b) interconnect their digital libraries and expose their Cultural Heritage Object (CHO) metadata records to Europeana. The main features of their arquitecture include the publication of multimedia objects, the semantic linkage of the described objects with well-established controlled vocabularies, and real-time colaboration, concurrency among users. They defined software components for client and server side. In the case of server side, they identified three layer: Service Layer, Business Layer and Data Layer. Their arquitecture was a excellent example for our model. The Museum Finland [10] combines benefits of the multi-faced view-based search paradigm with Semantic Web Ontology techniques and reasoning. Logic rules were used for separating the semantic search and link generation services from the underlying domain specific ontologies. Their architecture consists of three components: (a)the logic server Ontodella: provides the reasoning services how dynamic semantic link recommendations, (b)the search engine Ontogator: is a generic view-based RDF search engine, responsible

3 Title Suppressed Due to Excessive Length 3 for the multi-facet search and, (c)interface component Ontoviews: binds the services of Ontogator to Ontodella. These works have successfully achieved the information sharing. But, little has been discussed to get a user s feedback to personalize the content or create explanations of exhibits. Personalized semantics are necessary for the expression of subjective opinions and subjective inference. 3 The Proposal Our proposed model is designed to facilitate achieving the following objectives: exact definitions, terminological interoperability, automatic content enrichement and personalize information. We pretend move business logic from applications into the user s knowledge model based in ontologies. So, we could create forms to present a guide of history of exhibitions, let to users create their own selfcurated experiences. We could experiment by adding rules to your ontologies and discovering how they affect your knowledge bases. The Figure 1 shows our arquitecture proposal. To implement our model it takes several stages of development depending on each module. We have two important modules, The Client Side and Server Side. In Client Side is responsable for the interaction with the user, the presentation of information as well as the communication with the server when needed. It follows the Model-View- Presentation (MVP) design pattern and accommodates modules with discrete roles in managing and delivering/fetching content from/to Client Browser GUI to /from the Server Side. The main modules on the Client Side are described below: The Client Browser GUI refers to the Graphical User Interface presented to the user s web browser. The Views are responsible for their layout. Their dispatch user action events to their corresponding Presenters for processing. The Application Manager is a centralized point of control, handling the communication between the Views and the Service Layer. It make calls to the services exposed in the service layer, and notifying Views for their responses. The main modules on the Server Side are described below: The Service Layer controls the communication between the client and server logic by exposing a set of services to the client side. These services comprise the middleware concealing the application s business logic. The basic system services are: (a) the CRUD Service facilate the creation, retrieval, update and deletion of object or collection cultural. (b) Vocabulary Access Service, enable the access to taxonomic terms, vocabularies, files of persons, places, publicly sourced authority, etc. (c) Concurrency Service provides the basic methods for acquiring/releasing/refreshing locks on Cultural Heritage Object (CHO) or Collection.

4 4 Erika Guetti Suca and Flávio Soares Corrêa da Silva Client Browser GUI CLIENT SIDE SERVER SIDE Data Layer Bussiness Logic Layer Service Layer View Layer CRUD Services Persistency Management MuseumBD Multilanguage Support HTTP Server/Client Application Manager Vocabulary Access Service Data Interchange RDF API/Parser XML Parser/API Vocabulary Management Query RDF Store Views Ontology Reasoner RDF Store Vocabulary Rules Rule Engine Concurrency Service Concurrency Mangement Fig. 1. Proposed Architecture for Sharing Cultural Heritage

5 Title Suppressed Due to Excessive Length 5 The Business Logic Layer contains the business logic of the application and separates it from Data Layer and Service Layer. It consists of three components: (a) Persistency Management module management the submission/retrieval of information packages to/from the cultural heritage repository. (b) Vocabulary Management provides access to indexed vocabularies and authority files residing on the Vocabulary Server. Its components are: Query RDF Store, Ontology Reasoner, Rules engine. These components implement semantic relations, using a standard ontology, by example CIDOC- CRM. Finally, (c) Concurrency Management component applies a locking strategy to CHO s record/collection in order to overcome problems related to the concurrent editing by multiple users. The Data Layer, accommodates external systems that are used for persistent data storage. The module Vocabulary Management is especially important in our project. Therefore, we selected it first in implementing. A challenge in this module is a separate content creation proces for consolidating the global respository based on local databases. Another challenge is how the content from the museum databases can be imported into global RDF(s). A major goal is to provide the end-user with semantic association links relating colections contents with each other. The process defined in the implementation is in phases: (1) data preparation, conversion or map of data to RDFs, (2) connecting classes, enrichment the RDFs, (3) connection of MAC Museum to the Linked Data Cloud (RDF Store, SPARQL) and (4) transition and maintenance to the Linked Data Cloud, mapping to interoperability layer. 4 Conclusion We presented an architecture for Sharing Cultural Heritage, and a initial method making possible to link the information Cultural Heritage to the Linked Data Cloud. The process of implementation of the Vocabulary Management module includes the following stages: (1) data preparation, conversion or map of data to RDFs, (2) connecting classes, enrichment the RDFs, (3) connection of MAC Museum to the Linked Data Cloud (RDF Store, SPARQL) and (4) transition and maintenance to the Linked Data Cloud, mapping to interoperability layer. Our current rearch focuses on conversion of data to RDFs and enrichment the RDFs. Further works we will explain the process of implementation mainly of modules Bussiness logic Layer. References 1. de Boer V., Wielemaker J., Van Gent J., Hildebrand M., Isaac A., Van Ossenbruggen J., Schreiber G.: Supporting Linked Data Production for Cultural Heritage Institutes: The Amsterdam Museum Case Study. In: The Semantic Web: Research and Applications, pp Springer Berlin Heidelberg (2012).

6 6 Erika Guetti Suca and Flávio Soares Corrêa da Silva 2. Daconta M. C., Obrst L. J., Smith K. T.: Semantic Web Programming: A guide to the futureof XML, Web Services and Knowledge Management. Wiley, USA (2003). 3. Dannélls D., Damova M., Reason-able View of Linked Data for Cultural Heritage. Advances in Intelligent and Soft Computing, The Third International Conference on Software, Services & Semantic Technologies (S3T).,17 24 (2011). 4. Domingue, J., Fensel, D., Hendler, J. A.: Handbook of Semantic Web Technologies. Springer, Berlin (2011). 5. Fraz S., Reasoning over Cultural Heritage Information using Semantic Web Technologies. (2011). 6. Giannis Skevakis, Konstantinos Makris, Polyxeni Arapi, Stavros Christodoulakis: Elevating Natural History Museums Cultural Collections to the Linked Data Cloud. In: SDA 13, pp (2013). 7. Hebeler J., Fisher M., Blace R., Perez-Lopez A.: Semantic Web Programming. Wiley, USA (2009). 8. International Council of Museums Conseil International des Musees: CIDOC Conceptual Reference Model. (2013). 9. Hyvönen, E.: Publishing and Using Cultural Heritage Linked Data on the Semantic Web. Morgan Kaufmann, Morgan&Claypool, Palo Alto, USA (2012). 10. Hyvönen E., Mäkelä E., Salminen M., Valo A., Viljanen K., Saarela S., Junnila M., Kettula S., MuseumFinland-Finnish Museums on the Semantic Web. J. Web Semant. Elsevier Science., (2005). 11. Konstantinos N.V., Karagiannis G. Th., Pericles M. A., Semantic Web in Cultural Heritage After Makris K., Skevakis G., Kalokyri V., Arapi P., Christodoulakis S.: Metadata Management and Interoperability Support for Natural History Museums. In: ESWC. Lecture Notes in Computer Science, pp Springer (2013). 13. Schreiber G., Amin A. K., Aroyo L., Van Assem M., de Boer V., Hardman L., Hildebrand M., Omelayenko B., Van Ossenbruggen J., Tordai A., Wielemaker J., Wielinga B. J., Semantic annotation and search of cultural-heritage collections: The MultimediaN E-Culture demonstrator. J. WebSem. Elsevier Science., (2008). 14. Szekely P., Knoblock C., Yang F., Zhu X., Fink E., Allen R., Goodlander G.: Connecting the Smithsonian American Art Museum to the Linked Data Cloud. In: ESWC. Lecture Notes in Computer Science, pp Springer (2013). 15. Wang Y., Stash N., Aroyo L, Gorgels P., Rutledge Ll. Schreider G., Recommendations based on semantically enriched museum collections. J. WebSem. Elsevier Science., (2008).

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

CULTURESAMPO A National Publication System of Cultural Heritage on the Semantic Web 2.0

CULTURESAMPO A National Publication System of Cultural Heritage on the Semantic Web 2.0 CULTURESAMPO A National Publication System of Cultural Heritage on the Semantic Web 2.0 Eero Hyvönen, Eetu Mäkelä, Tomi Kauppinen, Olli Alm, Jussi Kurki, Tuukka Ruotsalo, Katri Seppälä, Joeli Takala, Kimmo

More information

Using Linked Data to Diversify Search Results a Case Study in Cultural Heritage

Using Linked Data to Diversify Search Results a Case Study in Cultural Heritage Using Linked Data to Diversify Search Results a Case Study in Cultural Heritage Chris Dijkshoorn 1,LoraAroyo 1, Guus Schreiber 1, Jan Wielemaker 1, and Lizzy Jongma 2 1 Computer Science, The Network Institute,

More information

EUROMUSE: A web-based system for the

EUROMUSE: A web-based system for the EUROMUSE: A web-based system for the management of MUSEum objects and their interoperability with EUROpeana Varvara Kalokyri, Giannis Skevakis Laboratory of Distributed Multimedia Information Systems &

More information

CHIP Demonstrator: Semantics-Driven Recommendations and Museum Tour Generation

CHIP Demonstrator: Semantics-Driven Recommendations and Museum Tour Generation CHIP Demonstrator: Semantics-Driven Recommendations and Museum Tour Generation Lora Aroyo 1,2, Natalia Stash 1,YiwenWang 1, Peter Gorgels 3, and Lloyd Rutledge 4 1 Eindhoven University of Technology, Computer

More information

MuseoSuomi Suomen museot semanttisessa webissä

MuseoSuomi Suomen museot semanttisessa webissä MuseoSuomi Suomen museot semanttisessa webissä http://www.museosuomi.fi Prof. Eero Hyvönen TKK, University of Helsinki, and HIIT Semantic Computing Research Group http://www.seco.tkk.fi/ ww.seco.tkk.fi/

More information

Museum Collections and the Semantic Web

Museum Collections and the Semantic Web Museum Collections and the Semantic Web Maria Nisheva-Pavlova 1,2, Nicolas Spyratos 3, Peter Stanchev 2,4 1 Faculty of Mathematics and Informatics, Sofia University, Bulgaria 2 Institute of Mathematics

More information

Europeana and semantic alignment of vocabularies

Europeana and semantic alignment of vocabularies Europeana and semantic alignment of vocabularies Antoine Isaac Jacco van Ossenbruggen, Victor de Boer, Jan Wielemaker, Guus Schreiber Europeana & Vrije Universiteit Amsterdam NKOS workshop, Berlin, Sept.

More information

Connecting the Smithsonian American Art Museum to the Linked Data Cloud

Connecting the Smithsonian American Art Museum to the Linked Data Cloud Connecting the Smithsonian American Art Museum to the Linked Data Cloud Pedro Szekely 1, Craig A. Knoblock 1, Fengyu Yang 2, Xuming Zhu 1, Eleanor E. Fink 1, Rachel Allen 3, and Georgina Goodlander 3 1

More information

Exploring Audiovisual Archives through Aligned Thesauri

Exploring Audiovisual Archives through Aligned Thesauri Exploring Audiovisual Archives through Aligned Thesauri Victor de Boer 1,2, Matthias Priem 3, Michiel Hildebrand 4, Nico Verplancke 3, Arjen de Vries 4, and Johan Oomen 1 1 Netherlands Institute for Sound

More information

Metadata Management, Interoperability and Linked Data Publishing Support for Natural History Museums

Metadata Management, Interoperability and Linked Data Publishing Support for Natural History Museums Noname manuscript No. (will be inserted by the editor) Metadata Management, Interoperability and Linked Data Publishing Support for Natural History Museums Giannis Skevakis Konstantinos Makris Varvara

More information

CHIP demonstrator: Semantics-driven recommendations and museum tour generation Aroyo, L.M.; Stash, N.; Wang, Y.; Gorgels, P.; Rutledge, L.W.

CHIP demonstrator: Semantics-driven recommendations and museum tour generation Aroyo, L.M.; Stash, N.; Wang, Y.; Gorgels, P.; Rutledge, L.W. CHIP demonstrator: Semantics-driven recommendations and museum tour generation Aroyo, L.M.; Stash, N.; Wang, Y.; Gorgels, P.; Rutledge, L.W. Published in: Proceedings of the 6th International Semantic

More information

Lessons Learned in Building Linked Data for the American Art Collaborative

Lessons Learned in Building Linked Data for the American Art Collaborative Lessons Learned in Building Linked Data for the American Art Collaborative Craig A. Knoblock 1, Pedro Szekely 1, Eleanor Fink 2, Duane Degler 3, David Newbury 4, Robert Sanderson 4, Kate Blanch 5, Sara

More information

SEMANTIC SUPPORT FOR MEDICAL IMAGE SEARCH AND RETRIEVAL

SEMANTIC SUPPORT FOR MEDICAL IMAGE SEARCH AND RETRIEVAL SEMANTIC SUPPORT FOR MEDICAL IMAGE SEARCH AND RETRIEVAL Wang Wei, Payam M. Barnaghi School of Computer Science and Information Technology The University of Nottingham Malaysia Campus {Kcy3ww, payam.barnaghi}@nottingham.edu.my

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

TECHNOLOGY AND SCALING PUBLISHING THE DATA OF THE SMITHSONIAN AMERICAN ART MUSEUM TO THE LINKED DATA CLOUD

TECHNOLOGY AND SCALING PUBLISHING THE DATA OF THE SMITHSONIAN AMERICAN ART MUSEUM TO THE LINKED DATA CLOUD TECHNOLOGY AND SCALING PUBLISHING THE DATA OF THE SMITHSONIAN AMERICAN ART MUSEUM TO THE LINKED DATA CLOUD PEDRO SZEKELY, CRAIG A. KNOBLOCK, FENGYU YANG, ELEANOR E. FINK, SHUBHAM GUPTA, RACHEL ALLEN AND

More information

An Annotation Tool for Semantic Documents

An Annotation Tool for Semantic Documents An Annotation Tool for Semantic Documents (System Description) Henrik Eriksson Dept. of Computer and Information Science Linköping University SE-581 83 Linköping, Sweden her@ida.liu.se Abstract. Document

More information

KARMA. Pedro Szekely and Craig A. Knoblock. University of Southern California, Information Sciences Institute

KARMA. Pedro Szekely and Craig A. Knoblock.  University of Southern California, Information Sciences Institute KARMA Pedro Szekely and Craig A. Knoblock pszekely@isi.edu, knoblock@isi.edu, Information Sciences Institute Outline What doors does Karma open? What is Linked Data? Why is Karma the best tool? How does

More information

An aggregation system for cultural heritage content

An aggregation system for cultural heritage content An aggregation system for cultural heritage content Nasos Drosopoulos, Vassilis Tzouvaras, Nikolaos Simou, Anna Christaki, Arne Stabenau, Kostas Pardalis, Fotis Xenikoudakis, Eleni Tsalapati and Stefanos

More information

Supporting the decision process for the choice of a domain modeling scheme

Supporting the decision process for the choice of a domain modeling scheme Supporting the decision process for the choice of a domain modeling scheme Katharina Schwarz Institute for Information and Computing Sciences, Utrecht University, The Netherlands kschwarz@cs.uu.nl Timo

More information

Enabling Semantic Access to Cultural Heritage: A Case Study of Tate Online

Enabling Semantic Access to Cultural Heritage: A Case Study of Tate Online Enabling Semantic Access to Cultural Heritage: A Case Study of Tate Online Paul Clough, Jennifer Marlow and Neil Ireson University of Sheffield (UK) Contents of paper 2 Contents Introduction Related work

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

The Rijksmuseum Collection as Linked Data

The Rijksmuseum Collection as Linked Data Semantic Web 0 (0) 1 1 IOS Press The Rijksmuseum Collection as Linked Data Chris Dijkshoorn a, Lizzy Jongma b, Lora Aroyo a, Jacco van Ossenbruggen c, Guus Schreiber a, Wesley ter Weele d, Jan Wielemaker

More information

Porting Social Media Contributions with SIOC

Porting Social Media Contributions with SIOC Porting Social Media Contributions with SIOC Uldis Bojars, John G. Breslin, and Stefan Decker DERI, National University of Ireland, Galway, Ireland firstname.lastname@deri.org Abstract. Social media sites,

More information

Enhancing Content-based Recommendation with the Task Model of Classification

Enhancing Content-based Recommendation with the Task Model of Classification Enhancing Content-based Recommendation with the Task Model of Classification Yiwen Wang 1, Shenghui Wang 2, Natalia Stash 1, Lora Aroyo 12, and Guus Schreiber 2 1 Eindhoven University of Technology, Computer

More information

Studying conceptual models for publishing library data to the Semantic Web

Studying conceptual models for publishing library data to the Semantic Web Postprint version. Please refer to the publisher s version as follows: Zapounidou S. (2017) Studying Conceptual Models for Publishing Library Data to the Semantic Web. In: Kamps J., Tsakonas G., Manolopoulos

More information

MultimediaN E-Culture Demonstrator

MultimediaN E-Culture Demonstrator MultimediaN E-Culture Demonstrator Guus Schreiber 1, Alia Amin 2, Mark van Assem 1,VictordeBoer 3, Lynda Hardman 25, Michiel Hildebrand 2, Laura Hollink 1, Zhisheng Huang 2, Janneke van Kersen 4, Marco

More information

INS. Information Systems. INformation Systems. /facet: A browser for heterogeneous Semantic Web repositories

INS. Information Systems. INformation Systems. /facet: A browser for heterogeneous Semantic Web repositories C e n t r u m v o o r W i s k u n d e e n I n f o r m a t i c a INS Information Systems INformation Systems /facet: A browser for heterogeneous Semantic Web repositories M. Hildebrand, J.R. van Ossenbruggen,

More information

The CARARE project: modeling for Linked Open Data

The CARARE project: modeling for Linked Open Data The CARARE project: modeling for Linked Open Data Kate Fernie, MDR Partners Fagdag om modellering, 7 March 2014 CARARE: Bringing content for archaeology and historic buildings to Europeana users When:

More information

EUROPEANA METADATA INGESTION , Helsinki, Finland

EUROPEANA METADATA INGESTION , Helsinki, Finland EUROPEANA METADATA INGESTION 20.11.2012, Helsinki, Finland As of now, Europeana has: 22.322.604 Metadata (related to a digital record) in CC0 3.698.807 are in the Public Domain 697.031 Digital Objects

More information

Digital Humanities on the Semantic Web: Accessing Historical and Musical Linked Data

Digital Humanities on the Semantic Web: Accessing Historical and Musical Linked Data Journal of Catalan Intellectual History (JOCIH) Online ISSN 2014-1564 DOI: 10.1515/jocih-2016-0013 https://www.degruyter.com/view/j/jocih Received 11/01/2017 / Accepted 12/04/2017 Digital Humanities on

More information

Development of an Ontology-Based Portal for Digital Archive Services

Development of an Ontology-Based Portal for Digital Archive Services Development of an Ontology-Based Portal for Digital Archive Services Ching-Long Yeh Department of Computer Science and Engineering Tatung University 40 Chungshan N. Rd. 3rd Sec. Taipei, 104, Taiwan chingyeh@cse.ttu.edu.tw

More information

1. Introduction: Why Cultural Heritage and Archival Collections on the Semantic Web?

1. Introduction: Why Cultural Heritage and Archival Collections on the Semantic Web? Преглед НЦД 12 (2008), 9 16 Maria M. Nisheva-Pavlova (Faculty of Mathematics and Informatics, Sofia University St. Kliment Ohridski and Institute of Mathematics and Informatics, Bulgarian Academy of Sciences)

More information

Hyvönen, Eero; Tuominen, Jouni; Ikkala, Esko; Mäkelä, Eetu Ontology services based on crowdsourcing

Hyvönen, Eero; Tuominen, Jouni; Ikkala, Esko; Mäkelä, Eetu Ontology services based on crowdsourcing Powered by TCPDF (www.tcpdf.org) This is an electronic reprint of the original article. This reprint may differ from the original in pagination and typographic detail. Hyvönen, Eero; Tuominen, Jouni; Ikkala,

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

TravelSampo System for Creating Mobile Audio Guide Tours Enriched with Linked Data

TravelSampo System for Creating Mobile Audio Guide Tours Enriched with Linked Data TravelSampo System for Creating Mobile Audio Guide Tours Enriched with Linked Data Eero Hyvönen, Aleksi Lindblad, and Eetu Mäkelä Aalto University Finland 1 Contents Why TravelSampo? End-user s perspective

More information

Trends in Digital Cultural Heritage Management and Applications

Trends in Digital Cultural Heritage Management and Applications Trends in Digital Cultural Heritage Management and Applications Stavros Christodoulakis MUSIC/TUC Laboratory, School of Electronic and Computer Engineering, Technical University of Crete Stavros@ced.tuc.gr

More information

Citation for published version (APA): Hildebrand, M. (2010). End-user support for access to heterogeneous linked data

Citation for published version (APA): Hildebrand, M. (2010). End-user support for access to heterogeneous linked data UvA-DARE (Digital Academic Repository) End-user support for access to heterogeneous linked data Hildebrand, M. Link to publication Citation for published version (APA): Hildebrand, M. (2010). End-user

More information

Enabling the Semantic Web with Ready-to-Use Mash-Up Components

Enabling the Semantic Web with Ready-to-Use Mash-Up Components Enabling the Semantic Web with Ready-to-Use Mash-Up Components Eetu Mäkelä, Kim Viljanen, Olli Alm, Jouni Tuominen, Onni Valkeapää, Tomi Kauppinen, Jussi Kurki, Reetta Sinkkilä, Teppo Känsälä, Robin Lindroos,

More information

WEB PAGE RE-RANKING TECHNIQUE IN SEARCH ENGINE

WEB PAGE RE-RANKING TECHNIQUE IN SEARCH ENGINE WEB PAGE RE-RANKING TECHNIQUE IN SEARCH ENGINE Ms.S.Muthukakshmi 1, R. Surya 2, M. Umira Taj 3 Assistant Professor, Department of Information Technology, Sri Krishna College of Technology, Kovaipudur,

More information

SEMANTIC WEB SUPPORT FOR BUSINESS PROCESSES

SEMANTIC WEB SUPPORT FOR BUSINESS PROCESSES Airi Salminen, Maiju Virtanen University of Jyväskylä, PL 35 (Agora), Jyväskylä, Finland Email: airi.salminen@jyu.fi, maiju.virtanen@jyu.fi Keywords: Abstract: Business processes, semantic web, RDF, RDF

More information

Annotation of Heterogeneous Database Content for the Semantic Web Eero Hyvönen, Mirva Salminen, Miikka Junnila

Annotation of Heterogeneous Database Content for the Semantic Web Eero Hyvönen, Mirva Salminen, Miikka Junnila Annotation of Heterogeneous Database Content for the Semantic Web Eero Hyvönen, Mirva Salminen, Miikka Junnila Mirva Salminen mirva.salminen@cs.helsinki.fi Semantic Computing Research Group Helsinki Institute

More information

Setting up a CIDOC CRM Adoption and Use Strategy CIDOC CRM: Success Stories, Challenges and New Perspective

Setting up a CIDOC CRM Adoption and Use Strategy CIDOC CRM: Success Stories, Challenges and New Perspective Setting up a CIDOC CRM Adoption and Use Strategy CIDOC CRM: Success Stories, Challenges and New Perspective George Bruseker CIDOC 2017 Tblisi, Georgia 27/09/2017 Researcher, Interpreter Goal: A Semantic

More information

Ontologies for multimedia: the Semantic Culture Web

Ontologies for multimedia: the Semantic Culture Web Ontologies for multimedia: the Semantic Culture Web Guus Schreiber Free University Amsterdam Co-chair W3C Semantic Web Deployment WG Overview My target: a Semantic Culture Web Ontology perspective: Principles

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

International Journal of Computer Science Trends and Technology (IJCST) Volume 3 Issue 4, Jul-Aug 2015

International Journal of Computer Science Trends and Technology (IJCST) Volume 3 Issue 4, Jul-Aug 2015 RESEARCH ARTICLE OPEN ACCESS Multi-Lingual Ontology Server (MOS) For Discovering Web Services Abdelrahman Abbas Ibrahim [1], Dr. Nael Salman [2] Department of Software Engineering [1] Sudan University

More information

Semantic Relations in Content-based Recommender Systems

Semantic Relations in Content-based Recommender Systems Semantic Relations in Content-based Recommender Systems Yiwen Wang Natalia Stash Eindhoven University of Technology Computer Science The Netherlands {y.wang, n.v.stash}@tue.nl ABSTRACT Metadata vocabularies

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

Aligning and Integrating Data in Karma. Craig Knoblock University of Southern California

Aligning and Integrating Data in Karma. Craig Knoblock University of Southern California Aligning and Integrating Data in Karma Craig Knoblock University of Southern California Data Integration Approaches 3 Data Integration Approaches Data Warehousing 4 Data Integration Approaches Data Warehousing

More information

The onprom Toolchain for Extracting Business Process Logs using Ontology-based Data Access

The onprom Toolchain for Extracting Business Process Logs using Ontology-based Data Access The onprom Toolchain for Extracting Business Process Logs using Ontology-based Data Access Diego Calvanese, Tahir Emre Kalayci, Marco Montali, and Ario Santoso KRDB Research Centre for Knowledge and Data

More information

Extracting knowledge from Ontology using Jena for Semantic Web

Extracting knowledge from Ontology using Jena for Semantic Web Extracting knowledge from Ontology using Jena for Semantic Web Ayesha Ameen I.T Department Deccan College of Engineering and Technology Hyderabad A.P, India ameenayesha@gmail.com Khaleel Ur Rahman Khan

More information

Using Semantic Relations for Content-based Recommender Systems in Cultural Heritage

Using Semantic Relations for Content-based Recommender Systems in Cultural Heritage Using Semantic Relations for Content-based Recommender Systems in Cultural Heritage Yiwen Wang 1, Natalia Stash 1, Lora Aroyo 12, Laura Hollink 2, and Guus Schreiber 2 1 Eindhoven University of Technology,

More information

Classical Art Semantics Information Extraction: CASIE Pilot Project

Classical Art Semantics Information Extraction: CASIE Pilot Project Classical Art Semantics Information Extraction: CASIE Pilot Project Andreas Vlachidis 1, Douglas Tudhope 1, 1 University of South Wales, Hypermedia Research Unit, Pontypridd Wales, CF37 1DL, UK {andreas.vlachidis,

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

Managing Learning Objects in Large Scale Courseware Authoring Studio 1

Managing Learning Objects in Large Scale Courseware Authoring Studio 1 Managing Learning Objects in Large Scale Courseware Authoring Studio 1 Ivo Marinchev, Ivo Hristov Institute of Information Technologies Bulgarian Academy of Sciences, Acad. G. Bonchev Str. Block 29A, Sofia

More information

Annotation for the Semantic Web During Website Development

Annotation for the Semantic Web During Website Development Annotation for the Semantic Web During Website Development Peter Plessers and Olga De Troyer Vrije Universiteit Brussel, Department of Computer Science, WISE, Pleinlaan 2, 1050 Brussel, Belgium {Peter.Plessers,

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

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

Building Consensus: An Overview of Metadata Standards Development

Building Consensus: An Overview of Metadata Standards Development Building Consensus: An Overview of Metadata Standards Development Christina Harlow DataOps Engineer, Stanford University Library cmharlow@stanford.edu, @cm_harlow Goals of this Talk 1. Give context on

More information

Leveraging Linked Data to Discover Semantic Relations within Data Sources. Mohsen Taheriyan Craig A. Knoblock Pedro Szekely Jose Luis Ambite

Leveraging Linked Data to Discover Semantic Relations within Data Sources. Mohsen Taheriyan Craig A. Knoblock Pedro Szekely Jose Luis Ambite Leveraging Linked Data to Discover Semantic Relations within Data Sources Mohsen Taheriyan Craig A. Knoblock Pedro Szekely Jose Luis Ambite Domain Ontology CIDOC-CRM Source Map Structured Data to Ontologies

More information

ORES-2010 Ontology Repositories and Editors for the Semantic Web

ORES-2010 Ontology Repositories and Editors for the Semantic Web Vol-596 urn:nbn:de:0074-596-3 Copyright 2010 for the individual papers by the papers' authors. Copying permitted only for private and academic purposes. This volume is published and copyrighted by its

More information

The Personal Knowledge Workbench of the NEPOMUK Semantic Desktop

The Personal Knowledge Workbench of the NEPOMUK Semantic Desktop The Personal Knowledge Workbench of the NEPOMUK Semantic Desktop Gunnar Aastrand Grimnes, Leo Sauermann, and Ansgar Bernardi DFKI GmbH, Kaiserslautern, Germany gunnar.grimnes@dfki.de, leo.sauermann@dfki.de,

More information

Towards an Adaptive Tool and Method for Collaborative Ontology Mapping

Towards an Adaptive Tool and Method for Collaborative Ontology Mapping Towards an Adaptive Tool and Method for Collaborative Ontology Mapping Ramy Shosha, Christophe Debruyne, Declan O'Sullivan CNGL Center for Global Intelligent Content, Knowledge and Data Engineering Group,

More information

Provenance-Aware Faceted Search in Drupal

Provenance-Aware Faceted Search in Drupal Provenance-Aware Faceted Search in Drupal Zhenning Shangguan, Jinguang Zheng, and Deborah L. McGuinness Tetherless World Constellation, Computer Science Department, Rensselaer Polytechnic Institute, 110

More information

FedX: A Federation Layer for Distributed Query Processing on Linked Open Data

FedX: A Federation Layer for Distributed Query Processing on Linked Open Data FedX: A Federation Layer for Distributed Query Processing on Linked Open Data Andreas Schwarte 1, Peter Haase 1,KatjaHose 2, Ralf Schenkel 2, and Michael Schmidt 1 1 fluid Operations AG, Walldorf, Germany

More information

Towards Development of Ontology for the National Digital Library of India

Towards Development of Ontology for the National Digital Library of India Towards Development of Ontology for the National Digital Library of India Susmita Sadhu, Poonam Anthony, Plaban Kumar Bhowmick, and Debarshi Kumar Sanyal Indian Institute of Technology, Kharagpur 721302,

More information

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

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

More information

Rapid Prototyping a Semantic Web Application for Cultural Heritage: The Case of MANTIC

Rapid Prototyping a Semantic Web Application for Cultural Heritage: The Case of MANTIC Rapid Prototyping a Semantic Web Application for Cultural Heritage: The Case of MANTIC Glauco Mantegari, Matteo Palmonari, and Giuseppe Vizzari Department of Computer Science, Systems and Communication

More information

Powering Linked Open Data Applications

Powering Linked Open Data Applications Powering Linked Open Data Applications With Fedora and Islandora CLAW David Wilcox, DuraSpace dwilcox@duraspace.org About DuraSpace DuraSpace is not for profit organization that provides leadership and

More information

Ontology Libraries for Production Use: The Finnish Ontology Library Service ONKI

Ontology Libraries for Production Use: The Finnish Ontology Library Service ONKI Ontology Libraries for Production Use: The Finnish Ontology Library Service ONKI Kim Viljanen, Jouni Tuominen and Eero Hyvönen Semantic Computing Research Group (SeCo) Helsinki University of Technology

More information

SEMANTIC WEB POWERED PORTAL INFRASTRUCTURE

SEMANTIC WEB POWERED PORTAL INFRASTRUCTURE SEMANTIC WEB POWERED PORTAL INFRASTRUCTURE YING DING 1 Digital Enterprise Research Institute Leopold-Franzens Universität Innsbruck Austria DIETER FENSEL Digital Enterprise Research Institute National

More information

Sharing Archival Metadata MODULE 20. Aaron Rubinstein

Sharing Archival Metadata MODULE 20. Aaron Rubinstein Sharing Archival Metadata 297 MODULE 20 SHARING ARCHivaL METADATA Aaron Rubinstein 348 Putting Descriptive Standards to Work The Digital Public Library of America s Application Programming Interface and

More information

Knowledge-based access to art collections: the KIRA system

Knowledge-based access to art collections: the KIRA system Knowledge-based access to art collections: the KIRA system Flora Amato, Vincenzo Moscato, Antonio Picariello, and Giancarlo Sperlì DIETI - University of Naples Federico II, via Claudio 21, 80125, Naples,

More information

RADX - Rapid development of web applications in XML

RADX - Rapid development of web applications in XML RADX - Rapid development of web applications in XML José Paulo Leal and Jorge Braz Gonçalves DCC-FC, University of Porto R. Campo Alegre, 823 4150 180 Porto, Portugal zp@dcc.fc.up.pt, jgoncalves@ipg.pt

More information

Publishing and Using Ontologies as Mash-Up Services

Publishing and Using Ontologies as Mash-Up Services Publishing and Using Ontologies as Mash-Up Services Kim Viljanen, Jouni Tuominen, and Eero Hyvönen Semantic Computing Research Group (SeCo) Helsinki University of Technology and University of Helsinki

More information

An Archiving System for Managing Evolution in the Data Web

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

More information

Achieving interoperability between the CARARE schema for monuments and sites and the Europeana Data Model

Achieving interoperability between the CARARE schema for monuments and sites and the Europeana Data Model Achieving interoperability between the CARARE schema for monuments and sites and the Europeana Data Model Antoine Isaac, Valentine Charles, Kate Fernie, Costis Dallas, Dimitris Gavrilis, Stavros Angelis

More information

Joining the BRICKS Network - A Piece of Cake

Joining the BRICKS Network - A Piece of Cake Joining the BRICKS Network - A Piece of Cake Robert Hecht and Bernhard Haslhofer 1 ARC Seibersdorf research - Research Studios Studio Digital Memory Engineering Thurngasse 8, A-1090 Wien, Austria {robert.hecht

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

HealthFinland A National Publication System for Semantic Health Information

HealthFinland A National Publication System for Semantic Health Information HealthFinland A National Publication System for Semantic Health Information Osma Suominen, Eero Hyvönen, Kim Viljanen, and Eija Hukka (+) Semantic Computing Research Group (SeCo), Helsinki University of

More information

Reducing Consumer Uncertainty

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

More information

Enabling Semantic Access to Cultural Heritage: A Case Study of Tate Online

Enabling Semantic Access to Cultural Heritage: A Case Study of Tate Online Enabling Semantic Access to Cultural Heritage: A Case Study of Tate Online Paul Clough 1, Jennifer Marlow 1 and Neil Ireson 2 1 Department of Information Studies, 2 Department of Computer Science University

More information

Community-Driven Ontology Management: DERI Case Study

Community-Driven Ontology Management: DERI Case Study Community-Driven Ontology Management: DERI Case Study Anna V. Zhdanova, Reto Krummenacher, Jan Henke, Dieter Fensel DERI Digital Enterprise Research Institute, University of Innsbruck, Austria, and National

More information

Ontology Extraction from Heterogeneous Documents

Ontology Extraction from Heterogeneous Documents Vol.3, Issue.2, March-April. 2013 pp-985-989 ISSN: 2249-6645 Ontology Extraction from Heterogeneous Documents Kirankumar Kataraki, 1 Sumana M 2 1 IV sem M.Tech/ Department of Information Science & Engg

More information

Personalized and Ubiquitous Information Services for TV Programs

Personalized and Ubiquitous Information Services for TV Programs Personalized and Ubiquitous Information Services for TV Programs Nikos Pappas Fotis G. Kazasis Nektarios Moumoutzis Chrisa Tsinaraki Stavros Christodoulakis Lab. Of Distributed Multimedia Information Systems

More information

The CASPAR Finding Aids

The CASPAR Finding Aids ABSTRACT The CASPAR Finding Aids Henri Avancini, Carlo Meghini, Loredana Versienti CNR-ISTI Area dell Ricerca di Pisa, Via G. Moruzzi 1, 56124 Pisa, Italy EMail: Full.Name@isti.cnr.it CASPAR is a EU co-funded

More information

Exploring Pathways Across Stories

Exploring Pathways Across Stories Exploring Pathways Across Stories Zdenek Zdrahal, Paul Mulholland, Trevor Collins Knowledge Media Institute, The Open University, Walton Hall, Milton Keynes, MK7 6AA, UK {z.zdrahal; p.mulholland; t.d.collins}@open.ac.uk

More information

A Community-Driven Approach to Development of an Ontology-Based Application Management Framework

A Community-Driven Approach to Development of an Ontology-Based Application Management Framework A Community-Driven Approach to Development of an Ontology-Based Application Management Framework Marut Buranarach, Ye Myat Thein, and Thepchai Supnithi Language and Semantic Technology Laboratory National

More information

KNOWLEDGE MANAGEMENT AND ONTOLOGY

KNOWLEDGE MANAGEMENT AND ONTOLOGY The USV Annals of Economics and Public Administration Volume 16, Special Issue, 2016 KNOWLEDGE MANAGEMENT AND ONTOLOGY Associate Professor PhD Tiberiu SOCACIU Ștefan cel Mare University of Suceava, Romania

More information

Data Exchange and Conversion Utilities and Tools (DExT)

Data Exchange and Conversion Utilities and Tools (DExT) Data Exchange and Conversion Utilities and Tools (DExT) Louise Corti, Angad Bhat, Herve L Hours UK Data Archive CAQDAS Conference, April 2007 An exchange format for qualitative data Data exchange models

More information

Personalized Context-aware recommendations in SMARTMUSEUM: Combining Semantics with Statistics

Personalized Context-aware recommendations in SMARTMUSEUM: Combining Semantics with Statistics Personalized Context-aware recommendations in SMARTMUSEUM: Combining Semantics with Statistics Innar Liiv Tallinn Uni. of Technology and ELIKO Tallinn, Estonia innar.liiv@ttu.ee Tuukka Ruotsalo SeCo, Helsinki

More information

COMP6217 Social Networking Technologies Web evolution and the Social Semantic Web. Dr Thanassis Tiropanis

COMP6217 Social Networking Technologies Web evolution and the Social Semantic Web. Dr Thanassis Tiropanis COMP6217 Social Networking Technologies Web evolution and the Social Semantic Web Dr Thanassis Tiropanis t.tiropanis@southampton.ac.uk The narrative Semantic Web Technologies The Web of data and the semantic

More information

Provenance-aware Faceted Search in Drupal

Provenance-aware Faceted Search in Drupal Provenance-aware Faceted Search in Drupal Zhenning Shangguan, Jinguang Zheng, and Deborah L. McGuinness Tetherless World Constellation, Computer Science Department, Rensselaer Polytechnic Institute, 110

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

INS. Information Systems. INformation Systems. Creating meaningful multimedia presentations. L. Hardman, J.R. van Ossenbruggen

INS. Information Systems. INformation Systems. Creating meaningful multimedia presentations. L. Hardman, J.R. van Ossenbruggen C e n t r u m v o o r W i s k u n d e e n I n f o r m a t i c a INS Information Systems INformation Systems Creating meaningful multimedia presentations L. Hardman, J.R. van Ossenbruggen REPORT INS-E0602

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

VisTA: Visual Terminology Alignment Tool for Factual Knowledge Aggregation

VisTA: Visual Terminology Alignment Tool for Factual Knowledge Aggregation VisTA: Visual Terminology Alignment Tool for Factual Knowledge Aggregation Anastasia Axaridou 1[0000-0002-7598-111X], Konstantina Konsolaki 1[0000-0001-8002-3250], Maria Theodoridou 1[0000-0002-4623-9186],

More information

Introduction to Metadata for digital resources (2D/3D)

Introduction to Metadata for digital resources (2D/3D) DCH Workshop, 9-11 May, Nicosia Add text front page Add text front FRONT COVER page Introduction to Metadata for digital resources (2D/3D) V. Vassallo, The Cyprus Institute S. Bassett, MDR Partners Overview

More information

ELECTRONIC PRESENTATION OF BULGARIAN EDUCATIONAL ARCHIVES: AN ONTOLOGY-BASED APPROACH. Anna Devreni Koutsouki

ELECTRONIC PRESENTATION OF BULGARIAN EDUCATIONAL ARCHIVES: AN ONTOLOGY-BASED APPROACH. Anna Devreni Koutsouki International Journal "Information Technologies and Knowledge" Vol.2 / 2008 407 Bibliography L.Ciocoiu, I. Petre, D. Smada, D. Barbu, D. Nicolau Multimedia Portal dedicated for people with disabilities

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