Keywords

These keywords were added by machine and not by the authors. This process is experimental and the keywords may be updated as the learning algorithm improves.

1 The LODUM Project

Today’s research results are no longer limited to papers and books, but also include a variety of data, models, and software. Preserving and accessibility of these contents is fundamental to ensure the transparency and reproducibility of studies. The different scientific resources, be they publications, datasets, methods or tools should be annotated, interlinked and openly shared in order to make science more transparent and reproducible according to the Linked ScienceFootnote 1 approach [1]. Likewise, developers and endusers can benefit from administrative data published as Linked Oped Data.

The LODUM project tackles this long-term goal by implementing a strategy that aims to improve the transparency and visibility of the university, publishing any non-sensitive data online following the Linked Data principles. Data sources existing across the different sites of the university remain in place, leaving the control and responsibility in the hands of the original owner. Such data can be linked to and accessed from http://data.uni-muenster.de. This covers both scientific data and publications, as well as administrative data such as building databases and course schedules. LODUM is laid out as a long-term strategy that will open up and connect different data sources across the 15 faculties and departments step-by-step. With LODUM, the University of Münster is the first German university to implement such a program, following the early examples from the UK.Footnote 2 The growing number of publications on Linked Data in science and education shows that this approach is gaining momentum (see, e.g., [24]).

This demo shows the technical infrastructure to manage data and make them available online. Moreover, we introduce two sample applications that have been built on the LODUM infrastructure: a 3D productivity map of the university, and the WWU App, a Web application optimized for mobile phones that provides information about the university for students, staff, and visitors.

2 Infrastructure

This section documents the LODUM infrastructure, i.e., the technical workflow and the vocabularies in use.

2.1 Technical Workflow

The LODUM infrastructure consists of three layers, as shown in Fig. 1. At the core of this setup, an OWLIM triple store hosts the LODUM data. The management tools support tasks such as vocabulary management and link discovery between the initially disconnected datasets imported into LODUM. The retrieval tools expose the LODUM data via type-specific HTML pages and as raw RDF data, which can also be queried via the SPARQL endpoint at http://data.uni-muenster.de/sparql. In order to get data from existing systems into this infrastructure, we have developed custom triple factories that fetch the data from the different existing systems, convert them to RDF, and push them to the triple store.

2.2 Vocabularies in Use

We reuse existing vocabularies as much as possible to provide semantic annotations of the data we offer in LODUM. In addition, we have also created new vocabularies to introduce classes and properties not defined in existing vocabularies.

The Bibliographic Ontology (BIBO) is used for all bibliographic resources such as books and articles. The Dublin Core Metadata Element Set is used for all occasions where basic metadata are required. The Friend of a Friend (FOAF) vocabulary is used for all information about people and organizations. The W3C Basic Geo Vocabulary is used for all things that are georeference via WGS84 lat/long coordinates. The Teaching Core Vocabulary (TEACH) was used to annotate course descriptions. Publishing Requirements for Industry Standard Metadata (PRISM) provided additional properties for annotating publishing content.Footnote 3

Fig. 1.
figure 1

High-level overview of the LODUM architecture.

3 Applications

This section introduces the two applications we would like to demonstrate, the LODUM productivity map and the WWU app.

Fig. 2.
figure 2

Screen shot of the map in Google Earth.

3.1 Productivity Map of University Researchers

The productivity map for Google EarthFootnote 4 shown in Fig. 2 is an example of how LODUM facilitates data analysis. It renders the university buildings in 3D, where the building height indicates the number of publications written by researchers working in the respective building. The geometries of the buildings are stored according to the emergent GeoSPARQL standard [5]. This interactive map can act as an entry point for the evaluation of and comparison between different departments.

For the building height, the absolute number of papers is normalized by the number of researchers working in the given building for a more balanced impression. The buildings are split in two parts: the lower part indicates the number of journal papers, whereas the upper part represents all other publications. Clicking either of these two parts opens a pop-up with the actual numbers. The distribution of publications between the different institutions in a building is visualized as a pie chart. The pop-ups also include links to the SPARQL queries to pull the data for the given building out of our store, so that interested developers can learn how we have built this map.

Fig. 3.
figure 3

Screen shots with overview of university buildings (left), cafeteria menus (middle), and routing to a cafeteria (right).

3.2 WWU App

The Westfälische Wilhelms-Universität Münster (WWU) wants to offer students, staff and visitors information about cafeteria menus, navigation instructions to university buildings, and an overview map of all university buildings on their mobile phone. The latest version of this WWU App is a platform-independent Web app based on the LODUM data store, as shown in Fig. 3. It has been developed to replace existing native apps that had the data baked in, thus requiring frequent updates, and that were difficult to maintain for the wide range of different platforms. The initial version of the new Web app has been developed in a seminar taught by the authors. It has been built around the PrimeFaces JSF framework and a Glassfish application server that pulls the data from the SPARQL endpoint.

4 Conclusions

The University of Münster, Germany, is one of the first universities to commit to a institution-wide Linked Open Data program. The goal of the LODUM initiative is to increase transparency and comprehensibility both for research and for administrative matters. Beyond the technical infrastructure required to put this undertaking into practice—server facilities to run a triple store, SPARQL endpoint, data dumps, backups, and synchronization jobs—fostering a change in the mindset of the university’s research community is key for the success of LODUM. In this paper we described two applications demonstrating the use of the LODUM infrastructure. With these demonstrations we want to show that the real potential of Linked Data is in the ease of developing applications on top of the data using a standardized API—i.e. the way to access data online.