Towards the Integration of a Research Group Website into the Web of Data
|
|
|
- Garry McCoy
- 9 years ago
- Views:
Transcription
1 Towards the Integration of a Research Group Website into the Web of Data Mikel Emaldi, David Buján, and Diego López-de-Ipiña Deusto Institute of Technology - DeustoTech, University of Deusto Avda. Universidades 24, 48007, Bilbao, Spain {m.emaldi, dbujan, dipina}@deusto.es Abstract. This work describes our efforts towards making the website of our research group, namely MORElab, comply with the principles of Linked Data. As a first attempt, we have made the information related to our research publications available in RDF. Such data is published according to the Bibliographic and Dublin Core Ontologies and interlinked with instance data of the FOAF and DBLP vocabularies. Our main contribution has been to adapt the Joomla! CMS so that it can be used for the automatic generation of the semantic metadata about publications. 1 Introduction The Semantic Web can be seen as a large knowledge-base formed by sources that serve information as RDF (Resource Description Framework) [1] files or through SPARQL endpoints [2]. The term Linked Data refers to a set of best practices for publishing and connecting structured data on the Web [3]. Today, more and more initiatives publish their data as Linked Data [4]. Although there are tools for publishing the data stored on relational databases into RDF files and for providing SPARQL endpoints like D2R Server [5] and tools for creating Linked Data interfaces from SPARQL endpoints like Pubby 1, publishing data of a website as Linked Data is usually a non-trivial task. Some Content Management Systems (CMS), e.g. Drupal 2, provide tools for publishing the data of a website as RDF. Other CMS such as RDF Tools for Wordpress 3, allow publishing their content as RDF files. As far as we know, there is a lack of tools for publishing Joomla! 4 content as Linked Data despite of being the most used CMS after Wordpress 5. On this paper, we describe our initial efforts towards migrating the information embedded in our research group s site into the Web of Data. For that we will: 1) describe the ontological vocabularies chosen to export part of our site (concretely the publications part), 2) explain the adaptation we have Usage statistics at May
2 carried out over Joomla! so that it outputs correct Linked Data and 3) the tools used to implement our solution. The remainder of the paper is organized as follows. Section 2 discusses related work. Section 3 presents our extension for RDF generation. Section 4 referes to tools used to publish semantic data as Linked Data. Finally, Section 5 concludes and outlines the future work. 2 Related Work There are two significant tools for publishing Linked Data from a traditional HTML and database-based website: Pubby and D2R Server. Pubby adds Linked Data interfaces to SPARQL endpoints that allow DESCRIBE queries, such as Virtuoso Universal Server 6, Joseki SPARQL Server 7 or Drupal SPARQL Endpoint module 8. It manages dereferenceable URIs and generates HTML and RDF views of Linked Data. Pubby is implemented as a Java web application and can be deployed in Tomcat and Jetty servlet containers. The D2R Server [5] provides a powerful tool for publishing the content of relational databases as Semantic Data. Mapping of data between relational database and a RDFS schema is achieved with D2RQ language [6]. The D2R Server provides both XHTML and RDF representations through dereferenceable URIs. D2R Server also enables querying relational databases using SPARQL protocol against a virtual RDF graph representing an entire database. The results of these queries can be retrieved both in XML and JSON formats, among others. Drupal has its own module for publishing its entities as RDFa 9. It also provides extra APIs to retrieve results in additional formats such as RDF/XML, NTriples and Turtle. It has an administration interface to configure proper RDF mappings. It also allows to import vocabularies to map entities. This data can be accessed through SPARQL Endpoint module. As far as we know, there is not a tool for Joomla! which enables publishing, even partially, the contents of a website neither as plain RDF nor as RDF following the Linked Data principles. 3 RDF Generation Plugin According to the Joomla! documentation, an article is some written information that you want to display on your site. It normally contains some text and can contain pictures and other types of content. For many Joomla! sites, articles form the majority of the information presented in the website 10. Joomla! manages published articles through the com content component. By default, this component only allows the inclusion of title, alias, category, text and a few more ep sections, categories and articles#articles
3 Tool Features Limitations Pubby. D2R Server. Provides RDF, XHTML representations and SPARQL end- Drupal + RDFx & SPARQL endpoint modules. point. Joomla! Linked Data plugin. Adds Linked Data interface It needs a SPARQL endpoint to SPARQL endpoints. Provides RDF representation and provided by another tool. HTML interface Relational data to RDF data. Mappings are done by user SPARQL endpoint. Provides through D2RQ language. XHTML representation. Adds Linked Data interface to SPARQL endpoints. Provides RDF representation and Joomla! default view as XHTML interface. Published data is fully customizable. It does not provide Linked Data interface. It needs a SPARQL endpoint. The Linked Data datasets are hardcoded. Table 1. Comparative between different semantic publication tools. things. This represents a problem for publishing data as Linked Data through ontologies as Dublin Core [7] or Bibliographic Ontology [8], because there are not enough fields to fill the information required to make useful this representation. To solve this issue, we may develop a component which adds proper fields to the content administration panel, but rewriting all content could be a difficult task if there are a lot of articles or news already written. Alternately, in this paper an automatic parsing mechanism is used based on custom regular expression patterns and HTTP-mediated queries to third party data sources. We assume that the majority of organizations have a person responsible of the maintenance of a web site and its contents. According to that premise, we can suppose that almost all contents on those sites are written following the same format, determinate pattern can be applied to extract different fields of the content. Text at Code 1 describes the data of a publication of Morelab: Code 1. Text of description of a publication. Aitor Almeida, Pablo Orduna, Eduardo C a s t i l l e j o, Diego Lopez de Ipina, Marcos S a c r i s t a n. Imhotep : an approach to u s e r and d e v i c e c o n s c i o u s mobile a p p l i c a t i o n s. P e r s o n a l and U b i q u i t o u s Computing ( J o u r n a l ). Vol No. 4. PP S p r i n g e r. Impact Factor ( ) : ISSN : DOI : / s January As the dependence on mobile d e v i c e s i n c r e a s e s, the need f o r s u p p o r t i n g a wider range o f u s e r s and d e v i c e s becomes c r u c i a l. [... ] and the u s a b i l i t y o f the proposed p l a t f o r m. As can be seen at Code 1, the administrator wrote the authors of paper and conference or journal where the paper was published. In this concrete case, the
4 Fig. 1. RDF Generation Plugin main administration panel. title of paper can be extracted from title field of Joomla! database and the rest of data can be extracted by the following regular expression pattern (Code 2): Code 2. RegEx pattern that wraps the data field embedded into HTML code. { dc : c r e a t o r, sep (, ) } \. { dc : t i t l e } \. { dc : t i t l e, urn : i s s n }\( { r d f : type, urn : i s s n } \). Vol. { bibo : volume } \. No \. { bibo. i s s u e } \. PP. \{ bibo : s t a r t P a g e } {bibo : endpage } \. { bibo : p u b l i s h e r, urn : i s s n } \. {dummy} \. ISSN : { urn : i s s n } \. DOI : { bibo : d o i } \. { dc : date } \. { bibo : a b s t r a c t } If every content of the publications section is written in the same way by the same person the data of all articles can be wrapped without any additional effort. Otherwise, if an article that follows a different pattern is found, this pattern becomes useless. In order to overcome, make more reliable the process the RegEx-based process, Google Scholar web scraping is used. Taking as input the title of a paper, an automatic search is done through Google Scholar web page including a cookie that requests the BibTeX 11 representation that Google Scholar offers. If Google Scholar has indexed the article, the whole publication metadata can be extracted from the corresponding BibTeX. Another source used by the extension is the DBLP SPARQL endpoint 12 and the FOAF files of our research group s (MORElab) memebers. These FOAF files are manually generated and made available by the labmembers from their personal webpages. Finally, the generated RDF can be seen at Code 3. Code 3. Example of generated p r e f i x bibo : <http : / / p u r l. org / o n t o l o g y / bibo/>
5 @ p r e f i x dc : <http : / / p u r l. org / dc / e l e m e n t s /1.1/ p r e f i x owl : <http : / /www. w3. org /2002/07/ owl#>. <http : / /www. morelab. deusto. e s / index. php/ p u b l i c a t i o n s /2011/A Semantic Resource Oriented Middleware for Pervasive Environments> a bibo : a r t i c l e ; owl : sameas <http : / / dblp. l 3 s. de / d2r / page / p u b l i c a t i o n s / j o u r n a l s / puc / AlmeidaOCLS11> ; dc : t i t l e Imhotep : an approach to u s e r and d e v i c e c o n s c i o u s mobile a p p l i c a t i o n s ; dc : date January 2011 ; dc : i s P a r t O f <urn : i s s n : > ; bibo : doi / s ; bibo : volume 15 ; bibo : i s s u e 4 ; bibo : startpage 419 ; bibo : endpage 429 ; dc : c r e a t o r <http : / /www. morelab. deusto. e s / index. php/members/35 a i t o r almeida / f o a f. rdf > ; dc : c r e a t o r <http : / /www. morelab. deusto. e s / index. php/members/69 pablo orduna / f o a f. rdf > ; dc : c r e a t o r <http : / /www. morelab. deusto. e s / index. php/members/89 eduardo c a s t i l l e j o / f o a f. rdf > ; dc : c r e a t o r <http : / /www. morelab. deusto. e s / index. php/members/37 dr diego lopez de i p i n a / f o a f. rdf > ; dc : c r e a t o r Marcos S a c r i s t a n ; bibo : a b s t r a c t As the dependence on mobile d e v i c e s i n c r e a s e s, the need f o r s u p p o r t i n g a wider range o f u s e r s and d e v i c e s becomes c r u c i a l. [... ] and the u s a b i l i t y o f the proposed p l a t f o r m.. <urn : i s s n : > a bibo : J o u r n a l ; dc : t i t l e Personal and Ubiquitous Computing ; bibo : p u b l i s h e r S p r i n g e r. 4 Publishing data as Linked Data Once the RDF files are generated, the next step is offering this data as Linked Data. Linked Data is simply about using the Web to create typed links between data from different sources [12]. Fig. 2. Used vocabularies to create Morelab s RDF files: OWL [9], DC [7], SWRC [10], FOAF [11] and BIBO [8]. To do that, the extension follows the 6 th recipe described on [13]: using 303 redirect, multiple HTML and SPARQL endpoint, combinining Joseki SPARQL
6 endpoint and Pubby Linked Data interface. We choose these tools because of their simplicity compared to other tools like Virtuoso. To link our own data with another datasets, the extension queries the existing SPARQL endpoints of known datasets as DBLP. It also queries MORElab s SPARQL endpoint to retrieve members FOAF data. This SPARQL endpoint can be queried by third party applications that want to consume our Linked Open Data. Another way to consume MORElab s Linked Open Data is doing a HTTP request including application/rdf+xml field into Accept header, to URL of any resource of Morelab s website 13. This request will return an RDF graph with the metadata of this article. Used vocabularies (BIBO, DC and OWL) are hardcoded into the source code of the extension. 5 Conclusions and Future Work This paper presents our efforts towards making the information stored in our research group s site available as Linked Open Data. For that, we have contributed with an extension for Joomla! CMS that allows scientific article related data available as Linked Data. We think that the usage of this extension provides an accessible way to increase the Linked Data provided by organizations that uses Joomla! as their CMS. For our future work, we will enhance the administration panel allowing the inclusion of custom RegEx pattern for selected articles and custom ontologies, not only Bibliographic Ontology, Dublin Core and OWL[9]. Moreover, we must increase the flexibility of RDF generation patterns letting administrators adding their own data sources and linking the datasets with well-known sources such Geonames 14 or DBPedia [14]. Although the current extension limitation is focused on publications, but there are many more content types that can be published such Linked Data, such as projects or member information. References 1. RDF - semantic web standards G. Tummarello, R. Delbru, and E. Oren, Sindice. com: Weaving the open linked data, in Proceedings of the 6th international The semantic web and 2nd Asian conference on Asian semantic web conference, p , C. Bizer, T. Heath, and T. Berners-Lee, Linked data-the story so far, Int. J. Semantic Web Inf. Syst. 5(3), p. 1 22, F. Peset, A. Ferrer-Sapena, and I. Subirats-Coll, Open data y linked open data: Su impacto en el área de bibliotecas y documentación, El profesional de la información 20(2), pp , C. Bizer and R. Cyganiak, D2r server-publishing relational databases on the semantic web, in 5th International Semantic Web Conference, p. 26, Example in
7 6. C. Bizer and A. Seaborne, D2RQ-treating non-rdf databases as virtual RDF graphs, in Proceedings of the 3rd International Semantic Web Conference (ISWC2004), p. 26, Dublin core metadata element set, version 1.1: Reference description. Dec The reference description, version 1.1 of the Dublin Core Metadata Element Set. 8. Bibliographic ontology specification the bibliographic ontology D. McGuinness, F. Van Harmelen, et al., Owl web ontology language overview, W3C recommendation 10, pp , Y. Sure, S. Bloehdorn, P. Haase, J. Hartmann, and D. Oberle, The swrc ontology semantic web for research communities, Progress in Artificial Intelligence, pp , D. Brickley and L. Miller, Foaf vocabulary specification, L. Sauermann, R. Cyganiak, and M. Völkel, Cool URIs for the semantic web, Working draft, W3C, Best practice recipes for publishing RDF vocabularies S. Auer, C. Bizer, G. Kobilarov, J. Lehmann, R. Cyganiak, and Z. Ives, Dbpedia: A nucleus for a web of open data, The Semantic Web, pp , 2007.
THE SEMANTIC WEB AND IT`S APPLICATIONS
15-16 September 2011, BULGARIA 1 Proceedings of the International Conference on Information Technologies (InfoTech-2011) 15-16 September 2011, Bulgaria THE SEMANTIC WEB AND IT`S APPLICATIONS Dimitar Vuldzhev
A Semantic web approach for e-learning platforms
A Semantic web approach for e-learning platforms Miguel B. Alves 1 1 Laboratório de Sistemas de Informação, ESTG-IPVC 4900-348 Viana do Castelo. [email protected] Abstract. When lecturers publish contents
María Elena Alvarado gnoss.com* [email protected] Susana López-Sola gnoss.com* [email protected]
Linked Data based applications for Learning Analytics Research: faceted searches, enriched contexts, graph browsing and dynamic graphic visualisation of data Ricardo Alonso Maturana gnoss.com *Piqueras
ELIS Multimedia Lab. Linked Open Data. Sam Coppens MMLab IBBT - UGent
Linked Open Data Sam Coppens MMLab IBBT - UGent Overview: Linked Open Data: Principles Interlinking Data LOD Server Tools Linked Open Data: Principles Term Linked Data was first coined by Tim Berners Lee
How To Write A Drupal 5.5.2.2 Rdf Plugin For A Site Administrator To Write An Html Oracle Website In A Blog Post In A Flashdrupal.Org Blog Post
RDFa in Drupal: Bringing Cheese to the Web of Data Stéphane Corlosquet, Richard Cyganiak, Axel Polleres and Stefan Decker Digital Enterprise Research Institute National University of Ireland, Galway Galway,
City Data Pipeline. A System for Making Open Data Useful for Cities. [email protected]
City Data Pipeline A System for Making Open Data Useful for Cities Stefan Bischof 1,2, Axel Polleres 1, and Simon Sperl 1 1 Siemens AG Österreich, Siemensstraße 90, 1211 Vienna, Austria {bischof.stefan,axel.polleres,simon.sperl}@siemens.com
12 The Semantic Web and RDF
MSc in Communication Sciences 2011-12 Program in Technologies for Human Communication Davide Eynard nternet Technology 12 The Semantic Web and RDF 2 n the previous episodes... A (video) summary: Michael
ARC: appmosphere RDF Classes for PHP Developers
ARC: appmosphere RDF Classes for PHP Developers Benjamin Nowack appmosphere web applications, Kruppstr. 100, 45145 Essen, Germany [email protected] Abstract. ARC is an open source collection of lightweight
Open Data collection using mobile phones based on CKAN platform
Proceedings of the Federated Conference on Computer Science and Information Systems pp. 1191 1196 DOI: 10.15439/2015F128 ACSIS, Vol. 5 Open Data collection using mobile phones based on CKAN platform Katarzyna
Building Linked Data For Both Humans and Machines
Building Linked Data For Both Humans and Machines Wolfgang Halb Institute of Information Systems & Information Management Graz, Austria Yves Raimond Centre for Digital Music London, UK Michael Hausenblas
DISCOVERING RESUME INFORMATION USING LINKED DATA
DISCOVERING RESUME INFORMATION USING LINKED DATA Ujjal Marjit 1, Kumar Sharma 2 and Utpal Biswas 3 1 C.I.R.M, University Kalyani, Kalyani (West Bengal) India [email protected] 2 Department of Computer
LD2SD: Linked Data Driven Software Development
LD2SD: Linked Data Driven Software Development Aftab Iqbal, Oana Ureche, Michael Hausenblas, Giovanni Tummarello Digital Enterprise Research Institute (DERI), National University of Ireland, Galway IDA
Building a Mobile Applications Knowledge Base for the Linked Data Cloud
Building a Mobile Applications Knowledge Base for the Linked Data Cloud Primal Pappachan 1, Roberto Yus 2, Prajit Kumar Das 3, Sharad Mehrotra 1, Tim Finin 3, and Anupam Joshi 3 1 University of California,
Benchmarking the Performance of Storage Systems that expose SPARQL Endpoints
Benchmarking the Performance of Storage Systems that expose SPARQL Endpoints Christian Bizer 1 and Andreas Schultz 1 1 Freie Universität Berlin, Web-based Systems Group, Garystr. 21, 14195 Berlin, Germany
COLINDA: Modeling, Representing and Using Scientific Events in the Web of Data
COLINDA: Modeling, Representing and Using Scientific Events in the Web of Data Selver Softic 1, Laurens De Vocht 2, Martin Ebner 1, Erik Mannens 2, and Rik Van de Walle 2 1 Graz University of Technology,
Lift your data hands on session
Lift your data hands on session Duration: 40mn Foreword Publishing data as linked data requires several procedures like converting initial data into RDF, polishing URIs, possibly finding a commonly used
Lightweight Data Integration using the WebComposition Data Grid Service
Lightweight Data Integration using the WebComposition Data Grid Service Ralph Sommermeier 1, Andreas Heil 2, Martin Gaedke 1 1 Chemnitz University of Technology, Faculty of Computer Science, Distributed
Linked Data Publishing with Drupal
Linked Data Publishing with Drupal Joachim Neubert ZBW German National Library of Economics Leibniz Information Centre for Economics SWIB13 Workshop Hamburg, Germany 25.11.2013 ZBW is member of the Leibniz
Creating an RDF Graph from a Relational Database Using SPARQL
Creating an RDF Graph from a Relational Database Using SPARQL Ayoub Oudani, Mohamed Bahaj*, Ilias Cherti Department of Mathematics and Informatics, University Hassan I, FSTS, Settat, Morocco. * Corresponding
New Generation of Social Networks Based on Semantic Web Technologies: the Importance of Social Data Portability
New Generation of Social Networks Based on Semantic Web Technologies: the Importance of Social Data Portability Liana Razmerita 1, Martynas Jusevičius 2, Rokas Firantas 2 Copenhagen Business School, Denmark
Proceedings of the SPDECE-2012. Ninth nultidisciplinary symposium on the design and evaluation of digital content for education
Proceedings of the SPDECE-2012. Ninth nultidisciplinary symposium on the design and evaluation of digital content for education 13 15 June 2011 Universidad de Alicante Alicante, Spain Edited by Manuel
SemWeB Semantic Web Browser Improving Browsing Experience with Semantic and Personalized Information and Hyperlinks
SemWeB Semantic Web Browser Improving Browsing Experience with Semantic and Personalized Information and Hyperlinks Melike Şah, Wendy Hall and David C De Roure Intelligence, Agents and Multimedia Group,
The Ontology and Architecture for an Academic Social Network
www.ijcsi.org 22 The Ontology and Architecture for an Academic Social Network Moharram Challenger Computer Engineering Department, Islamic Azad University Shabestar Branch, Shabestar, East Azerbaijan,
We have big data, but we need big knowledge
We have big data, but we need big knowledge Weaving surveys into the semantic web ASC Big Data Conference September 26 th 2014 So much knowledge, so little time 1 3 takeaways What are linked data and the
Publishing Relational Databases as Linked Data
Publishing Relational Databases as Linked Data Oktie Hassanzadeh University of Toronto March 2011 CS 443: Database Management Systems - Winter 2011 Outline 2 Part 1: How to Publish Linked Data on the Web
Semantic Modeling with RDF. DBTech ExtWorkshop on Database Modeling and Semantic Modeling Lili Aunimo
DBTech ExtWorkshop on Database Modeling and Semantic Modeling Lili Aunimo Expected Outcomes You will learn: Basic concepts related to ontologies Semantic model Semantic web Basic features of RDF and RDF
Querying DBpedia Using HIVE-QL
Querying DBpedia Using HIVE-QL AHMED SALAMA ISMAIL 1, HAYTHAM AL-FEEL 2, HODA M. O.MOKHTAR 3 Information Systems Department, Faculty of Computers and Information 1, 2 Fayoum University 3 Cairo University
Towards a reference architecture for Semantic Web applications
Towards a reference architecture for Semantic Web applications Benjamin Heitmann 1, Conor Hayes 1, and Eyal Oren 2 1 [email protected] Digital Enterprise Research Institute National University
Semantic Interoperability
Ivan Herman Semantic Interoperability Olle Olsson Swedish W3C Office Swedish Institute of Computer Science (SICS) Stockholm Apr 27 2011 (2) Background Stockholm Apr 27, 2011 (2) Trends: from
Application of ontologies for the integration of network monitoring platforms
Application of ontologies for the integration of network monitoring platforms Jorge E. López de Vergara, Javier Aracil, Jesús Martínez, Alfredo Salvador, José Alberto Hernández Networking Research Group,
Linked Open Data Infrastructure for Public Sector Information: Example from Serbia
Proceedings of the I-SEMANTICS 2012 Posters & Demonstrations Track, pp. 26-30, 2012. Copyright 2012 for the individual papers by the papers' authors. Copying permitted only for private and academic purposes.
LinkZoo: A linked data platform for collaborative management of heterogeneous resources
LinkZoo: A linked data platform for collaborative management of heterogeneous resources Marios Meimaris, George Alexiou, George Papastefanatos Institute for the Management of Information Systems, Research
TOWARDS TREATING GIS AS VIRTUAL RDF GRAPHS
TOWARDS TREATING GIS AS VIRTUAL RDF GRAPHS Emanuele Della Valle a,b, Hafiz Muhammad Qasim a and Irene Celino b a Dipartimento di Elettronica e Informazione, Politecnico di Milano, via Ponzio 34/5, Milano,
RDF Dataset Management Framework for Data.go.th
RDF Dataset Management Framework for Data.go.th Pattama Krataithong 1,2, Marut Buranarach 1, and Thepchai Supnithi 1 1 Language and Semantic Technology Laboratory National Electronics and Computer Technology
EUR-Lex 2012 Data Extraction using Web Services
DOCUMENT HISTORY DOCUMENT HISTORY Version Release Date Description 0.01 24/01/2013 Initial draft 0.02 01/02/2013 Review 1.00 07/08/2013 Version 1.00 -v1.00.doc Page 2 of 17 TABLE OF CONTENTS 1 Introduction...
A generic approach for data integration using RDF, OWL and XML
A generic approach for data integration using RDF, OWL and XML Miguel A. Macias-Garcia, Victor J. Sosa-Sosa, and Ivan Lopez-Arevalo Laboratory of Information Technology (LTI) CINVESTAV-TAMAULIPAS Km 6
Linked Data - The Story So Far
Linked Data - The Story So Far Christian Bizer, Freie Universität Berlin, Germany Tom Heath, Talis Information Ltd, United Kingdom Tim Berners-Lee, Massachusetts Institute of Technology, USA This is a
Andreas Harth, Katja Hose, Ralf Schenkel (eds.) Linked Data Management: Principles and Techniques
Andreas Harth, Katja Hose, Ralf Schenkel (eds.) Linked Data Management: Principles and Techniques 2 List of Figures 1.1 Component diagram for the example application in section 1.5 using the components
Publishing Linked Data Requires More than Just Using a Tool
Publishing Linked Data Requires More than Just Using a Tool G. Atemezing 1, F. Gandon 2, G. Kepeklian 3, F. Scharffe 4, R. Troncy 1, B. Vatant 5, S. Villata 2 1 EURECOM, 2 Inria, 3 Atos Origin, 4 LIRMM,
OSLC Primer Learning the concepts of OSLC
OSLC Primer Learning the concepts of OSLC It has become commonplace that specifications are precise in their details but difficult to read and understand unless you already know the basic concepts. A good
LiDDM: A Data Mining System for Linked Data
LiDDM: A Data Mining System for Linked Data Venkata Narasimha Pavan Kappara Indian Institute of Information Technology Allahabad Allahabad, India [email protected] Ryutaro Ichise National Institute of
SmartLink: a Web-based editor and search environment for Linked Services
SmartLink: a Web-based editor and search environment for Linked Services Stefan Dietze, Hong Qing Yu, Carlos Pedrinaci, Dong Liu, John Domingue Knowledge Media Institute, The Open University, MK7 6AA,
Yet Another Triple Store Benchmark? Practical Experiences with Real-World Data
Yet Another Triple Store Benchmark? Practical Experiences with Real-World Data Martin Voigt, Annett Mitschick, and Jonas Schulz Dresden University of Technology, Institute for Software and Multimedia Technology,
Currency Conversion the Linked Data Way
Currency Conversion the Linked Data Way Alex Stolz and Martin Hepp E-Business and Web Science Research Group, Universität der Bundeswehr München Werner-Heisenberg-Weg 39, D-85577 Neubiberg, Germany {alex.stolz,martin.hepp}@ebusiness-unibw.org
Semantic Knowledge Management System. Paripati Lohith Kumar. School of Information Technology
Semantic Knowledge Management System Paripati Lohith Kumar School of Information Technology Vellore Institute of Technology University, Vellore, India. [email protected] Abstract The scholarly activities
Drupal. http://www.flickr.com/photos/funkyah/2400889778
Drupal 7 and RDF Stéphane Corlosquet, - Software engineer, MGH - Drupal 7 core RDF maintainer - SemWeb geek Linked Data Ventures, MIT, Oct 2010 This work is licensed under a Creative
Leveraging existing Web frameworks for a SIOC explorer to browse online social communities
Leveraging existing Web frameworks for a SIOC explorer to browse online social communities Benjamin Heitmann and Eyal Oren Digital Enterprise Research Institute National University of Ireland, Galway Galway,
Annotation: An Approach for Building Semantic Web Library
Appl. Math. Inf. Sci. 6 No. 1 pp. 133-143 (2012) Applied Mathematics & Information Sciences @ 2012 NSP Natural Sciences Publishing Cor. Annotation: An Approach for Building Semantic Web Library Hadeel
LDIF - Linked Data Integration Framework
LDIF - Linked Data Integration Framework Andreas Schultz 1, Andrea Matteini 2, Robert Isele 1, Christian Bizer 1, and Christian Becker 2 1. Web-based Systems Group, Freie Universität Berlin, Germany [email protected],
Standards, Tools and Web 2.0
Standards, Tools and Web 2.0 Web Programming Uta Priss ZELL, Ostfalia University 2013 Web Programming Standards and Tools Slide 1/31 Outline Guidelines and Tests Logfile analysis W3C Standards Tools Web
Scholars@Duke Data Consumer's Guide. Aggregating and consuming data from Scholars@Duke profiles March, 2015
Scholars@Duke Data Consumer's Guide Aggregating and consuming data from Scholars@Duke profiles March, 2015 Contents Getting Started with Scholars@Duke Data 1 Who is this Guide for? 1 Why consume Scholars@Duke
TRTML - A Tripleset Recommendation Tool based on Supervised Learning Algorithms
TRTML - A Tripleset Recommendation Tool based on Supervised Learning Algorithms Alexander Arturo Mera Caraballo 1, Narciso Moura Arruda Júnior 2, Bernardo Pereira Nunes 1, Giseli Rabello Lopes 1, Marco
Analyzing Linked Data tools for SHARK
UNIVERSIDAD DE CASTILLA-LA MANCHA Analyzing Linked Data tools for SHARK Technical Report Cristina Roda, Elena Navarro, Carlos E. Cuesta September 2013 Architectural Knowledge (AK) has been an integral
Semantic Stored Procedures Programming Environment and performance analysis
Semantic Stored Procedures Programming Environment and performance analysis Marjan Efremov 1, Vladimir Zdraveski 2, Petar Ristoski 2, Dimitar Trajanov 2 1 Open Mind Solutions Skopje, bul. Kliment Ohridski
Semantic Web Technologies and Data Management
Semantic Web Technologies and Data Management Li Ma, Jing Mei, Yue Pan Krishna Kulkarni Achille Fokoue, Anand Ranganathan IBM China Research Laboratory IBM Software Group IBM Watson Research Center Bei
Revealing Trends and Insights in Online Hiring Market Using Linking Open Data Cloud: Active Hiring a Use Case Study
Revealing Trends and Insights in Online Hiring Market Using Linking Open Data Cloud: Active Hiring a Use Case Study Amar-Djalil Mezaour 1, Julien Law-To 1, Robert Isele 3, Thomas Schandl 2, and Gerd Zechmeister
LINKED DATA EXPERIENCE AT MACMILLAN Building discovery services for scientific and scholarly content on top of a semantic data model
LINKED DATA EXPERIENCE AT MACMILLAN Building discovery services for scientific and scholarly content on top of a semantic data model 22 October 2014 Tony Hammond Michele Pasin Background About Macmillan
DATA MODEL FOR STORAGE AND RETRIEVAL OF LEGISLATIVE DOCUMENTS IN DIGITAL LIBRARIES USING LINKED DATA
DATA MODEL FOR STORAGE AND RETRIEVAL OF LEGISLATIVE DOCUMENTS IN DIGITAL LIBRARIES USING LINKED DATA María Hallo 1, Sergio Luján-Mora 2, and Alejandro Mate 3 1 Department of Computer Science, National
Extending Java Web Applications for Semantic Web
Extending Java Web Applications for Semantic Web Lidia Rovan, Ivana Nižeti Department of applied computing University of Zagreb Faculty of Electrical Engineering and Computing Unska 3, Zagreb 10000, CROATIA
Extending the Linked Data API with RDFa
Extending the Linked Data API with RDFa Steve Battle 1, James Leigh 2, David Wood 2 1 Gloze Ltd, UK [email protected] 2 3 Round Stones, USA James, [email protected] Linked data is about connecting
A Framework for Collaborative Project Planning Using Semantic Web Technology
A Framework for Collaborative Project Planning Using Semantic Web Technology Lijun Shen 1 and David K.H. Chua 2 Abstract Semantic web technology has become an enabling technology for machines to automatically
The Berlin SPARQL Benchmark
The Berlin SPARQL Benchmark Christian Bizer 1 and Andreas Schultz 1 1 Freie Universität Berlin, Web-based Systems Group, Garystr. 21, 14195 Berlin, Germany [email protected], [email protected]
EXTENDING JMETER TO ALLOW FOR WEB STRUCTURE MINING
EXTENDING JMETER TO ALLOW FOR WEB STRUCTURE MINING Agustín Sabater, Carlos Guerrero, Isaac Lera, Carlos Juiz Computer Science Department, University of the Balearic Islands, SPAIN [email protected], [email protected],
Semantically Enhanced Web Personalization Approaches and Techniques
Semantically Enhanced Web Personalization Approaches and Techniques Dario Vuljani, Lidia Rovan, Mirta Baranovi Faculty of Electrical Engineering and Computing, University of Zagreb Unska 3, HR-10000 Zagreb,
How To Use An Orgode Database With A Graph Graph (Robert Kramer)
RDF Graph Database per Linked Data Next Generation Open Data, come sfruttare l innovazione tecnologica per creare nuovi scenari e nuove opportunità. [email protected] 1 Copyright 2011, Oracle
CitationBase: A social tagging management portal for references
CitationBase: A social tagging management portal for references Martin Hofmann Department of Computer Science, University of Innsbruck, Austria [email protected] Ying Ding School of Library and Information Science,
OWL Ontology Translation for the Semantic Web
OWL Ontology Translation for the Semantic Web Luís Mota and Luís Botelho We, the Body and the Mind Research Lab ADETTI/ISCTE Av. das Forças Armadas, 1649-026 Lisboa, Portugal [email protected],[email protected]
Integrating Open Sources and Relational Data with SPARQL
Integrating Open Sources and Relational Data with SPARQL Orri Erling and Ivan Mikhailov OpenLink Software, 10 Burlington Mall Road Suite 265 Burlington, MA 01803 U.S.A, {oerling,imikhailov}@openlinksw.com,
