Integrating Text and Graphics to Present Provenance Information

Size: px
Start display at page:

Download "Integrating Text and Graphics to Present Provenance Information"

Transcription

1 Integrating Text and Graphics to Present Provenance Information Thomas Bouttaz, Alan Eckhardt, Chris Mellish, and Peter Edwards Computing Science, University of Aberdeen, Aberdeen AB24 5UA, UK Abstract. As more and more systems are developed which capture and use provenance information, better mechanisms are required to present such information to end-users. In this paper we present two approaches for presenting provenance within ourspaces, a web-based virtual research environment. The first makes use of natural language generation technologies to produce texts describing provenance information. The second one adopts a more visual approach by building graphs. Our main contribution is a generic mechanism using a combination of visualisation modalities, allowing users not only to have a better understanding of the provenance of resources, but also to assist them with the creation of new provenance information. Keywords: provenance, NLG, visualisation, HCI 1 Introduction The provenance of a resource is defined by the W3C Provenance Incubator group as a record that describes entities and processes involved in producing and delivering or otherwise influencing that resource. Provenance thus provides additional documentation about the origin of a resource (or artefact). Goble [1] presents the 7 W s of Provenance : Who, What, Where, Why, When, Which, & (W)How. Each of these can be used to support assessment of the quality or trustworthiness of data. These assessments can be automated by computational agents, or performed by humans. Therefore presenting provenance information to end-users is an issue that needs to be addressed. The presentation of provenance should allow users to intuitively understand provenance information, without requiring any particular knowledge about the underlying model. In this paper, we discuss two ways to present provenance information, one based on text and the other a graphical visualisation. Our approach is motivated by the needs of multidisciplinary users within a web-based research environment, but is applicable in other contexts. Previous work has been carried out to compare the different performance characteristics associated with graphical and linguistic presentations [2 4]. While text can contain more explicit information, less expressive presentations such as

2 2 graphs can limit abstraction and therefore improve processability [2]. Moreover, people from different backgrounds may prefer different presentation modalities. To verify this hypothesis, we analysed 70 journal publications from 5 academic disciplines to find their presentation preferences. We identified that some disciplines tend to use more diagrams, while others prefer the use of text. Not only are different types of presentations better suited to different people, but also to the different types of tasks that they are performing [3, 4]. Therefore there is a need for different ways to present provenance data and to combine such mechanisms to satisfy a larger number of users. Several mechanisms have been developed to visualise provenance ([4 7]). When dealing with substantial amounts of data, it is important to carefully select what information should be presented, in order not to overwhelm users with unnecessary information. The authors in [5] rely on user views to provide the most relevant information to the user. By performing incremental querying, users are able to control how much information is displayed. Previous graphical visualisations ([4, 7]) present provenance entities as boxes, and connecting relationships as labelled edges. However, to the best of our knowledge, our mechanism is the first attempt to visualise provenance in a web environment, adopting a generic approach usable by other applications. Our implementation also makes use of several enhancements improving readability (e.g. emphasising the artefact in focus, visual distinction between artefacts, agents and processes), as well as allowing users to edit the provenance graph. Regarding the textual presentation of provenance, to the best of our knowledge, no similar mechanism has been previously described. Moreover our approach relies on both presentation modalities supporting each other. We have implemented our provenance visualisations within ourspaces 1, a web-based virtual research environment. By providing a centralised platform allowing its users to communicate and share their research artefacts (e.g. data, publications), ourspaces enables researchers from different backgrounds to better manage their projects. The underlying architecture of ourspaces is based on Semantic Web technologies (e.g. OWL 2, RDF 3 ) and associated reasoning mechanisms, allowing the use of domain knowledge in the form of ontologies, as well as the capture of the provenance of digital artefacts. In this context, the presentation of provenance to users is crucial to allow them to obtain a better understanding of what processes a scientific artefact went through, and to assess the quality of such an artefact. For instance a user might only rely on data that was collected by trusted agents, such as the members of his social network. 2 The ourspaces System At the heart of ourspaces is an OWL representation of the Open Provenance Model [8]. This ontology defines the primary entities of OPM as well as the causal

3 3 relationships that link them together. Figure 1 shows how the OPM model is integrated with other ontologies used in ourspaces. OPM is a generic model and as a result, our framework supports additional domain specific provenance ontologies that are created by extending the concepts defined in the OPM ontology. These domain specific ontologies describe scientific artefacts (e.g. data, papers, presentations), the processes involved in their creation (e.g. focus groups, questionnaires, experiments) and the relationships between these entities (e.g. involved). Using these ontologies it is possible, for example, to describe a physical research activity (e.g. an interview) as an opm:process, and how such an activity causes an opm:artifact to be generated (e.g. interview notes) and who was vre:involved in this process. In order to describe people and their social networks, we make use of the Friend-of-a-Friend 4 RDF vocabulary; a foaf:person is thus a subclass of opm:agent. To incorporate social networking activities, we have also integrated the SIOC 5 (Semantically-Interlinked Online Communities) ontology that provides a model to express user-generated content such as posting a message about an artefact. Domain Specific Social Networking and Project Management Interview Focus Group Paper Data sioc:post sioc:creatorof foaf:person vre:workswith Process hascause haseffect OPM Provenance CausalRelation hascause haseffect Artifact sioc:about vre:project vre:memberof vre:worksfor hasrole hascause haseffect vre:memberof vre:organisation Role Agent vre:group Fig. 1. Ontologies used within the ourspaces environment. ourspaces is composed of several services making use of these ontologies (see Figure 2). These support the creation, editing and querying of data, metadata and digital artefacts by accessing different repositories. The Provenance Service specifically manages provenance data by accessing the Provenance Repository. The Digital Artefact Repository is used to store the actual digital artefacts created by researchers (e.g. datasets, documents), while the Metadata and Provenance Repositories are used to store RDF triples. To allow the visualisation of this information, we have implemented two different services: The Graphical Visualiser that displays provenance information by building graphs. Since it only requires provenance information, it makes use of the Provenance Service to retrieve and update provenance data. A Natural Language Generation (NLG) service composed of the Text Formatter and the Text Generator, that generates textual descriptions of entities

4 4 ourspaces Web Interface Graphical Visualiser Web services Query Upload / Download Provenance Service Core Services Digital Artefact Management Metadata Access Data and Metadata Repositories Digital Artefacts Repository Metadata Repository Ontologies OWL Language Specifications Text Visualiser Text Formatter Text Generator Provenance Repository XML Fig. 2. Architecture of ourspaces. and their provenance. Since this service requires provenance information and other metadata, it uses the Metadata Access service to query the appropriate repositories (i.e. Metadata and Provenance Repositories). To illustrate the use of these components, consider an example where a user wants to upload a research artefact to share with other collaborators. Thanks to the Upload service, the user will be able to select his digital artefact, and will be asked for additional information, such as its type (corresponding to the domain specific ontology previously described), its title, when it was produced and so on. The artefact can also be associated with other entities by using the Query service to find related entities (e.g. persons that were involved in its creation, the project in which it was produced). As a result, this information will be uploaded and stored in the appropriate repositories. Moreover, the Provenance Service will generate basic provenance for this artefact by creating an upload process that was controlled by the appropriate agent, and stores this data in the Provenance Repository. As a result, the artefact will now be available on the ourspaces web interface through the artefact space, a page where all available metadata about an artefact is presented, as well as its provenance. Figure 3 shows an example of such a page for the artefact focus group data. The metadata is presented in table format at the top left, together with the same information described in natural language to the right. Related resources and a commentary about the artefact are also presented. Finally, at the bottom left is the graphical visualisation of the provenance graph focused on the uploaded artefact. On the right side is a textual description of the provenance graph. In the following sections, we will describe the implementation of both provenance visualisation mechanisms in more detail. 3 Natural Language Visualisation We have developed a NLG service based on the work of Hielkema [9] that generates short textual descriptions of OPM entities based on their associated RDF

5 5 Fig. 3. A screenshot of the ourspaces VRE. metadata. We have implemented two modes for this service: one for generating text about general information regarding an entity (e.g. type, title, date of creation), and one specifically about its provenance (i.e. how it relates to other OPM entities). 3.1 System Components Figure 4 presents an overview of the different components of the NLG service and how they interact with other parts of ourspaces. By using the Metadata Access service to query the repositories with the RDF ID of a particular entity, the Text Generator builds a rich model representing the information captured by the system. The axioms of that model are then translated into text by using the appropriate Language Specification files. These files, encoded in XML, are divided into two categories: Property Language Specification: contains the linguistic information required to structure the sentence corresponding to a property (e.g. syntactic category, verb tense). Class Language Specification: indicates which properties should be used to refer to a particular class (e.g. foaf:firstname and foaf:surname for a foaf:person).

6 6 Using these files, the Text Generator is able to construct sentences corresponding to RDF triples, and to aggregate the ones with similar syntactic structures. As a result, a short text describing an entity is generated. User Web Services Query Core Services Metadata Access Repositories Language Specifications Class Property ourspaces Web Interface Text Formatter Text Generator XML XML NLG Service components Fig. 4. Components of the text visualisation system. 3.2 User-Interface The NLG service is integrated across the ourspaces environment thanks to the Text Formatter that converts the plain text generated by the Text Generator into HTML. Figure 5 left shows an example of a text generated by the NLG service. This text contains general information about an artefact (focus group data) and can be further expanded by clicking on hyperlinks to related entities. This will call the service with the ID of that related entity, appending the resulting description to the original text. In the example shown in Figure 5 left, the user clicked on the hyperlink Thomas Bouttaz to obtain a description of that person. In order not to overload the description, similar properties are aggregated together (e.g. He is in contact with 17 other users ), which the user can disaggregate to obtain details about individual values. Fig. 5. Examples of generated texts containing general information (left) and provenance information (right).

7 7 3.3 Generating Provenance Texts The NLG service can be used to translate any RDF metadata associated with an entity into text, given the appropriate language specification files. Therefore this service can generate descriptions of provenance information (e.g. which agent was controlling an interview process). We have therefore implemented a specific mode for the NLG service that generates text only about the provenance of an artefact, providing users with a more transparent presentation of the underlying OPM data captured by the system. The OPM model represents causal relationships with edge classes (e.g. opm:used, opm:wasgeneratedby) that relate actual entities together with opm:cause and opm:effect properties. To be compatible with the model used by the NLG service that only translates direct properties, the OPM representation needs to be simplified. To this effect, we make use of rules that infer direct properties corresponding to the causal relationships linking the artefact being described to other entities. These rules are implemented using the SPIN API 6, by associating SPARQL 7 queries inferring direct properties from OPM edges. For example, the rule in Figure 6 shows how the opm:wasgeneratedby class is translated into an inferred property linking an artefact to the process that generated the artefact. CONSTRUCT {?this pggen:wasgeneratedbyinfer?process. } WHERE {?this a opm:artifact.?wasgeneratedbyedge a opm:wasgeneratedby.?wasgeneratedbyedge opm:effect?this.?wasgeneratedbyedge opm:cause?process. } Fig. 6. Rule inferring provenance properties from the OPM representation. Using the general mechanism previously described, the property inferred by this rule could be translated by the NLG service as: The interview transcript was generated by the transcribing process. We have integrated this functionality into the artefact space, by providing the user with a text describing how this particular artefact relates to other OPM entities (see Figure 5 right). By following anchors to these related entities, the user is able to further explore the provenance of this artefact, expanding the text generated. For example in Figure 5, the user has requested a description of the process Interview of Alan Eckhardt. Therefore this mechanism provides users with fine grain control over the amount of provenance information to be displayed

8 8 4 Graphical Visualiser The Graphical Visualiser 8 was developed to visualise provenance information using a graph displaying OPM entities as nodes and OPM causal relationships as connections between nodes. 4.1 System Components The Graphical Visualiser is implemented in HTML and Javascript. It is divided into two main components for communication and visualisation. The communication component makes use of the Provenance Service to query for provenance data, as well as to update the provenance graph. All communication with the service is done in the background using AJAX (Asynchronous JavaScript and XML) techniques. The visualisation component draws the provenance graph and allows user actions on the graph (e.g. dragging, zooming). It uses the Javascript library jsplumb 9 for creating connections between nodes. It is also used to manage the editing process, by checking the domain and range of new properties. Both components use jquery 10 for easier and more comprehensible manipulations of the DOM. 4.2 User-Interface The Graphical Visualiser uses rectangular nodes to display OPM entities - Agents, Artifacts and Processes, each type using a different colour, and with its own icon in the corner to ease recognition. Edges are represented as directed connections between nodes. The user can control the position of the nodes, as well as the level of magnification. Each node has three icons in its corners. At the top left is an icon specific to the node s type. At the lower right is an i icon, which redirects the browser to the page with detailed information about that node, i.e. the artefact space for an artefact, or a person s profile page for an agent. At the top right is a plus icon, that loads the provenance of this node when clicked, thus expanding the provenance graph. We decided to remove the plus icon from the Agents, because loading all the provenance information about an agent results in a substantial amount of data being displayed (e.g. all artefacts uploaded by the user, all editing processes), which overloads the graph. Figure 3 bottom left shows the provenance graph of the artefact focus group data, which is emphasized with bold letters, black border and darker colour, which enables easy identification of the focal point of the graph. The artefact was produced by a process Resource upload controlled by Thomas Bouttaz. Then the artefact was used by the process Interview of Alan Eckhardt. This interview process involved several people and produced an artefact (i.e. the recording of this interview). 8 The Graphical Visualiser is open source and available at:

9 9 The graph is initially arranged in chronological order, i.e. displaying the oldest process on the left and then aligning other processes left to right chronologically. Users are still free to rearrange the nodes according to their own preferences. Only the agents are not in the chronological order, as they are not associated with any temporal information relevant to the current provenance graph. They are displayed at the bottom middle part of the graph. The Graphical Visualiser conforms to several user requirements and Types presented in [4]. Some of these types include Timeline (chronological ordering) and Result (focus on the main artefact), which are captured by our approach. 4.3 Editing the Provenance Graph Providing users with an easy way to create provenance information in the system is a critical issue. For example in the graph of Figure 3, we can see that the artefact was used by the interview process. Since this fact cannot be inferred, the user has to provide the information explicitly. To this effect, we extended the Graphical Visualiser with functionality to permit the provenance graph to be edited. Fig. 7. Screenshot of interface for editing the provenance graph. Figure 7 shows the user interface for editing provenance. There are two modes within the interface - create or add existing nodes, and create new edges between nodes. The user can query for existing artefacts, agents or processes in the Metadata Repository using keyword search or he/she can create new processes (see Figure 7 left). In Figure 7, the user searched for the process Interview of Alan Eckhardt (step 1) and added it to the graph (step 2). To create a new edge, the user connects two nodes by dragging a handle, a grey circle in the lower part of the node (step 3), from one node to the other. To guide the user, potential

10 10 connection targets are highlighted and the name of the resulting edge is displayed in the top right corner of the node. Users can also delete edges between nodes. Each edge has a red x on the right side of its label. Clicking it triggers a confirmation dialog, and if the user accepts the edge between the two nodes is deleted. 5 Combining Visualisations We have combined the visualisation modalities in two different ways within the interface: by presenting them side-by-side in the artefact space, and by extending the functionality of the Graphical Visualiser. In the artefact space, both visualisations are presented, allowing users to explore them independently as some aspects of one compensate for the weaknesses of the other. For example, with the textual description it is not always clear which referring expression should be used to designate a particular entity (e.g. process), while the graphical presentation bypasses this issue. On the other hand, the NLG service provides an aggregated summary of the provenance (e.g. He controlled seven processes ), which can be disaggregated by the user. This results in a finer grained control over the amount of provenance information to be displayed. We have also integrated the NLG service within the graphical presentation, by allowing users to generate textual descriptions of the different entities present on the graph. Figure 8 shows how a user can generate the description of an entity (focus group data) by hovering on top of its icon. In this way, the user gets more information about entities without interrupting his current workflow. Fig. 8. Integration of textual and graphical visualisations. 6 Evaluation In order to evaluate this work, we ran a focus group with potential users of ourspaces. We ran three sessions, each with seven graduates from a range of

11 11 disciplines who were taking a course on human-computer interaction. We presented them with both presentations of the same provenance information, and asked them to discuss the main advantages and drawbacks of each. The participants felt that some form of temporal information would help them to better understand the provenance presentations. Therefore we adapted the graphical visualisation by reorganising the graph in chronological order (as described in Section 4.2). The participants preferred the use of active verbs to present relationships between entities, and would like the terminology to adapt to the context of use (e.g. referring to the agent that controlled an interview process as the interviewer, rather than with wascontrolledby). This suggests that more adaptation of the underlying representation of provenance information may be required to improve usability. For instance, the approach described by [6] adapts the OPM view by presenting artefacts as inputs or outputs of processes, depending on their causal relationships (e.g. used artefacts are inputs of processes). To better adapt the terminology, we could extend the OPM ontology by defining specific sub-properties with associated terminology for different processes, and use these properties depending on the context. For example we could define an interviewer property extending wascontrolledby, and use that property in the context of an interview process. This could be implemented by using our previous work [10], where we have described a policy mechanism allowing adaptation of the interface depending on the context. Overall the participants found that the combination of both graphical and textual presentations was useful to better understand the provenance of an artefact. 7 Discussion In this paper, we have introduced two different approaches for presenting provenance information to users. The design and implementation of both approaches was described in depth, as well as their integration within the ourspaces virtual research environment. This work differs from other provenance visualisation services by providing users with two presentation modalities supporting each other, as well as a mechanism to allow users to edit the provenance metadata. In order to further evaluate this work, we have implemented a logging mechanism recording how ourspaces users utilise these services (e.g. what type of presentation mode they prefer, how they create more provenance data with the Graphical Visualiser). After having gathered a substantial amount of data, we will be able to better assess the benefits of these services, and to identify further improvements. For the Graphical Visualiser, we have already concluded that we need to convert the labelling of the edges from passive to active form, e.g. was- GeneratedBy to generated. We could also implement other Types described by [4], such as Comparison (comparing the provenance of two artefacts, highlighting their differences) and Participation (emphasising the agents involved in the processes) which would be beneficial in the context of a collaborative environment such as ourspaces. Another improvement would be the ability to aggregate

12 12 parts of the provenance graph, presenting the user with a more abstract view of the provenance (see [7]). The users could then disaggregate these, to obtain more detailed information. Acknowledgments This work is supported by the UK Economic & Social Research Council (ESRC) under the Digital Social Research programme; award RES References 1. Goble, C.: Position statement: Musings on provenance, workflow and (semantic web) annotation for bioinformatics. In: Workshop on Data Derivation and Provenance. (2002) 2. Stenning, K., Oberlander, J.: A Cognitive Theory of Graphical and Linguistic Reasoning: Logic and Implementation. Cognitive Science 19(1) (1995) Mohar, T., Mak, D., Blumenthal, B., Leventhal, L.: Comparing the comprehensibility of textual and graphical programs: the case of petri nets. In Norwood, ed.: Empirical Studies of Programmers: Fifth Workshop. (1993) Kunde, M., Bergmeyer, H., Schreiber, A.: Requirements for a provenance visualization component, Springer-Verlag (2008) Biton, O., Cohen-Boulakia, S., Davidson, S.B., Hara, C.S.: Querying and managing provenance through user views in scientific workflows. In: Proceedings of the 2008 IEEE 24th International Conference on Data Engineering, Washington, DC, USA, IEEE Computer Society (2008) Anand, M., Bowers, S., Altintas, I., Ludäscher, B.: Approaches for exploring and querying scientific workflow provenance graphs. In McGuinness, D., Michaelis, J., Moreau, L., eds.: Provenance and Annotation of Data and Processes. Volume 6378 of Lecture Notes in Computer Science., Springer Berlin / Heidelberg, Springer Berlin / Heidelberg (2010) Cheung, K., Hunter, J.: Provenance explorer: customized provenance views using semantic inferencing. In: Proceedings of the 5th international conference on the Semantic Web. ISWC 06, Berlin, Heidelberg, Springer-Verlag (2006) Moreau, L., Clifford, B., Freire, J., Futrelle, J., Gil, Y., Groth, P., Kwasnikowska, N., Miles, S., Missier, P., Myers, J., Plale, B., Simmhan, Y., Stephan, E., den Bussche, J.V.: The open provenance model core specification (v1.1). Future Gener. Comput. Syst. 27 (June 2011) Hielkema, F.: Using Natural Language Generation to Provide Access to Semantic Metadata. PhD thesis, University of Aberdeen (2010) 10. Bouttaz, T., Pignotti, E., Mellish, C., Edwards, P.: A policy-based approach to context dependent natural language generation. In: Proceedings of the 13th European Workshop on Natural Language Generation, Nancy, France, Association for Computational Linguistics (September 2011)

ourspaces - Design and Deployment of a Semantic Virtual Research Environment

ourspaces - Design and Deployment of a Semantic Virtual Research Environment ourspaces - Design and Deployment of a Semantic Virtual Research Environment Peter Edwards, Edoardo Pignotti, Alan Eckhardt, Kapila Ponnamperuma, Chris Mellish, and Thomas Bouttaz Computing Science, University

More information

Lessons Learnt from the Deployment of a Semantic Virtual Research Environment

Lessons Learnt from the Deployment of a Semantic Virtual Research Environment Lessons Learnt from the Deployment of a Semantic Virtual Research Environment Peter Edwards a, Edoardo Pignotti a, Chris Mellish a, Alan Eckhardt a, Kapila Ponnamperuma a, Thomas Bouttaz a, Lorna Philip

More information

SAF: A Provenance-Tracking Framework for Interoperable Semantic Applications

SAF: A Provenance-Tracking Framework for Interoperable Semantic Applications SAF: A Provenance-Tracking Framework for Interoperable Semantic Applications Evan W. Patton, Dominic Difranzo, and Deborah L. McGuinness Rensselaer Polytechnic Institute, 110 8th StreetTroy, NY, USA, 12180

More information

Towards Provenance Aware Comment Tracking for Web Applications

Towards Provenance Aware Comment Tracking for Web Applications Towards Provenance Aware Comment Tracking for Web Applications James R. Michaelis and Deborah L. McGuinness Tetherless World Constellation Rensselaer Polytechnic Institute Troy, NY 12180 {michaj6,dlm}@cs.rpi.edu

More information

POMELo: A PML Online Editor

POMELo: A PML Online Editor POMELo: A PML Online Editor Alvaro Graves Tetherless World Constellation Department of Cognitive Sciences Rensselaer Polytechnic Institute Troy, NY 12180 gravea3@rpi.edu Abstract. This paper introduces

More information

Provenance-Aware Faceted Search in Drupal

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

More information

Collaborative provenance for workflow-driven science and engineering Altintas, I.

Collaborative provenance for workflow-driven science and engineering Altintas, I. UvA-DARE (Digital Academic Repository) Collaborative provenance for workflow-driven science and engineering Altintas, I. Link to publication Citation for published version (APA): Altıntaş, İ. (2011). Collaborative

More information

Provenance-aware Faceted Search in Drupal

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

More information

OPQL: A First OPM-Level Query Language for Scientific Workflow Provenance

OPQL: A First OPM-Level Query Language for Scientific Workflow Provenance OPQL: A First OPM-Level Query Language for Scientific Workflow Provenance Chunhyeok Lim, Shiyong Lu, Artem Chebotko, and Farshad Fotouhi Department of Computer Science, Wayne State University, Detroit,

More information

A Framework for Policies over Provenance

A Framework for Policies over Provenance A Framework for Policies over Provenance Tyrone Cadenhead, Murat Kantarcioglu and Bhavani Thuraisingham The University of Texas at Dallas 800 W. Campbell Road, Richardson, TX 75080 {thc07000, muratk, bxt043000}@utdallas.edu

More information

An Approach to Enhancing Workflows Provenance by Leveraging Web 2.0 to Increase Information Sharing, Collaboration and Reuse

An Approach to Enhancing Workflows Provenance by Leveraging Web 2.0 to Increase Information Sharing, Collaboration and Reuse An Approach to Enhancing Workflows Provenance by Leveraging Web 2.0 to Increase Information Sharing, Collaboration and Reuse Aleksander Slominski Department of Computer Science, Indiana University Bloomington,

More information

Abstract Provenance Graphs: Anticipating and Exploiting Schema-Level Data Provenance

Abstract Provenance Graphs: Anticipating and Exploiting Schema-Level Data Provenance Abstract Provenance Graphs: Anticipating and Exploiting Schema-Level Data Provenance Daniel Zinn and Bertram Ludäscher fdzinn,ludaeschg@ucdavis.edu Abstract. Provenance graphs capture flow and dependency

More information

Application of Named Graphs Towards Custom Provenance Views

Application of Named Graphs Towards Custom Provenance Views Application of Named Graphs Towards Custom Provenance Views Tara Gibson, Karen Schuchardt, Eric Stephan Pacific Northwest National Laboratory Abstract Provenance capture as applied to execution oriented

More information

An Annotation Tool for Semantic Documents

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

More information

Pedigree Management and Assessment Framework (PMAF) Demonstration

Pedigree Management and Assessment Framework (PMAF) Demonstration Pedigree Management and Assessment Framework (PMAF) Demonstration Kenneth A. McVearry ATC-NY, Cornell Business & Technology Park, 33 Thornwood Drive, Suite 500, Ithaca, NY 14850 kmcvearry@atcorp.com Abstract.

More information

7 th International Digital Curation Conference December 2011

7 th International Digital Curation Conference December 2011 Golden Trail 1 Golden-Trail: Retrieving the Data History that Matters from a Comprehensive Provenance Repository Practice Paper Paolo Missier, Newcastle University, UK Bertram Ludäscher, Saumen Dey, Michael

More information

An Evaluation of Geo-Ontology Representation Languages for Supporting Web Retrieval of Geographical Information

An Evaluation of Geo-Ontology Representation Languages for Supporting Web Retrieval of Geographical Information An Evaluation of Geo-Ontology Representation Languages for Supporting Web Retrieval of Geographical Information P. Smart, A.I. Abdelmoty and C.B. Jones School of Computer Science, Cardiff University, Cardiff,

More information

UTPB: A Benchmark for Scientific Workflow Provenance Storage and Querying Systems

UTPB: A Benchmark for Scientific Workflow Provenance Storage and Querying Systems UTPB: A Benchmark for Scientific Workflow Provenance Storage and Querying Systems Artem Chebotko, Eugenio De Hoyos, Carlos Gomez, Andrey Kashlev, Xiang Lian, and Christine Reilly Department of Computer

More information

Ontology Servers and Metadata Vocabulary Repositories

Ontology Servers and Metadata Vocabulary Repositories Ontology Servers and Metadata Vocabulary Repositories Dr. Manjula Patel Technical Research and Development m.patel@ukoln.ac.uk http://www.ukoln.ac.uk/ Overview agentcities.net deployment grant Background

More information

Making Ontology Documentation with LODE

Making Ontology Documentation with LODE Proceedings of the I-SEMANTICS 2012 Posters & Demonstrations Track, pp. 63-67, 2012. Copyright 2012 for the individual papers by the papers' authors. Copying permitted only for private and academic purposes.

More information

Publishing and Consuming Provenance Metadata on the Web of Linked Data

Publishing and Consuming Provenance Metadata on the Web of Linked Data Publishing and Consuming Provenance Metadata on the Web of Linked Data Olaf Hartig 1 and Jun Zhao 2 1 Humboldt-Universität zu Berlin hartig@informatik.hu-berlin.de 2 University of Oxford jun.zhao@zoo.ox.ac.uk

More information

Provenance Map Orbiter: Interactive Exploration of Large Provenance Graphs

Provenance Map Orbiter: Interactive Exploration of Large Provenance Graphs Provenance Map Orbiter: Interactive Exploration of Large Provenance Graphs Peter Macko Harvard University Margo Seltzer Harvard University Abstract Provenance systems can produce enormous provenance graphs

More information

Ontology-based Architecture Documentation Approach

Ontology-based Architecture Documentation Approach 4 Ontology-based Architecture Documentation Approach In this chapter we investigate how an ontology can be used for retrieving AK from SA documentation (RQ2). We first give background information on the

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 The Smart Book Recommender: An Ontology-Driven Application for Recommending Editorial Products

More information

A Tagging Approach to Ontology Mapping

A Tagging Approach to Ontology Mapping A Tagging Approach to Ontology Mapping Colm Conroy 1, Declan O'Sullivan 1, Dave Lewis 1 1 Knowledge and Data Engineering Group, Trinity College Dublin {coconroy,declan.osullivan,dave.lewis}@cs.tcd.ie Abstract.

More information

Extending the Facets concept by applying NLP tools to catalog records of scientific literature

Extending the Facets concept by applying NLP tools to catalog records of scientific literature Extending the Facets concept by applying NLP tools to catalog records of scientific literature *E. Picchi, *M. Sassi, **S. Biagioni, **S. Giannini *Institute of Computational Linguistics **Institute of

More information

Publishing and Consuming Provenance Metadata on the Web of Linked Data

Publishing and Consuming Provenance Metadata on the Web of Linked Data Publishing and Consuming Provenance Metadata on the Web of Linked Data Olaf Hartig 1 and Jun Zhao 2 1 Humboldt-Universität zu Berlin hartig@informatik.hu-berlin.de 2 University of Oxford jun.zhao@zoo.ox.ac.uk

More information

Time-Surfer: Time-Based Graphical Access to Document Content

Time-Surfer: Time-Based Graphical Access to Document Content Time-Surfer: Time-Based Graphical Access to Document Content Hector Llorens 1,EstelaSaquete 1,BorjaNavarro 1,andRobertGaizauskas 2 1 University of Alicante, Spain {hllorens,stela,borja}@dlsi.ua.es 2 University

More information

PROJECT PERIODIC REPORT

PROJECT PERIODIC REPORT PROJECT PERIODIC REPORT Grant Agreement number: 257403 Project acronym: CUBIST Project title: Combining and Uniting Business Intelligence and Semantic Technologies Funding Scheme: STREP Date of latest

More information

Mapping between Digital Identity Ontologies through SISM

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

More information

Semantic Web Search Model for Information Retrieval of the Semantic Data *

Semantic Web Search Model for Information Retrieval of the Semantic Data * Semantic Web Search Model for Information Retrieval of the Semantic Data * Okkyung Choi 1, SeokHyun Yoon 1, Myeongeun Oh 1, and Sangyong Han 2 Department of Computer Science & Engineering Chungang University

More information

Semantic Web Test

Semantic Web Test Semantic Web Test 24.01.2017 Group 1 No. A B C D 1 X X X 2 X X 3 X X 4 X X 5 X X 6 X X X X 7 X X 8 X X 9 X X X 10 X X X 11 X 12 X X X 13 X X 14 X X 15 X X 16 X X 17 X 18 X X 19 X 20 X X 1. Which statements

More information

Towards the Semantic Desktop. Dr. Øyvind Hanssen University Library of Tromsø

Towards the Semantic Desktop. Dr. Øyvind Hanssen University Library of Tromsø Towards the Semantic Desktop Dr. Øyvind Hanssen University Library of Tromsø Agenda Background Enabling trends and technologies Desktop computing and The Semantic Web Online Social Networking and P2P Computing

More information

EFFICIENT INTEGRATION OF SEMANTIC TECHNOLOGIES FOR PROFESSIONAL IMAGE ANNOTATION AND SEARCH

EFFICIENT INTEGRATION OF SEMANTIC TECHNOLOGIES FOR PROFESSIONAL IMAGE ANNOTATION AND SEARCH EFFICIENT INTEGRATION OF SEMANTIC TECHNOLOGIES FOR PROFESSIONAL IMAGE ANNOTATION AND SEARCH Andreas Walter FZI Forschungszentrum Informatik, Haid-und-Neu-Straße 10-14, 76131 Karlsruhe, Germany, awalter@fzi.de

More information

Annotation for the Semantic Web During Website Development

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

More information

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

Ontology based Model and Procedure Creation for Topic Analysis in Chinese Language

Ontology based Model and Procedure Creation for Topic Analysis in Chinese Language Ontology based Model and Procedure Creation for Topic Analysis in Chinese Language Dong Han and Kilian Stoffel Information Management Institute, University of Neuchâtel Pierre-à-Mazel 7, CH-2000 Neuchâtel,

More information

A Formal Definition of RESTful Semantic Web Services. Antonio Garrote Hernández María N. Moreno García

A Formal Definition of RESTful Semantic Web Services. Antonio Garrote Hernández María N. Moreno García A Formal Definition of RESTful Semantic Web Services Antonio Garrote Hernández María N. Moreno García Outline Motivation Resources and Triple Spaces Resources and Processes RESTful Semantic Resources Example

More information

Ontology Extraction from Heterogeneous Documents

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

More information

Visualizing semantic table annotations with TableMiner+

Visualizing semantic table annotations with TableMiner+ Visualizing semantic table annotations with TableMiner+ MAZUMDAR, Suvodeep and ZHANG, Ziqi Available from Sheffield Hallam University Research Archive (SHURA) at:

More information

Automatic Reconstruction of the Underlying Interaction Design of Web Applications

Automatic Reconstruction of the Underlying Interaction Design of Web Applications Automatic Reconstruction of the Underlying Interaction Design of Web Applications L.Paganelli, F.Paternò C.N.R., Pisa Via G.Moruzzi 1 {laila.paganelli, fabio.paterno}@cnuce.cnr.it ABSTRACT In this paper

More information

Data Provenance in Distributed Propagator Networks

Data Provenance in Distributed Propagator Networks Data Provenance in Distributed Propagator Networks Ian Jacobi Computer Science and Artificial Intelligence Laboratory Massachusetts Institute of Technology Cambridge, MA 02139 jacobi@csail.mit.edu Abstract.

More information

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

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

More information

Comparing Provenance Data Models for Scientific Workflows: an Analysis of PROV-Wf and ProvOne

Comparing Provenance Data Models for Scientific Workflows: an Analysis of PROV-Wf and ProvOne Comparing Provenance Data Models for Scientific Workflows: an Analysis of PROV-Wf and ProvOne Wellington Oliveira 1, 2, Paolo Missier 3, Daniel de Oliveira 1, Vanessa Braganholo 1 1 Instituto de Computação,

More information

A CPN Provenance Model of Workflow: Towards Diagnosis in the Cloud

A CPN Provenance Model of Workflow: Towards Diagnosis in the Cloud A CPN Provenance Model of Workflow: Towards Diagnosis in the Cloud Yingmin Li and Omar Boucelma Laboratoire des Sciences de l Information et des Systèmes, Domaine Universitaire de Saint-Jérôme 97 CEDEX

More information

Interactive Knowledge Capture

Interactive Knowledge Capture Interactive Knowledge Capture Director, Knowledge Technologies Associate Division Director for Research Research Professor, Computer Science Intelligent Systems Division Information Sciences Institute

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

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

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

The MEG Metadata Schemas Registry Schemas and Ontologies: building a Semantic Infrastructure for GRIDs and digital libraries Edinburgh, 16 May 2003

The MEG Metadata Schemas Registry Schemas and Ontologies: building a Semantic Infrastructure for GRIDs and digital libraries Edinburgh, 16 May 2003 The MEG Metadata Schemas Registry Schemas and Ontologies: building a Semantic Infrastructure for GRIDs and digital libraries Edinburgh, 16 May 2003 Pete Johnston UKOLN, University of Bath Bath, BA2 7AY

More information

On the use of Abstract Workflows to Capture Scientific Process Provenance

On the use of Abstract Workflows to Capture Scientific Process Provenance On the use of Abstract Workflows to Capture Scientific Process Provenance Paulo Pinheiro da Silva, Leonardo Salayandia, Nicholas Del Rio, Ann Q. Gates The University of Texas at El Paso CENTER OF EXCELLENCE

More information

A New Perspective on Semantics of Data Provenance

A New Perspective on Semantics of Data Provenance A New Perspective on Semantics of Data Provenance Sudha Ram, Jun Liu 430J McClelland Hall, Department of MIS, Eller School of Management, University of Arizona, Tucson, AZ 85721 Abstract: Data Provenance

More information

BP-Diff: A Tool for Behavioral Comparison of Business Process Models

BP-Diff: A Tool for Behavioral Comparison of Business Process Models BP-Diff: A Tool for Behavioral Comparison of Business Process Models Abel Armas-Cervantes 1, Paolo Baldan 2, Marlon Dumas 1, and Luciano García-Bañuelos 1 1 Institute of Computer Science, University of

More information

Enrichment of Sensor Descriptions and Measurements Using Semantic Technologies. Student: Alexandra Moraru Mentor: Prof. Dr.

Enrichment of Sensor Descriptions and Measurements Using Semantic Technologies. Student: Alexandra Moraru Mentor: Prof. Dr. Enrichment of Sensor Descriptions and Measurements Using Semantic Technologies Student: Alexandra Moraru Mentor: Prof. Dr. Dunja Mladenić Environmental Monitoring automation Traffic Monitoring integration

More information

Semantic Exploitation of Engineering Models: An Application to Oilfield Models

Semantic Exploitation of Engineering Models: An Application to Oilfield Models Semantic Exploitation of Engineering Models: An Application to Oilfield Models Laura Silveira Mastella 1,YamineAït-Ameur 2,Stéphane Jean 2, Michel Perrin 1, and Jean-François Rainaud 3 1 Ecole des Mines

More information

Ontology Based Queries Investigating a Natural Language Interface

Ontology Based Queries Investigating a Natural Language Interface Ontology Based Queries Investigating a Natural Language Interface Ielka van der Sluis Computer Science Trinity College Dublin vdsluis@cs.tcd.ie Feikje Hielkema Computing Science University of Aberdeen

More information

Just in time and relevant knowledge thanks to recommender systems and Semantic Web.

Just in time and relevant knowledge thanks to recommender systems and Semantic Web. Just in time and relevant knowledge thanks to recommender systems and Semantic Web. Plessers, Ben (1); Van Hyfte, Dirk (2); Schreurs, Jeanne (1) Organization(s): 1 Hasselt University, Belgium; 2 i.know,

More information

W3C Workshop on the Future of Social Networking, January 2009, Barcelona

W3C Workshop on the Future of Social Networking, January 2009, Barcelona 1 of 6 06/01/2010 20:19 W3C Workshop on the Future of Social Networking, 15-16 January 2009, Barcelona John G. Breslin 1,2, Uldis Bojārs 1, Alexandre Passant, Sergio Fernández 3, Stefan Decker 1 1 Digital

More information

Medici for Digital Cultural Heritage Libraries. George Tsouloupas, PhD The LinkSCEEM Project

Medici for Digital Cultural Heritage Libraries. George Tsouloupas, PhD The LinkSCEEM Project Medici for Digital Cultural Heritage Libraries George Tsouloupas, PhD The LinkSCEEM Project Overview of Digital Libraries A Digital Library: "An informal definition of a digital library is a managed collection

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

Knowledge Representations. How else can we represent knowledge in addition to formal logic?

Knowledge Representations. How else can we represent knowledge in addition to formal logic? Knowledge Representations How else can we represent knowledge in addition to formal logic? 1 Common Knowledge Representations Formal Logic Production Rules Semantic Nets Schemata and Frames 2 Production

More information

LinDA: A Service Infrastructure for Linked Data Analysis and Provision of Data Statistics

LinDA: A Service Infrastructure for Linked Data Analysis and Provision of Data Statistics LinDA: A Service Infrastructure for Linked Data Analysis and Provision of Data Statistics Nicolas Beck, Stefan Scheglmann, and Thomas Gottron WeST Institute for Web Science and Technologies University

More information

Porting Social Media Contributions with SIOC

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

More information

An Access Control Model for Protecting Provenance Graphs

An Access Control Model for Protecting Provenance Graphs An Access Control Model for Protecting Provenance Graphs Liang Chen, Peter Edwards, John D. Nelson and Timothy J. Norman dot.rural Digital Economy Hub, University of Aberdeen, UK {l.chen, p.edwards, j.d.nelson,

More information

Durchblick - A Conference Assistance System for Augmented Reality Devices

Durchblick - A Conference Assistance System for Augmented Reality Devices Durchblick - A Conference Assistance System for Augmented Reality Devices Anas Alzoghbi 1, Peter M. Fischer 1, Anna Gossen 2, Peter Haase 2, Thomas Hornung 1, Beibei Hu 2, Georg Lausen 1, Christoph Pinkel

More information

Practical experiences towards generic resource navigation and visualization

Practical experiences towards generic resource navigation and visualization Practical experiences towards generic resource navigation and visualization Nadia Catenazzi 1, Lorenzo Sommaruga 2 1 Labi, Varese Italy nadia.catenazzi@tin.it 2 University of Applied Sciences of Southern

More information

Parmenides. Semi-automatic. Ontology. construction and maintenance. Ontology. Document convertor/basic processing. Linguistic. Background knowledge

Parmenides. Semi-automatic. Ontology. construction and maintenance. Ontology. Document convertor/basic processing. Linguistic. Background knowledge Discover hidden information from your texts! Information overload is a well known issue in the knowledge industry. At the same time most of this information becomes available in natural language which

More information

myexperiment: An ontology for e-research

myexperiment: An ontology for e-research myexperiment: An ontology for e-research David R Newman 1, Sean Bechhofer 2, David De Roure 1 1 School of Electronics and Computer Science, University of Southampton, Southampton, UK drn05r@ecs.soton.ac.uk

More information

Extension and integration of i* models with ontologies

Extension and integration of i* models with ontologies Extension and integration of i* models with ontologies Blanca Vazquez 1,2, Hugo Estrada 1, Alicia Martinez 2, Mirko Morandini 3, and Anna Perini 3 1 Fund Information and Documentation for the industry

More information

The Hoonoh Ontology for describing Trust Relationships in Information Seeking

The Hoonoh Ontology for describing Trust Relationships in Information Seeking The Hoonoh Ontology for describing Trust Relationships in Information Seeking Tom Heath 1 and Enrico Motta 2 1 Talis Information Limited Knights Court, Solihull Parkway Birmingham Business Park, B37 7YB,

More information

Browsing the Semantic Web

Browsing the Semantic Web Proceedings of the 7 th International Conference on Applied Informatics Eger, Hungary, January 28 31, 2007. Vol. 2. pp. 237 245. Browsing the Semantic Web Peter Jeszenszky Faculty of Informatics, University

More information

TopBraid EVN. A Tour of Recent Enhancements. Copyright 2014 TopQuadrant Inc. Slide 1

TopBraid EVN. A Tour of Recent Enhancements. Copyright 2014 TopQuadrant Inc. Slide 1 TopBraid EVN A Tour of Recent Enhancements 2014 Copyright 2014 TopQuadrant Inc. Slide 1 TopBraid EVN 4.5 Copyright 2014 TopQuadrant Inc. Slide 2 TopBraid Enterprise Vocabulary Net (EVN) Supports different

More information

Data is the new Oil (Ann Winblad)

Data is the new Oil (Ann Winblad) Data is the new Oil (Ann Winblad) Keith G Jeffery keith.jeffery@keithgjefferyconsultants.co.uk 20140415-16 JRC Workshop Big Open Data Keith G Jeffery 1 Data is the New Oil Like oil has been, data is Abundant

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

Transforming Enterprise Ontologies into SBVR formalizations

Transforming Enterprise Ontologies into SBVR formalizations Transforming Enterprise Ontologies into SBVR formalizations Frederik Gailly Faculty of Economics and Business Administration Ghent University Frederik.Gailly@ugent.be Abstract In 2007 the Object Management

More information

a paradigm for the Introduction to Semantic Web Semantic Web Angelica Lo Duca IIT-CNR Linked Open Data:

a paradigm for the Introduction to Semantic Web Semantic Web Angelica Lo Duca IIT-CNR Linked Open Data: Introduction to Semantic Web Angelica Lo Duca IIT-CNR angelica.loduca@iit.cnr.it Linked Open Data: a paradigm for the Semantic Web Course Outline Introduction to SW Give a structure to data (RDF Data Model)

More information

Adaptable and Adaptive Web Information Systems. Lecture 1: Introduction

Adaptable and Adaptive Web Information Systems. Lecture 1: Introduction Adaptable and Adaptive Web Information Systems School of Computer Science and Information Systems Birkbeck College University of London Lecture 1: Introduction George Magoulas gmagoulas@dcs.bbk.ac.uk October

More information

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

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

More information

STS Infrastructural considerations. Christian Chiarcos

STS Infrastructural considerations. Christian Chiarcos STS Infrastructural considerations Christian Chiarcos chiarcos@uni-potsdam.de Infrastructure Requirements Candidates standoff-based architecture (Stede et al. 2006, 2010) UiMA (Ferrucci and Lally 2004)

More information

Exploring the Generation and Integration of Publishable Scientific Facts Using the Concept of Nano-publications

Exploring the Generation and Integration of Publishable Scientific Facts Using the Concept of Nano-publications Exploring the Generation and Integration of Publishable Scientific Facts Using the Concept of Nano-publications Amanda Clare 1,3, Samuel Croset 2,3 (croset@ebi.ac.uk), Christoph Grabmueller 2,3, Senay

More information

Description of CORE Implementation in Java

Description of CORE Implementation in Java Partner s name: Istat WP number and name: WP6 Implementation library for generic interface and production chain for Java Deliverable number and name: 6.1 Description of Implementation in Java Description

More information

Semantic Web: vision and reality

Semantic Web: vision and reality Semantic Web: vision and reality Mile Jovanov, Marjan Gusev Institute of Informatics, FNSM, Gazi Baba b.b., 1000 Skopje {mile, marjan}@ii.edu.mk Abstract. Semantic Web is set of technologies currently

More information

Annotation Component in KiWi

Annotation Component in KiWi Annotation Component in KiWi Marek Schmidt and Pavel Smrž Faculty of Information Technology Brno University of Technology Božetěchova 2, 612 66 Brno, Czech Republic E-mail: {ischmidt,smrz}@fit.vutbr.cz

More information

Extracting knowledge from Ontology using Jena for Semantic Web

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

More information

Demo: Linked Open Statistical Data for the Scottish Government

Demo: Linked Open Statistical Data for the Scottish Government Demo: Linked Open Statistical Data for the Scottish Government Bill Roberts 1 1 Swirrl IT Limited http://swirrl.com Abstract. This paper describes the approach taken by the Scottish Government, supported

More information

The RMap Project: Linking the Products of Research and Scholarly Communication Tim DiLauro

The RMap Project: Linking the Products of Research and Scholarly Communication Tim DiLauro The RMap Project: Linking the Products of Research and Scholarly Communication 2015 04 22 Tim DiLauro Motivation Compound objects fast becoming the norm for outputs of scholarly communication.

More information

Interoperability ~ An Introduction

Interoperability ~ An Introduction Interoperability ~ An Introduction Cyndy Chandler Biological and Chemical Oceanography Data Management Office (BCO-DMO) Woods Hole Oceanographic Institution 26 July 2008 MMI OOS Interoperability Planning

More information

Towards Green Linked Data

Towards Green Linked Data Towards Green Linked Data Julia Hoxha 1, Anisa Rula 2, and Basil Ell 1 1 Institute AIFB, Karlsruhe Institute of Technology, {julia.hoxha, basil.ell}@kit.edu, 2 Dipartimento di Informatica Sistemistica

More information

Reasoning on Business Processes and Ontologies in a Logic Programming Environment

Reasoning on Business Processes and Ontologies in a Logic Programming Environment Reasoning on Business Processes and Ontologies in a Logic Programming Environment Michele Missikoff 1, Maurizio Proietti 1, Fabrizio Smith 1,2 1 IASI-CNR, Viale Manzoni 30, 00185, Rome, Italy 2 DIEI, Università

More information

Prov Viewer: a graph-based visualization tool for interactive exploration of provenance data

Prov Viewer: a graph-based visualization tool for interactive exploration of provenance data Prov Viewer: a graph-based visualization tool for interactive exploration of provenance data Troy Kohwalter 1, Thiago Oliveira 1, Juliana Freire 2, Esteban Clua 1, Leonardo Murta 1 1 Instituto de Computação,

More information

WoPeD - A Proof-of-Concept Platform for Experimental BPM Research Projects

WoPeD - A Proof-of-Concept Platform for Experimental BPM Research Projects WoPeD - A Proof-of-Concept Platform for Experimental BPM Research Projects Thomas Freytag, Cooperative State University (DHBW) Karlsruhe, Germany freytag@dhbw-karlsruhe.de Philip Allgaier, bpcompass GmbH,

More information

EUDAT B2FIND A Cross-Discipline Metadata Service and Discovery Portal

EUDAT B2FIND A Cross-Discipline Metadata Service and Discovery Portal EUDAT B2FIND A Cross-Discipline Metadata Service and Discovery Portal Heinrich Widmann, DKRZ DI4R 2016, Krakow, 28 September 2016 www.eudat.eu EUDAT receives funding from the European Union's Horizon 2020

More information

: Semantic Web (2013 Fall)

: Semantic Web (2013 Fall) 03-60-569: Web (2013 Fall) University of Windsor September 4, 2013 Table of contents 1 2 3 4 5 Definition of the Web The World Wide Web is a system of interlinked hypertext documents accessed via the Internet

More information

Programming the Semantic Web

Programming the Semantic Web Programming the Semantic Web Steffen Staab, Stefan Scheglmann, Martin Leinberger, Thomas Gottron Institute for Web Science and Technologies, University of Koblenz-Landau, Germany Abstract. The Semantic

More information

Terminologies, Knowledge Organization Systems, Ontologies

Terminologies, Knowledge Organization Systems, Ontologies Terminologies, Knowledge Organization Systems, Ontologies Gerhard Budin University of Vienna TSS July 2012, Vienna Motivation and Purpose Knowledge Organization Systems In this unit of TSS 12, we focus

More information

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

webqda v3 - Distinguishing features

webqda v3 - Distinguishing features webqda v3 - Distinguishing features This document is intended to be read in conjunction with the Choosing a CAQDAS Package Working Paper which provides a more general commentary of common CAQDAS functionality.

More information

A SMIL Editor and Rendering Tool for Multimedia Synchronization and Integration

A SMIL Editor and Rendering Tool for Multimedia Synchronization and Integration A SMIL Editor and Rendering Tool for Multimedia Synchronization and Integration Stephen J.H. Yang 1, Norman W.Y. Shao 2, Kevin C.Y. Kuo 3 National Central University 1 National Kaohsiung First University

More information

Finding Similarity and Comparability from Merged Hetero Data of the Semantic Web by Using Graph Pattern Matching

Finding Similarity and Comparability from Merged Hetero Data of the Semantic Web by Using Graph Pattern Matching Finding Similarity and Comparability from Merged Hetero Data of the Semantic Web by Using Graph Pattern Matching Hiroyuki Sato, Kyoji Iiduka, Takeya Mukaigaito, and Takahiko Murayama Information Sharing

More information

> Semantic Web Use Cases and Case Studies

> Semantic Web Use Cases and Case Studies > Semantic Web Use Cases and Case Studies Case Study: Improving Web Search using Metadata Peter Mika, Yahoo! Research, Spain November 2008 Presenting compelling search results depends critically on understanding

More information