The Creation of a Linked Data-based Application Service at the National Library of Korea

Size: px
Start display at page:

Download "The Creation of a Linked Data-based Application Service at the National Library of Korea"

Transcription

1 The Creation of a Linked Data-based Application Service at the National Library of Korea Wonhong Jang, Sungkyunkwan University Sangeun Han, Sungkyunkwan University Sam Oh, Sungkyunkwan University Abstract Since the advent of Linked Data (LD) in circa 2006, the participation of many institutions in publishing their data online has led to rapid growth of a Linked Open Data (LOD) cloud. In the library field, major libraries from countries around the world have become aware of the value of LOD and are making an effort to publish the quality metadata that they hold as LOD. The National Library of Korea (NLK) joined this movement in With the quantitative increase in LOD, it has become necessary to build LODbased application services both to enable more institutions to participate in publishing LOD and to provide real benefits to users. This paper describes the LOD data model of the National Library of Korea, the core of its developing LOD-based application service and planned interface. The paper evaluates and discusses the anticipated effects of the new system for its target audience. Keywords: National Library of Korea (NLK); Linked Data; Linked Open Data; LD Data Modeling; LD Application Services) Citation: Jang, W., Han, S., Oh, S. (2015). The Creation of a Linked Data-based Application Service at the National Library of Korea. In iconference 2015 Proceedings. Copyright: Copyright is held by the authors. Acknowledgements: This project is funded by the National Library of Korea. Contact: jangwonhong@gmail.com, silver86eun@gmail.com, samoh@skku.edu 1. Aim of Study The publication and sharing of bibliographic data as Linked Open Data (LOD) were studied in detail as of 2011 by the W3C Library Linked Data Incubator Group (Baker et al., 2011). Institutions such as the national libraries of England, France, and Germany, and OCLC (US), have actively published Linked Data (LD) so that quality bibliographic information could be used in search engine indexing. Examples such as Europeana, the EU s long-term digital library project, and the DPLA (Digital Public Library of America), a collaborate effort of major US libraries and archives, are seen as successful endeavors to effectively publish and expose diverse information (including digital content in the possession of libraries and similar institutions) as well as connect it with other information (Haslhofer & Isaac, 2011). In accordance with such efforts, the NLK began a project to publish its bibliographic metadata as LD in In 2014, NLK provided initial results through a SPARQL Endpoint so that anyone could access it. In order to attract more institutions to take part in publishing LD, enhance the quality of bibliographic data through interlinking, and on this basis to provide information services with which users will be satisfied, a responsive interface and application service are urgently needed in order to demonstrate the potential impact of NLK LOD. Therefore the aim of this study is to expand the interlinking of LOD published by NLK, to build an interface and application service which can meet the needs of users, and evaluate its effectiveness. 2. Current Situation of the NLK s LD Publication The status of NLK s LD publication from 2012 to 2013 is shown in the table below. Targeting bibliographic data about 88 million triples were created, but after interlinking with outside LD further progress was limited to only partial data such as books and authors. Category Number of Records Mapping property Triples Bibliography (Book) 3,961,034-87,301,188 Bibliography (Periodicals) 69,502-1,188,286 NLK to Overseas Libraries 219,360 owl:sameas 219,360 NLK Bib to LCSH 849,512 dct:subject 2,079,454 NLK Subject to LCSH 10,331 skos:closematch 10,331 NLK Bib to National Library of 255,540 dct:subject 456,505

2 Japan Subject Table 1. Number of published NLK LD Typical methods of publishing LD are: 1) after creating RDF file, to insert it into a Web page; 2) to apply mapping rules for the publication of existing RDBMS; and 3) if the old OpenAPI is available, making a Wrapper and publishing it (Bizer, Cyganiak & Heath, 2007). In the case of MARC data, it has been suggested that the conversion method of the Library of Congress s BIBFRAME be used (Kroeger, 2013). In the case of NLK, elements of KORMARC were analyzed, an ontology based on KORMARC was modeled, a mapping algorithm was created, and KORMARC data was thereby converted into LD and published. In 2014, works are in progress to build an application service based on this LD and reinforce interlinking to improve the quality of data. 3. Advanced Researches on developing LD-Based Application Services Europeana, DPLA, and the BBC are prominent examples of LD-based application services. Europeana has converted existing metadata to fit an LD environment based on the EDM (Europeana Data Model). Through this Europeana semantic searches were made possible, seamlessly linking data from libraries and museums across Europe (Europeana, 2013). Data platform services on certain topics such as World War 2 are eliciting active user participation. DPLA has referenced Europeana s EDM and built a model of its own (Guthro, 2013). DPLA LD triggers users interest with visualizations such as timelines, which promotes increased use. The BBC published their data as LD in order to provide users with seamless access and use of BBC programming. Through this it became possible to identify certain persons, programs, and other things of interest using an RDF triple data. Information on the World Cup 2010 was provided as an LD platform, which BBC users could continue to explore within the search results on the BBC website (Georgi, 2009). ResearchSpace, which through faceted search and semantic description provides an environment in which studies on history and culture can be properly managed, and Open Pharmacology which provides a semantic research environment for the study of pharmacology, are also successful examples of LD application services (Simperl et al., 2013). 4. Reinforcing LD with Interlinking and NLK LD Data Modeling One rule of LD publication calls for inclusion of links to other related things (using their URLs) when publishing data on the Web. The effectiveness of LD can be maximized when data is linked between different data sources. This interlinking has not been properly implemented at NLK to date, so it is difficult for the user to access external data through NLK data. To make for a more enhanced service and interlinking, relationship links have been reinforced. Through this improvement, search results have been enhanced with additional relationship information. Furthermore, through identity links such as ISNI (International Standard Name Identifier) and DBpedia, identical entities have been connected across data sources. In order to effectively display LD combined from different institutions, an appropriate data model is essential. In order to meet such needs, Europeana and DPLA have proposed separate data models (Doerr et al., 2010; Matienzo & Rudersdorf, 2014). The diagram below Figure 1 is a DPLA metadata model, which has referenced the Europeana Data Model (EDM). 2

3 Figure 1. Model of DPLA s Key Classes and Properties The Figure 1 above is a data model schematized through interlinking; based on detailed information about the author and bibliography, major LDs such as DBpedia, Freebase, and Europeana are connected. NLK manages not only books, but also many types of resources. If NLK data model is compatible with Europeana and DPLA, linking data internally and externally will be made easier. However, the prototype system developed for this study was not able to fully implement those data models. In terms of the data modeling for this study, a new data model was constructed to increase the rate of inter-linking by incorporating well-established two data models. The Figure 2 below is a sample model showing how, based on the NLK LD model (which is an expansion of EDM), major LD data on authors and bibliography, DBpedia, Freebase, and Europeana can be connected. Figure 2. NLK LD Model 5. Developing LD-based application services at NLK 3

4 The key elements needed to develop an LD-based application service are largely divided into two areas, Server Side and Client Side. The key elements on the Server Side are a Triple Store that can effectively save large quantities of LD; a management module for the input and output of data saved in Triple Store; an LD search module; and a SPARQL Endpoint. Currently various publicly available frameworks can be used to develop LD-based application services, such as LMF (Linked Media Framework), Callimachus, Synth, and Apache Jena (Schaffert et al., 2012; Battle et al., 2012; de Souza Bomfim & Schwabe, 2011; Simperl et al., 2013). These frameworks usually include the aforementioned key elements for service creation and therefore can greatly reduce the time and effort needed to build application services. After reviewing the options for framework development, installation and prototyping, we chose Linked Media Framework (LMF) as the basis for the NLK LD-based application service. LMF, a LD framework implemented based on Java script, includes all the elements needed for implementing application services, i.e. a Triple Store linkable with RDBMS, the search engine Apache Solr, and Apache Stanbol and Reasoner, which are needed for implementation of LD-based faceted searching (Kurz & Schaffert & Burger, 2011). The comparative strength of LMF lies in its organically combined search function and LD Cache. The search engine Solr, which is included in LMF, is noteworthy for its multilingual searches and faceted searches; the completeness and quality of its functions have been verified in various projects and studies. By defining simple search rules, LMF helps to easily and quickly create an index optimized for LD faceted searching. Another of its strengths is that with its Cache function it can quickly process SPARQL results from interlinked LOD repositories. Figure 3 shows the NLK LD-based application service model based on LMF. Figure 3. NLK LD-based Application Service Model In order to enhance the input/output speed of data we plan to save LD in the PostgreSQL database, and through LMF to leverage existing links to import an enhanced form of LD. Based on search rules we create indexes for faceted searching. Using Ajax Solr, a representative Solr client, we provide a faceted search interface so that users can do searches through a Web browser; for this we also used and implemented specific categories of data and the client library provided by LMF. The most prominent characteristic of this application service is that we applied a responsive Web framework on the client 4

5 iconference 2015 class, thereby allowing users to use this application service as an optimized UI on devices with a variety of resolutions PCs, tablets, smartphones, etc. In order to enable users to explore LD content intuitively, we plan to use the framework D3 to visualize LD elements such as location, publication dates, and authors birth date. Figure 4 shows a screenshot of the LMF management page on the NLK LD service server, with search settings and LD inhibition and modification functions. Figure 4. NLK LD-based Application Service Management Page 6. Evaluating the LD-based system and anticipated affects of application services The implemented system will be evaluated two ways. To see what impacts the proposed system for the NLK managers, we will ask NLK system managers about the conveniences and inconveniences they experienced as they used the LD-based platform. To test the performance of the proposed system, given the diverse characteristics of users of the NLK LD-based system, we intend to perform an objective and subjective evaluation of the differences between the previous system and the LD-based system. For the second evaluation, we will employ the evaluation criteria developed by DeLone and McLean(1992). The table 2 and 3 describe the major criteria for evaluation to be performed. Point of Evaluation Retrieval Time Number of Retrievals Page Views Description How much time was spent before arriving at the final retrieval results? How many keywords were inputted before arriving at the final retrieval results? How many pages were viewed before arriving at the final retrieval results? Method of Recording Recorded Timing Unit of Recording queries Recorded number of retrievals queries Recorded page views queries Table 2. Objective Evaluation Items of the Information System Point of Evaluation Accuracy Description Survey Content Was the user able to obtain the desired results from the I was able to obtain accurate answers to the 5 Unit of Recording

6 Usability Usefulness User Satisfaction system? Were the results for each keyword accurate? Does the system provide a variety of different search paths? Is the system easy to navigate? Was the system useful in obtaining the final results? Did the system enable the user to obtain additional information? Is the user satisfied with the results of the retrieval? Is the user satisfied with the system in general? Table 3. Subjective Evaluation Items of the Information System given tasks by using this system. I was able to obtain accurate results to the keywords inputted into the search engine. This system provides a variety of different search paths. This system is easy to navigate. I was able to obtain a quick answer to the given tasks by using this system. I was able to obtain additional information while searching for answers to the given tasks. I am satisfied with the retrieval results obtained by using this system. I am satisfied with this system overall. systems systems To fully test what is proposed in this study, query templates will be provided to the subjects. The templates are composed of three levels of difficulty. The following illustrates the templates with examples. Query Type Simple Query Composite Query Table 4. Query Types Query Template Search for the year of birth and year of death of (Person). Search for information on the members of (Person) s family. Search for the title and publication year of the book written by Author) in (Year). Search for the company which published (Book Title) in (Year). Then search for a list of the company s representative publications. Example Query Search for the year of birth and year of death of Charles Darwin. Search for information on the members of Charles Darwin s family. Search for the title and publication year of the book written by George Orwell in Search for the company which published Bill Clinton s autobiography My Life in Then search for a list of the company s representative publications. The implementation of this application service is expected to have the following effects: To provide information about relationships: The strength of LD is that related information can be closely linked on the basis of shared identifiers. Through queries to external LD repositories, the service can provide users not only with local data but with information in external LD repositories. 6

7 To reduce service implementation time and cost: The strength of LD-based application service implementation is the availability of mature tools as open source. That the use of such tools leads to reduction of implementation time and cost has been proven itself in this project. To provide an LD-based service implementation guide a report that describes in detail the whole process of implementation that can be used as a guide for the implementation of other LDbased application services that use open source technology. To provide a platform service basis: The strength of LD is that flexible expansion of data and services are possible. Based on the results of the development of this application service, a convenient basis for creation of new LD and additional implementation of Web applications will be provided, and in the long run this can be used as a basis for the NLK LD platform service. 7. Conclusion and Further Plans This paper has introduced the plans of the National Library of Korea for the implementation of LDbased application services, plans for system evaluation, and anticipated effects. In order to enhance the quality of Linked Data and its interlinking with external LD sources we have applied faceted searching and visualization technology to implement an application service based on Linked Media Framework (LMF) and other proven open source technologies. As of August 2014, projects to reinforce LD and the management of LD are in progress. Implementation of Web applications that use responsive Web technology and implementation of visualization are scheduled to continue through the end of After the services go online, Web analytics tools such as Google Analytics will be used to collect and analyze quantitative data about users. Through surveys and interviews of user groups, qualitative data of users satisfaction level will be collected to evaluate the impact of LD-based application services. 8. References Baker, T., Bermès, E., Coyle, K., Dunsire, G., Isaac, A., Murray, P., & Zeng, M. (2011). Library Linked Data Incubator Group Final Report. October, available at: www. w3. org/2005/incubator/lld/xgr-lld /(accessed August 25, 2014). Battle, S., Wood, D., Leigh, J., & Ruth, L. (2012). The Callimachus Project: RDFa as a Web Template Language. In COLD. Bizer, C., Cyganiak, R., & Heath, T. (2007). How to publish linked data on the web. July, available at: www4.wiwiss.fu-berlin.de/bizer/pub/linkeddatatutorial/(accessed August 25, 2014). de Souza Bomfim, M. H., & Schwabe, D. (2011). Design and implementation of linked data applications using SHDM and synth. In Web Engineering (pp ). Springer Berlin Heidelberg. Delone, W. H. (2003). The DeLone and McLean model of information systems success: a ten-year update. Journal of management information systems, 19(4), Guthro, C. (2013). Digital Public Library of America. Maine Policy Review, 22(1), Doerr, M., Gradmann, S., Hennicke, S., Isaac, A., Meghini, C., & van de Sompel, H. (2010, August). The europeana data model (edm). In World Library and Information Congress: 76th IFLA general conference and assembly (pp ). Haslhofer, B., & Isaac, A. (2011, September). data. europeana. eu: The europeana linked open data pilot. In International Conference on Dublin Core and Metadata Applications (pp ). Kroeger, A. (2013). The road to BIBFRAME: the evolution of the idea of bibliographic transition into a post-marc Future. Cataloging & Classification Quarterly, 51(8),

8 Kurz, T., Schaffert, S., & Bürger, T. (2011, September). LMF-A Framework for Linked Media. In Proceedings of the 2011 Workshop on Multimedia on the Web (pp ). IEEE Computer Society. Matienzo, M. A., & Rudersdorf, A. (2014). The Digital Public Library of America Ingestion Ecosystem: Lessons Learned After One Year of Large-Scale Collaborative Metadata Aggregation. arxiv preprint arxiv: Schaffert, S., Bauer, C., Kurz, T., Dorschel, F., Glachs, D., & Fernandez, M. (2012, September). The linked media framework: Integrating and interlinking enterprise media content and data. In Proceedings of the 8th International Conference on Semantic Systems (pp ). ACM. Simperl, E., Norton, B., Acosta, M., Maleshkova, M., Domingue, J., Mikroyannidis, A.,... & Power, R. (2013). Using Linked Data Effectively. 9. Table of Figures Figure 1. Model of DPLA s Key Classes and Properties... 3 Figure 2. NLK LD Model... 3 Figure 3. NLK LD-based Application Service Model... 4 Figure 4. NLK LD-based Application Service Management Page Table of Tables Table 1. Number of published NLK LD... 2 Table 2. Objective Evaluation Items of the Information System... 5 Table 3. Subjective Evaluation Items of the Information System... 6 Table 4. Query Types

Linked Open Europeana: Semantic Leveraging of European Cultural Heritage

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

More information

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

Syrtis: New Perspectives for Semantic Web Adoption

Syrtis: New Perspectives for Semantic Web Adoption Syrtis: New Perspectives for Semantic Web Adoption Joffrey Decourselle, Fabien Duchateau, Ronald Ganier To cite this version: Joffrey Decourselle, Fabien Duchateau, Ronald Ganier. Syrtis: New Perspectives

More information

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

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

More information

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

Nuno Freire National Library of Portugal Lisbon, Portugal

Nuno Freire National Library of Portugal Lisbon, Portugal Date submitted: 05/07/2010 UNIMARC in The European Library and related projects Nuno Freire National Library of Portugal Lisbon, Portugal E-mail: nuno.freire@bnportugal.pt Meeting: 148. UNIMARC WORLD LIBRARY

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

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

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

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

Linked Open Data in Aggregation Scenarios: The Case of The European Library Nuno Freire The European Library

Linked Open Data in Aggregation Scenarios: The Case of The European Library Nuno Freire The European Library Linked Open Data in Aggregation Scenarios: The Case of The European Library Nuno Freire The European Library SWIB14 Semantic Web in Libraries Conference Bonn, December 2014 Outline Introduction to The

More information

Interlinking Media Archives with the Web of Data

Interlinking Media Archives with the Web of Data Proceedings of the I-SEMANTICS 2012 Posters & Demonstrations Track, pp. 17-21, 2012. Copyright 2012 for the individual papers by the papers' authors. Copying permitted only for private and academic purposes.

More information

Europeana Creative. EDM Endpoint. Custom Views.

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

More information

Europeana Creative. EDM Endpoint. Custom Views

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

More information

DBpedia-An Advancement Towards Content Extraction From Wikipedia

DBpedia-An Advancement Towards Content Extraction From Wikipedia DBpedia-An Advancement Towards Content Extraction From Wikipedia Neha Jain Government Degree College R.S Pura, Jammu, J&K Abstract: DBpedia is the research product of the efforts made towards extracting

More information

Contribution of OCLC, LC and IFLA

Contribution of OCLC, LC and IFLA Contribution of OCLC, LC and IFLA in The Structuring of Bibliographic Data and Authorities : A path to Linked Data BY Basma Chebani Head of Cataloging and Metadata Services, AUB Libraries Presented to

More information

Linked Data Evolving the Web into a Global Data Space

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

More information

Global standard formats for opening NLK data. Adding to the Global Information Ecosystem

Global standard formats for opening NLK data. Adding to the Global Information Ecosystem Sam Oh Professor, Sungkyunkwan University, LIS Affiliate Professor, University of Washington ISO/IEC JTC1/SC34 Chair ISO TC46/SC9 Chair DCMI Oversight Committee Member Jinho Park Senior Researcher, National

More information

Linked Open Europeana: Semantics for the Digital Humanities

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

More information

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

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

ALIADA, an Open Source Solution to Easily Publish Linked Data of Libraries and Museums

ALIADA, an Open Source Solution to Easily Publish Linked Data of Libraries and Museums Automatic Publication under Linked Data Paradigm of Library Data ALIADA, an Open Source Solution to Easily Publish Linked Data of Libraries and Museums ALIADA Project Consortium SWIB15, November 23-25,

More information

Europeana and the Mediterranean Region

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

More information

Linked data implementations who, what, why?

Linked data implementations who, what, why? Semantic Web in Libraries (SWIB18), Bonn, Germany 28 November 2018 Linked data implementations who, what, why? Karen Smith-Yoshimura OCLC Research Linking Open Data cloud diagram 2017, by Andrejs Abele,

More information

3 Publishing Technique

3 Publishing Technique Publishing Tool 32 3 Publishing Technique As discussed in Chapter 2, annotations can be extracted from audio, text, and visual features. The extraction of text features from the audio layer is the approach

More information

Wonghong Jang LG Sangnam Digital Library Manager

Wonghong Jang LG Sangnam Digital Library Manager Sam Oh Professor, Sungkyunkwan University LIS Affiliate Professor, University of Washington ISO/IEC JTC1/SC34 Chair ISO TC46/SC9 Chair DCMI Oversight Committee samoh@skku.edu Wonghong Jang LG Sangnam Digital

More information

Comparative Study of RDB to RDF Mapping using D2RQ and R2RML Mapping Languages

Comparative Study of RDB to RDF Mapping using D2RQ and R2RML Mapping Languages International Journal of Information Sciences and Application. ISSN 0974-2255 Volume 10, Number 1 (2018), pp. 23-36 International Research Publication House http://www.irphouse.com Comparative Study of

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

ECLAP Kick-off An Aggregator Project for EUROPEANA

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

More information

Linked Data in Archives

Linked Data in Archives Linked Data in Archives Publish, Enrich, Refine, Reconcile, Relate Presented 2012-08-23 SAA 2012, Linking Data Across Libraries, Archives, and Museums Corey A Harper Semantic Web TBL s original vision

More information

Oshiba Tadahiko National Diet Library Tokyo, Japan

Oshiba Tadahiko National Diet Library Tokyo, Japan http://conference.ifla.org/ifla77 Date submitted: June 30, 2011 A service of the National Diet Library, Japan, to the semantic web community Oshiba Tadahiko National Diet Library Tokyo, Japan Meeting:

More information

The UC Davis BIBFLOW Project

The UC Davis BIBFLOW Project The UC Davis BIBFLOW Project Michael Colby Principal Cataloger and Music Librarian University of California Davis Library IAML Congress July 4, 2016 Overview of BIBFLOW Project A 2-year project of the

More information

NOTSL Fall Meeting, October 30, 2015 Cuyahoga County Public Library Parma, OH by

NOTSL Fall Meeting, October 30, 2015 Cuyahoga County Public Library Parma, OH by NOTSL Fall Meeting, October 30, 2015 Cuyahoga County Public Library Parma, OH by Roman S. Panchyshyn Catalog Librarian, Assistant Professor Kent State University Libraries This presentation will address

More information

A European Tower of Babel?

A European Tower of Babel? A European Tower of Babel? On the Importance of Semantic Contextualisation for Europeana. Prof. Dr. Stefan Gradmann Humboldt-Universität zu Berlin / School of Library and Information Science stefan.gradmann@ibi.hu-berlin.de

More information

Future Trends of ILS

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

More information

Heiðrun. Building DPLA s New Metadata Ingestion System. Mark A. Matienzo Digital Public Library of America

Heiðrun. Building DPLA s New Metadata Ingestion System. Mark A. Matienzo Digital Public Library of America Heiðrun Building DPLA s New Metadata Ingestion System Mark A. Matienzo Digital Public Library of America Metropolitan New York Library Council Annual Conference January 15, 2015 Outline 1.

More information

Open Research Online The Open University s repository of research publications and other research outputs

Open Research Online The Open University s repository of research publications and other research outputs Open Research Online The Open University s repository of research publications and other research outputs BASIL: A Cloud Platform for Sharing and Reusing SPARQL Queries as s Conference or Workshop Item

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

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

Tools and Infrastructure for Supporting Enterprise Knowledge Graphs

Tools and Infrastructure for Supporting Enterprise Knowledge Graphs Tools and Infrastructure for Supporting Enterprise Knowledge Graphs Sumit Bhatia, Nidhi Rajshree, Anshu Jain, and Nitish Aggarwal IBM Research sumitbhatia@in.ibm.com, {nidhi.rajshree,anshu.n.jain}@us.ibm.com,nitish.aggarwal@ibm.com

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

Share.TEC Repository System

Share.TEC Repository System Share.TEC Repository System Krassen Stefanov 1, Pavel Boytchev 2, Alexander Grigorov 3, Atanas Georgiev 4, Milen Petrov 5, George Gachev 6, and Mihail Peltekov 7 1,2,3,4,5,6,7 Faculty of Mathematics and

More information

Current state of Linked Data in Digital Libraries

Current state of Linked Data in Digital Libraries Article Current state of Linked Data in Digital Libraries Hallo Maria National Polytechnic School (ECUADOR) Luján-Mora Sergio University of Alicante (SPAIN) Maté Alejandro University of Alicante (SPAIN)

More information

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

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

More information

Ponds, Lakes, Ocean: Pooling Digitized Resources and DPLA. Emily Jaycox, Missouri Historical Society SLRLN Tech Expo 2018

Ponds, Lakes, Ocean: Pooling Digitized Resources and DPLA. Emily Jaycox, Missouri Historical Society SLRLN Tech Expo 2018 Ponds, Lakes, Ocean: Pooling Digitized Resources and DPLA Emily Jaycox, Missouri Historical Society SLRLN Tech Expo 2018 Reflections on the digital world Librarian Good news So many libraries have digitized

More information

Prof. Dr. Christian Bizer

Prof. Dr. Christian Bizer STI Summit July 6 th, 2011, Riga, Latvia Global Data Integration and Global Data Mining Prof. Dr. Christian Bizer Freie Universität ität Berlin Germany Outline 1. Topology of the Web of Data What data

More information

Libraries, classifications and the network: bridging past and future. Maria Inês Cordeiro

Libraries, classifications and the network: bridging past and future. Maria Inês Cordeiro Libraries, classifications and the network: bridging past and future Maria Inês Cordeiro Linked data build locally, share globally Past revisited: desires, promises and models of building and sharing subject

More information

Semantic e-science. Bibliographic Cloud

Semantic e-science. Bibliographic Cloud Semantic e-science in the Bibliographic Cloud Connecting the data with the literature Semantic e-science in the Bibliographic Cloud Connecting the data with the literature Semantic e-science in the Bibliographic

More information

Linked Data. The World is Your Database

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

More information

Linked Data Demystified: Practical Efforts to Transform CONTENTdm Metadata for the Linked Data Cloud

Linked Data Demystified: Practical Efforts to Transform CONTENTdm Metadata for the Linked Data Cloud Library Faculty Presentations Library Faculty/Staff Scholarship & Research 11-7-2012 Linked Data Demystified: Practical Efforts to Transform CONTENTdm Metadata for the Linked Data Cloud Silvia B. Southwick

More information

SEMANTIC TECHNOLOGIES FOR CULTURAL HERITAGE SMARTCULTURE CONFERENCE , BRUSSELS

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

More information

global public Dataspace

global public Dataspace Deutsches Kulturerbe auf dem Weg in die Europeana October 5 th, 2010, Berlin, Germany Linked Data Extending the Web with a global public Dataspace Prof. Dr. Christian Bizer Freie Universität Berlin Outline

More information

Linking library data: contributions and role of subject data. Nuno Freire The European Library

Linking library data: contributions and role of subject data. Nuno Freire The European Library Linking library data: contributions and role of subject data Nuno Freire The European Library Outline Introduction to The European Library Motivation for Linked Library Data The European Library Open Dataset

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

Common Hours. Eric Childress Consulting Project Manager OCLC Research

Common Hours. Eric Childress Consulting Project Manager OCLC Research A Success Unexpected in Common Hours Eric Childress Consulting Project Manager OCLC Research To accomplish great things, we must not only act, but also dream; not only plan, but also believe. -- Henry

More information

Why You Should Care About Linked Data and Open Data Linked Open Data (LOD) in Libraries

Why You Should Care About Linked Data and Open Data Linked Open Data (LOD) in Libraries Why You Should Care About Linked Data and Open Data Linked Open Data (LOD) in Libraries Florida Library Webinars Novare Library Services May 30, 2014 Jason Clark Head of Library Informatics & Computing

More information

LODatio: A Schema-Based Retrieval System forlinkedopendataatweb-scale

LODatio: A Schema-Based Retrieval System forlinkedopendataatweb-scale LODatio: A Schema-Based Retrieval System forlinkedopendataatweb-scale Thomas Gottron 1, Ansgar Scherp 2,1, Bastian Krayer 1, and Arne Peters 1 1 Institute for Web Science and Technologies, University of

More information

Using Linked Data to Reduce Learning Latency for e-book Readers

Using Linked Data to Reduce Learning Latency for e-book Readers Using Linked Data to Reduce Learning Latency for e-book Readers Julien Robinson, Johann Stan, and Myriam Ribière Alcatel-Lucent Bell Labs France, 91620 Nozay, France, Julien.Robinson@alcatel-lucent.com

More information

BHL-EUROPE: Biodiversity Heritage Library for Europe. Jana Hoffmann, Henning Scholz

BHL-EUROPE: Biodiversity Heritage Library for Europe. Jana Hoffmann, Henning Scholz Nimis P. L., Vignes Lebbe R. (eds.) Tools for Identifying Biodiversity: Progress and Problems pp. 43-48. ISBN 978-88-8303-295-0. EUT, 2010. BHL-EUROPE: Biodiversity Heritage Library for Europe Jana Hoffmann,

More information

SRI International, Artificial Intelligence Center Menlo Park, USA, 24 July 2009

SRI International, Artificial Intelligence Center Menlo Park, USA, 24 July 2009 SRI International, Artificial Intelligence Center Menlo Park, USA, 24 July 2009 The Emerging Web of Linked Data Chris Bizer, Freie Universität Berlin Outline 1. From a Web of Documents to a Web of Data

More information

The Emerging Web of Linked Data

The Emerging Web of Linked Data 4th Berlin Semantic Web Meetup 26. February 2010 The Emerging Web of Linked Data Prof. Dr. Christian Bizer Freie Universität Berlin Outline 1. From a Web of Documents to a Web of Data Web APIs and Linked

More information

Payola: Collaborative Linked Data Analysis and Visualization Framework

Payola: Collaborative Linked Data Analysis and Visualization Framework Payola: Collaborative Linked Data Analysis and Visualization Framework Jakub Klímek 1,2,Jiří Helmich 1, and Martin Nečaský 1 1 Charles University in Prague, Faculty of Mathematics and Physics Malostranské

More information

CONTENTDM METADATA INTO LINKED DATA

CONTENTDM METADATA INTO LINKED DATA LINKED DATA DEMYSTIFIED PRACTICAL EFFORTS TO TRANSFORM PRACTICAL EFFORTS TO TRANSFORM CONTENTDM METADATA INTO LINKED DATA PRESENTERS Silvia Southwick Digital Collections Metadata Librarian UNLV Libraries

More information

geospatial querying ApacheCon Big Data Europe 2015 Budapest, 28/9/2015

geospatial querying ApacheCon Big Data Europe 2015 Budapest, 28/9/2015 geospatial querying in ApacheCon Big Data Europe 2015 Budapest, 28/9/2015 Who am I? Sergio Fernández @wikier http://linkedin.com/in/sergiofernandez http://www.wikier.org Partner Technology Manager at Redlink

More information

Library of Congress BIBFRAME Pilot. NOTSL Fall Meeting October 30, 2015

Library of Congress BIBFRAME Pilot. NOTSL Fall Meeting October 30, 2015 Library of Congress BIBFRAME Pilot NOTSL Fall Meeting October 30, 2015 THE BIBFRAME EDITOR AND THE LC PILOT The Semantic Web and Linked Data : a Recap of the Key Concepts Learning Objectives Describe the

More information

Enhanced retrieval using semantic technologies:

Enhanced retrieval using semantic technologies: Enhanced retrieval using semantic technologies: Ontology based retrieval as a new search paradigm? - Considerations based on new projects at the Bavarian State Library Dr. Berthold Gillitzer 28. Mai 2008

More information

Intelligent Information Management

Intelligent Information Management Intelligent Information Management Collaborative Project 2010-2014 in Information and Communication Technologies Project No. 257943 Start Date 01/09/2010 EU-FP7 LOD2 Project Overview. 11.05.2010. Page

More information

How to Publish Linked Data on the Web - Proposal for a Half-day Tutorial at ISWC2008

How to Publish Linked Data on the Web - Proposal for a Half-day Tutorial at ISWC2008 How to Publish Linked Data on the Web - Proposal for a Half-day Tutorial at ISWC2008 Tom Heath 1, Michael Hausenblas 2, Chris Bizer 3, Richard Cyganiak 4 1 Talis Information Limited, UK 2 Joanneum Research,

More information

Europeana Core Service Platform

Europeana Core Service Platform Europeana Core Service Platform DELIVERABLE D7.1: Strategic Development Plan, Architectural Planning Revision Final Date of submission 30 October 2015 Author(s) Marcin Werla, PSNC Pavel Kats, Europeana

More information

ProLD: Propagate Linked Data

ProLD: Propagate Linked Data ProLD: Propagate Linked Data Peter Kalchgruber University of Vienna, Faculty of Computer Science, Liebiggasse 4/3-4, A-1010 Vienna peter.kalchgruber@univie.ac.at Abstract. Since the Web of Data consists

More information

Man vs. Machine Dierences in SPARQL Queries

Man vs. Machine Dierences in SPARQL Queries Man vs. Machine Dierences in SPARQL Queries Laurens Rietveld 1 and Rinke Hoekstra 1,2 1 Department of Computer Science, VU University Amsterdam, The Netherlands {laurens.rietveld,rinke.hoekstra}@vu.nl

More information

datos.bne.es: a Library Linked Data Dataset

datos.bne.es: a Library Linked Data Dataset Undefined (2012) 1 6 1 IOS Press datos.bne.es: a Library Linked Data Dataset Daniel Vila-Suero a, Boris Villazón-Terrazas a and Asunción Gómez-Pérez a a Ontology Engineering Group, Facultad de Informática,

More information

What s New in DPLA Technology? Mark A. Matienzo Director of Technology, DPLA DPLAFest Indianapolis, IN April 17, 2015

What s New in DPLA Technology? Mark A. Matienzo Director of Technology, DPLA DPLAFest Indianapolis, IN April 17, 2015 What s New in DPLA Technology? Mark A. Matienzo Director of Technology, DPLA DPLAFest Indianapolis, IN April 17, 2015 Ingestion Workflow Overview Heiðrún: DPLA s new ingestion system Motivation for development/overall

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

Building a Linked Open Data Knowledge Graph Henning Schoenenberger Michele Pasin. Frankfurt Book Fair 2017 October 11, 2017

Building a Linked Open Data Knowledge Graph Henning Schoenenberger Michele Pasin. Frankfurt Book Fair 2017 October 11, 2017 Building a Linked Open Data Knowledge Graph Henning Schoenenberger Michele Pasin Frankfurt Book Fair 2017 October 11, 2017 1 Springer Nature s Metadata Mission Statement We understand metadata as the gateway

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

Metadata Cataloging. regarding items. For the assignment, I chose to outline some fields from three different

Metadata Cataloging. regarding items. For the assignment, I chose to outline some fields from three different Banuelos 1 Chris Banuelos Tadic/Access 12-04-11 Metadata Cataloging There have been several standards set up in the world of cataloging. These standards help archivists and librarians to expedite the cataloging

More information

Linked Data and cultural heritage data: an overview of the approaches from Europeana and The European Library

Linked Data and cultural heritage data: an overview of the approaches from Europeana and The European Library Linked Data and cultural heritage data: an overview of the approaches from Europeana and The European Library Nuno Freire Chief data officer The European Library Pacific Neighbourhood Consortium 2014 Annual

More information

FINANCIAL REGULATORY REPORTING ACROSS AN EVOLVING SCHEMA

FINANCIAL REGULATORY REPORTING ACROSS AN EVOLVING SCHEMA FINANCIAL REGULATORY REPORTING ACROSS AN EVOLVING SCHEMA MODELDR & MARKLOGIC - DATA POINT MODELING MARKLOGIC WHITE PAPER JUNE 2015 CHRIS ATKINSON Contents Regulatory Satisfaction is Increasingly Difficult

More information

Linked Data. Department of Software Enginnering Faculty of Information Technology Czech Technical University in Prague Ivo Lašek, 2011

Linked Data. Department of Software Enginnering Faculty of Information Technology Czech Technical University in Prague Ivo Lašek, 2011 Linked Data Department of Software Enginnering Faculty of Information Technology Czech Technical University in Prague Ivo Lašek, 2011 Semantic Web, MI-SWE, 11/2011, Lecture 9 Evropský sociální fond Praha

More information

Enrichment, Reconciliation and Publication of Linked Data with the BIBFRAME model. Tiziana Possemato Casalini Libri

Enrichment, Reconciliation and Publication of Linked Data with the BIBFRAME model. Tiziana Possemato Casalini Libri Enrichment, Reconciliation and Publication of Linked Data with the BIBFRAME model Tiziana Possemato Casalini Libri - @Cult New cooperative scenarios New context: new ways of cooperating between institutions

More information

Re-using Cool URIs: Entity Reconciliation Against LOD Hubs

Re-using Cool URIs: Entity Reconciliation Against LOD Hubs Re-using Cool URIs: Entity Reconciliation Against LOD Hubs Fadi Maali, Richard Cyganiak, Vassilios Peristeras LDOW 2011 Copyright 2009. All rights reserved. The Web of Data The Web of Data The Web of Data

More information

DHTK: The Digital Humanities ToolKit

DHTK: The Digital Humanities ToolKit DHTK: The Digital Humanities ToolKit Davide Picca, Mattia Egloff University of Lausanne Abstract. Digital Humanities have the merit of connecting two very different disciplines such as humanities and computer

More information

Enhancing discovery with entity reconciliation: Use cases from the Linked Data for Libraries (LD4L) project

Enhancing discovery with entity reconciliation: Use cases from the Linked Data for Libraries (LD4L) project Enhancing discovery with entity reconciliation: Use cases from the Linked Data for Libraries (LD4L) project Dean B. Krafft, Cornell University Library Workshop on Reconciliation of Linked Open Data Dec.

More information

Data Integration and Structured Search

Data Integration and Structured Search Data Integration and Structured Search RDF a language for linking data URIs are the words of the language. URIs provide global identity independently of application context. Domain Name system provides

More information

Elevating Natural History Museums Cultural Collections to the Linked Data Cloud

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

More information

Digital Library Interoperability. Europeana

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

More information

The Butterfly Effect. A proposal for distribution and management for butterfly data programs. Dave Waetjen SESYNC Butterfly Workshop May 10, 2012

The Butterfly Effect. A proposal for distribution and management for butterfly data programs. Dave Waetjen SESYNC Butterfly Workshop May 10, 2012 The Butterfly Effect A proposal for distribution and management for butterfly data programs Dave Waetjen SESYNC Butterfly Workshop May 10, 2012 http://butterfly.ucdavis.edu Citizen Science based Observation

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

Improving data quality at Europeana New requirements and methods for better measuring metadata quality

Improving data quality at Europeana New requirements and methods for better measuring metadata quality Improving data quality at Europeana New requirements and methods for better measuring metadata quality Péter Király 1, Hugo Manguinhas 2, Valentine Charles 2, Antoine Isaac 2, Timothy Hill 2 1 Gesellschaft

More information

Not Just for Geeks: A practical approach to linked data for digital collections managers

Not Just for Geeks: A practical approach to linked data for digital collections managers Library Faculty Presentations Library Faculty/Staff Scholarship & Research 10-9-2013 Not Just for Geeks: A practical approach to linked data for digital collections managers Silvia B. Southwick University

More information

From Open Data to Data- Intensive Science through CERIF

From Open Data to Data- Intensive Science through CERIF From Open Data to Data- Intensive Science through CERIF Keith G Jeffery a, Anne Asserson b, Nikos Houssos c, Valerie Brasse d, Brigitte Jörg e a Keith G Jeffery Consultants, Shrivenham, SN6 8AH, U, b University

More information

SEXTANT 1. Purpose of the Application

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

More information

UnifiedViews: An ETL Framework for Sustainable RDF Data Processing

UnifiedViews: An ETL Framework for Sustainable RDF Data Processing UnifiedViews: An ETL Framework for Sustainable RDF Data Processing Tomáš Knap 1,2, Maria Kukhar 1, Bohuslav Macháč 1, Petr Škoda1, Jiří Tomeš 1, and Ján Vojt 1 1 Charles University in Prague, Faculty of

More information

Who s Who A Linked Data Visualisation Tool for Mobile Environments

Who s Who A Linked Data Visualisation Tool for Mobile Environments Who s Who A Linked Data Visualisation Tool for Mobile Environments A. Elizabeth Cano 1,, Aba-Sah Dadzie 1, and Melanie Hartmann 2 1 OAK Group, Dept. of Computer Science, The University of Sheffield, UK

More information

VISO: A Shared, Formal Knowledge Base as a Foundation for Semi-automatic InfoVis Systems

VISO: A Shared, Formal Knowledge Base as a Foundation for Semi-automatic InfoVis Systems VISO: A Shared, Formal Knowledge Base as a Foundation for Semi-automatic InfoVis Systems Jan Polowinski Martin Voigt Technische Universität DresdenTechnische Universität Dresden 01062 Dresden, Germany

More information

Survey of Existing Services in the Mathematical Digital Libraries and Repositories in the EuDML Project

Survey of Existing Services in the Mathematical Digital Libraries and Repositories in the EuDML Project Survey of Existing Services in the Mathematical Digital Libraries and Repositories in the EuDML Project Radoslav Pavlov, Desislava Paneva-Marinova, and Georgi Simeonov Institute of Mathematics and Informatics,

More information

DIGITAL STEWARDSHIP SUPPLEMENTARY INFORMATION FORM

DIGITAL STEWARDSHIP SUPPLEMENTARY INFORMATION FORM OMB No. 3137 0071, Exp. Date: 09/30/2015 DIGITAL STEWARDSHIP SUPPLEMENTARY INFORMATION FORM Introduction: IMLS is committed to expanding public access to IMLS-funded research, data and other digital products:

More information

ANNUAL REPORT Visit us at project.eu Supported by. Mission

ANNUAL REPORT Visit us at   project.eu Supported by. Mission Mission ANNUAL REPORT 2011 The Web has proved to be an unprecedented success for facilitating the publication, use and exchange of information, at planetary scale, on virtually every topic, and representing

More information

DBpedia Extracting structured data from Wikipedia

DBpedia Extracting structured data from Wikipedia DBpedia Extracting structured data from Wikipedia Anja Jentzsch, Freie Universität Berlin Köln. 24. November 2009 DBpedia DBpedia is a community effort to extract structured information from Wikipedia

More information