University of Southampton Research Repository Eprints Soton

Total Page:16

File Type:pdf, Size:1020Kb

University of Southampton Research Repository Eprints Soton University of Southampton Research Repository ePrints Soton Copyright © and Moral Rights for this thesis are retained by the author and/or other copyright owners. A copy can be downloaded for personal non-commercial research or study, without prior permission or charge. This thesis cannot be reproduced or quoted extensively from without first obtaining permission in writing from the copyright holder/s. The content must not be changed in any way or sold commercially in any format or medium without the formal permission of the copyright holders. When referring to this work, full bibliographic details including the author, title, awarding institution and date of the thesis must be given e.g. AUTHOR (year of submission) "Full thesis title", University of Southampton, name of the University School or Department, PhD Thesis, pagination http://eprints.soton.ac.uk UNIVERSITY OF SOUTHAMPTON The Building and Application of a Semantic Platform for an e-Research Society by David R. Newman A thesis submitted in partial fulfillment for the degree of Doctor of Philosophy in the Faculty of Physical and Applied Sciences Electronics and Computer Science October 2011 UNIVERSITY OF SOUTHAMPTON ABSTRACT FACULTY OF PHYSICAL AND APPLIED SCIENCES ELECTRONICS AND COMPUTER SCIENCE Doctor of Philosophy by David R. Newman This thesis reviews the area of e-Research (the use of electronic infrastructure to support research) and considers how the insight gained from the development of social network- ing sites in the early 21st century might assist researchers in using this infrastructure. In particular it examines the myExperiment project, a website for e-Research that al- lows users to upload, share and annotate workflows and associated files, using a social networking framework. This Virtual Organisation (VO) supports many of the attributes required to allow a community of users to come together to build an e-Research society. The main focus of the thesis is how the emerging society that is developing out of my- Experiment could use Semantic Web technologies to provide users with a significantly richer representation of their research and research processes to better support repro- ducible research. One of the initial major contributions was building an ontology for myExperiment. Through this it became possible to build an API for generating and delivering this richer representation and an interface for querying it. Having this richer representation it has been possible to follow Linked Data principles to link up with other projects that have this type of representation. Doing this has allowed additional data to be provided to the user and has begun to set in context the data produced by myExperiment. The way that the myExperiment project has gone about this task and consideration of how changes may affect existing users, is another major contribution of this thesis. Adding a semantic representation to an emergent e-Research society like myExperiment, has given it the potential to provide additional applications. In particular the capabil- ity to support Research Objects, an encapsulation of a scientist's research or research process to support reproducibility. The insight gained by adding a semantic represen- tation to myExperiment, has allowed this thesis to contribute towards the design of the architecture for these Research Objects that use similar Semantic Web technologies. iv The myExperiment ontology has been designed such that it can be aligned with other ontologies. Scientific Discourse, the collaborative argumentation of different claims and hypotheses, with the support of evidence from experiments, to construct, confirm or disprove theories requires the capability to represent experiments carried out in silico. This thesis discusses how, as part of the HCLS Scientific Discourse subtask group, the myExperiment ontology has begun to be aligned with other scientific discourse ontolo- gies to provide this capability. It also compares this alignment of ontologies with the architecture for Research Objects. This thesis has also examines how myExperiment's Linked Data and that of other projects can be used in the design of novel interfaces. As a theoretical exercise, it consid- ers how this Linked Data might be used to support a Question-Answering system, that would allow users to query myExperiment's data in a more efficient and user-friendly way. It concludes by reviewing all the steps undertaken to provide a semantic platform for an emergent e-Research society to facilitate the sharing of research and its processes to support reproducible research. It assesses their contribution to enhancing the features provided by myExperiment, as well as e-Research as a whole. It considers how the contributions provided by this thesis could be extended to produce additional tools that will allow researchers to make greater use of the rich data that is now available, in a way that enhances their research process rather than significantly changing it or adding extra workload. Contents Declaration of Authorship xv Acknowledgements xvii 1 Introduction 1 1.1 Research Contributions . .3 2 An e-Research Society 5 2.1 e-Research . .6 2.1.1 CombeChem - Structure-Property Mapping . .7 2.1.1.1 eCrystals Archive . .7 2.1.1.2 Electronic Lab Notebook . .8 2.1.1.3 The SmartTea Project . .9 2.1.1.4 CombeChem and the AKT Project . 10 2.1.1.5 Other CombeChem Projects . 11 2.1.2 myGrid: Directly Supporting the e-Scientist . 12 2.1.2.1 Transparent Access to Multiple Bioinformatics Informa- tion Sources (TAMBIS) . 13 2.1.2.2 The myTea Project . 14 2.1.2.3 Taverna Workbench . 15 2.1.3 e-Research and the Semantic Web . 17 2.1.4 Socializing e-Research . 17 2.2 Social Networking . 19 2.2.1 Social Networking on the Web . 19 2.2.2 Social Networking Websites . 20 2.2.3 The Pros and Cons of Social Networking Websites . 22 2.2.4 Social Networking for e-Research Community . 24 2.3 The myExperiment Project . 26 2.3.1 The myExperiment Model . 28 2.3.2 myExperiment's REST API . 30 2.3.3 Comparisons to Drupal . 32 2.3.4 myExperiment into the Future . 34 3 A Society with Semantics 37 3.1 Semantic Web Technologies . 38 3.1.1 RDF and RDF Schema . 38 3.1.2 OWL . 39 3.1.3 Data, Information and Knowledge . 40 v vi CONTENTS 3.1.3.1 How RDF turns Data into Information . 40 3.1.3.2 How OWL turns Information into Knowledge . 41 3.1.4 Semantic Web Rule Language (SWRL) . 41 3.1.5 RDF Triplestores . 42 3.1.5.1 Triplestore Applications . 43 3.1.5.2 Triplestore Querying . 44 3.1.6 Schemas and Ontologies for an e-Research Society . 45 3.1.6.1 Dublin Core . 45 3.1.6.2 Simple Knowledge Organisation System (SKOS) . 46 3.1.6.3 Friend of a Friend (FOAF) . 47 3.1.6.4 Semantically-Interlinked Online Communities (SIOC) . 48 3.1.6.5 Creative Commons . 50 3.1.6.6 Open Archives Initiative - Object Reuse and Exchange (OAI-ORE) . 50 3.1.6.7 Open Annotations Collaboration . 52 3.1.7 Linked Data . 53 3.1.7.1 The DBPedia Project . 54 3.1.7.2 Vocabulary of Interlinked Datasets (VoID) . 55 3.1.7.3 Co-reference Resolution . 55 3.2 Adding Semantics to myExperiment . 57 3.2.1 The myExperiment Ontology . 57 3.2.1.1 Reusing Ontologies . 57 3.2.1.2 Simple Network Access Rights Management (SNARM) Ontology . 57 3.2.1.3 Base Module . 59 3.2.1.4 Extension Modules . 62 3.2.1.5 Specific Module . 65 3.2.1.6 Promoting Reuse . 66 3.2.1.7 The Evolution and Evaluation of the myExperiment On- tology . 68 3.2.1.8 Comparisons to Drupal RDF . 69 3.2.2 myExperiment's RDF API and SPARQL Endpoint . 71 3.2.3 myExperiment Linked Data . 74 3.2.4 A Semantic myExperiment . 82 4 Applications of a Semantic Platform for an e-Research Society 85 4.1 Research Objects (ROs) . 87 4.1.1 The Features of ROs . 88 4.1.2 Types of RO . 89 4.1.3 From myExperiment Packs to Research Objects . 90 4.1.4 The Future of ROs and myExperiment . 91 4.2 Scientific Discourse . 96 4.2.1 Scientific Discourse and the Semantic Web . 96 4.2.2 Alignment of Scientific Discourse Related Ontologies . 100 4.2.2.1 Online Communities . 101 4.2.2.2 Discourse Models . 101 4.2.2.3 Bibliographic Citations . 104 CONTENTS vii 4.2.2.4 Curation . 105 4.2.2.5 Experimental Data . 106 4.2.2.6 SCientific ARticle of The Future (SCARF) . 110 4.2.3 Research Objects for Scientific Discourse . 111 4.3 Question-Answering Systems for e-Research Societies . 113 4.3.1 Natural Language Processing . 115 4.3.2 Inherent Issues with QA Systems . 116 4.3.3 A Brief History of QA Systems . 119 4.3.4 Tools for NLP . 121 4.3.5 Web and Semantic Web based QA Systems . 123 4.3.6 A Potential Question-Answering (QA) System for myExperiment . 130 4.3.7 Research Objects for Questions . 136 5 Conclusions 139 5.1 Research Outcomes . 147 5.2 Further Work . 148 A myExperiment Data and Specifications 151 A.1 myExperiment REST API Responses . 151 A.1.1 Example Workflow REST API Response . 151 A.2 myExperiment Ontology Modules . 152 A.2.1 Simple Network Access Rights Management (SNARM) Ontology Module . 152 A.2.2 Base Ontology Module . 155 A.2.3 Attribution and Credit Ontology Module . 176 A.2.4 Annotations Ontology Module . 180 A.2.5 Contributions Ontology Module . 188 A.2.6 Packs Ontology Module . 193 A.2.7 Experiments Ontology Module .
Recommended publications
  • The Design and Realisation of the Myexperiment Virtual Research Environment for Social Sharing of Workflows
    The Design and Realisation of the myExperiment Virtual Research Environment for Social Sharing of Workflows David De Roure a Carole Goble b Robert Stevens b aUniversity of Southampton, UK bThe University of Manchester, UK Abstract In this paper we suggest that the full scientific potential of workflows will be achieved through mechanisms for sharing and collaboration, empowering scientists to spread their experimental protocols and to benefit from those of others. To facilitate this process we have designed and built the myExperiment Virtual Research Environ- ment for collaboration and sharing of workflows and experiments. In contrast to systems which simply make workflows available, myExperiment provides mecha- nisms to support the sharing of workflows within and across multiple communities. It achieves this by adopting a social web approach which is tailored to the par- ticular needs of the scientist. We present the motivation, design and realisation of myExperiment. Key words: Scientific Workflow, Workflow Management, Virtual Research Environment, Collaborative Computing, Taverna Workflow Workbench 1 Introduction Scientific workflows are attracting considerable attention in the community. Increasingly they support scientists in advancing research through in silico ex- perimentation, while the workflow systems themselves are the subject of ongo- ing research and development (1). The National Science Foundation Workshop on the Challenges of Scientific Workflows identified the potential for scientific advance as workflow systems address more sophisticated requirements and as workflows are created through collaborative design processes involving many scientists across disciplines (2). Rather than looking at the application or ma- chinery of workflow systems, it is this dimension of collaboration and sharing that is the focus of this paper.
    [Show full text]
  • Semantic Web: a Review of the Field Pascal Hitzler [email protected] Kansas State University Manhattan, Kansas, USA
    Semantic Web: A Review Of The Field Pascal Hitzler [email protected] Kansas State University Manhattan, Kansas, USA ABSTRACT which would probably produce a rather different narrative of the We review two decades of Semantic Web research and applica- history and the current state of the art of the field. I therefore do tions, discuss relationships to some other disciplines, and current not strive to achieve the impossible task of presenting something challenges in the field. close to a consensus – such a thing seems still elusive. However I do point out here, and sometimes within the narrative, that there CCS CONCEPTS are a good number of alternative perspectives. The review is also necessarily very selective, because Semantic • Information systems → Graph-based database models; In- Web is a rich field of diverse research and applications, borrowing formation integration; Semantic web description languages; from many disciplines within or adjacent to computer science, Ontologies; • Computing methodologies → Description log- and a brief review like this one cannot possibly be exhaustive or ics; Ontology engineering. give due credit to all important individual contributions. I do hope KEYWORDS that I have captured what many would consider key areas of the Semantic Web field. For the reader interested in obtaining amore Semantic Web, ontology, knowledge graph, linked data detailed overview, I recommend perusing the major publication ACM Reference Format: outlets in the field: The Semantic Web journal,1 the Journal of Pascal Hitzler. 2020. Semantic Web: A Review Of The Field. In Proceedings Web Semantics,2 and the proceedings of the annual International of . ACM, New York, NY, USA, 7 pages.
    [Show full text]
  • Scientific Social Objects the Social Objects and Multidimensional Network of the Myexperiment Website
    Scientific Social Objects The Social Objects and Multidimensional Network of the myExperiment Website David De Roure Sean Bechhofer and Carole Goble David Newman Oxford e-Research Centre School of Computer Science Electronics and Computer Science University of Oxford The University of Manchester University of Southampton Oxford, UK Manchester, UK Southampton, UK [email protected] [email protected] [email protected] Abstract— Scientific research is increasingly conducted digitally content, and with nearly 2000 workflows it provides the largest and online, and consequently we are seeing the emergence of new collection available. It is, however, characteristically a digital objects shared as part of the conduct and discourse of ‘boutique’ site with a specialist audience. science. These Scientific Social Objects are more than lumps of domain-specific data: they may comprise multiple components We propose that workflows, and myExperiment as a which can also be shared separately and independently, and some resource, provide a useful case study in scientific social contain descriptions of scientific processes from which new objects. Workflows are indeed social objects that are shared objects will be generated. Using the myExperiment social website and used by researchers, but significantly they are composite as a case study we explore Scientific Social Objects and discuss objects containing heterogeneous components which can be their evolution. shared separately and independently. Since they capture process they are also prescriptions for the creation of other Keywords—Scientific Social Object; workflow; Research Object objects. This distinguishes them from an object type such as a photo or collection of photos. I.
    [Show full text]
  • Conceptual Open Hypermedia = Semantic Web?
    Conceptual Open Hypermedia = Semantic Web? Carole Goble, Sean Bechhofer Information Management Group University of Manchester, UK Leslie Carr, Wendy Hall, David De Roure Intelligence, Agents, Multimedia Group University of Southampton, UK Take Home Message • The Semantic Web is a Web – a collection of linked nodes. • People will use it as well as agents, and for them, navigation of links is a key mechanism for exploring the space. Question • Can we use semantic metadata to support the construction of our hypertexts… • …and if so, does it help? Technologies for the Semantic Web Three pieces needed for implementing the Semantic Web: • Ontologies • Hypertext Architecture • Web Framework Ontologies Hypertext Web Framework Architecture Ontologies • The Semantic Web relies on the provision of Semantics. • Representations and tools are thus required for the – delivery; – construction; Ontologies – maintenance; – management of ontologies Hypertext Web Framework Architecture Hypertext Architecture • The Semantic Web is a Web. • Thus we need an underlying architecture supporting the notion of nodes and links. Ontologies Hypertext Web Framework Architecture Web Framework • A delivery mechanism that: – conforms to existing standards; – can scale Ontologies Hypertext Web Framework Architecture Historical Combinations • Open Hypermedia Systems and Link Services. – DLS – XLink • Ontology Services for document metadata. Ontologies – DAML+OIL, RDFS – SHOE, On2Broker • Conceptual Hypermedia – Nanard Hypertext – Tudhope Web Framework Architecture • The Semantic Web? COHSE Philosophy • Metadata can provide a mechanism not only for the support of resource discovery, but also for the provision of source anchors. • Annotation allows both linking into and out of a resource. Resource Discovery Link Construction COHSE Prototype System • A software agent that generates and presents links on behalf of both an author and a reader.
    [Show full text]
  • James A. Hendler, Phd
    James A. Hendler, PhD Tetherless World Professor & Director, Rensselaer Institute for Data Exploration and Applications Rensselaer Polytechnic Institute [email protected] US citizen, Security Clearance (on request) 518-276-4401 phone Social Security # (on request) 518-276-4464 Fax http://www.cs.rpi.edu/~hendler Twitter: @jahendler Education May, 1986 Department of Computer Science, Brown University, Providence, Rhode Island. PhD -- Computer Science, Artificial Intelligence. Thesis title: Integrating Marker-Passing and Problem-Solving: A Spreading Activation Approach to Improved Choice in Planning. May, 1983 Department of Computer Science, Brown University, Providence, Rhode Island. ScM -- Computer Science, Artificial Intelligence. Thesis project: Implementation of a pseudo-parallel marker-passing system within a frame representation language. May, 1982 Psychology Department, Southern Methodist University, Dallas, Tx. MS -- Cognitive Psychology, Human Factors Engineering. Thesis title: The Effects of a System-Imposed Grammatical Restriction on Interactive Natural Language Dialog May, 1978 Department of Computer Science, Yale University, New Haven, Ct. BS -- Computer Science, Artificial Intelligence. Experience in Higher Education 2007–pres. Rensselaer Polytechnic University (RPI) 1/07 – pres, Tetherless World Constellation Chair (Endowed), joint positions in computer and cognitive science departments 9/10 – 7/12, Program Director, Information Technology and Web Science 7/12 – 9/13, Department Head, Computer Science 9/13 –pres, Director, Institute for Data Exploration and Applications Affiliate faculty, Experimental Media and Performing Arts Center (2009- ) Affiliate, Industrial and System Engineering (2015 - ) Affiliate faculty, Center for Materials, Devices, and Integrated Systems (2015- ) 1 1986-12/06 University of Maryland, College Park 8/99-12/06. Full Professor, 8/92-7/99. Associate Professor 1/86-8/92, Assistant Professor Director, Joint Institute for Knowledge Discovery, 1/04-12/06.
    [Show full text]
  • Lessons from Myexperiment: Two Insights Into Emerging E-Research Practice
    Lessons from myExperiment: Two insights into emerging e-Research practice Lessons from myExperiment: Two insights into emerging e-Research practice David De Roure Carole Goble University of Southampton University of Manchester Southampton, UK Manchester, UK [email protected] [email protected] Abstract. The design of the myExperiment social web site for scientists adopted the Web 2.0 design principles, investigating the question: does Web 2.0 work for scientists? Two years later the site has thousands of users and the largest public collection of scientific workflows of its kind. Here we reflect on two of the Web 2.0 design principles and the insights we have gained into Web 2.0 for researchers. They reveal new forms of sharable object and new ways of assembling data and services. 1. Introduction The myExperiment Virtual Research Environment [1] has successfully adopted a Web 2.0 approach in delivering a social web site where scientists can safely publish their scientific workflows and other artefacts, share them with groups and find those of others. While it shares many characteristics with other Web 2.0 sites, the myExperiment’s distinctive features to meet the needs of its research user base are support for credit, attributions and licensing, fine control over privacy, a federation model and the ability to execute workflows. The myExperiment design was consistent with the Web 2.0 design patterns described by O’Reilly [2], a process we reported at the outset of the project [3]. A prototype was launched in July 2007 to gather requirements, and the current www.myexperiment.org site went live after a further 5 months of development and has since evolved substantially in “perpetual beta”.
    [Show full text]
  • Conceptual Open Hypermedia = the Semantic Web?
    Conceptual Open Hypermedia = The Semantic Web? Carole Goble, Sean Bechhofer Les Carr, David De Roure, Wendy Hall Information Management Group Intelligence, Agents, Multimedia Department of Computer Science Department of Electronics and Computer Science, University of Manchester University of Southampton, Oxford Road Southampton SO17 1BJ, UK Manchester M13 9PL, UK +44 23 8059 3255 +44 161 275 2000 {carole, seanb}@cs.man.ac.uk {lac, dder, wh}@ecs.soton.ac.uk ABSTRACT 1. INTRODUCTION The Semantic Web is still a web, a collection of linked nodes. The Semantic Web—a web of data defined and linked in such Navigation of links is currently, and will remain for humans if a way that its meaning is explicitly interpretable by software not machines, a key mechanism for exploring the space. The processes rather than just being implicitly interpretable by Semantic Web is viewed by many as a knowledge base, a humans—is a vision held by many and articulated by Tim database or an indexed and searchable document collection; in Berners Lee [5]. The issues surrounding the implementation the work discussed here we view it as a hypertext. of the Semantic Web are the focus of much current research. Much of this work, however, focuses on particular issues such The aim of the COHSE project is to research into methods to as the implementation and representation of metadata, for improve significantly the quality, consistency and breadth of example the OIL and DAML web languages [12, 15] or the linking of Web documents at retrieval time (as readers browse activity of resource discovery, i.e.
    [Show full text]
  • GGF11 Semantic Grid Applications Workshop
    GGF11 Semantic Grid Applications Workshop Honolulu June 10, 2004 Editors: Danius Michaelides Luc Moreau Coordinators: David De Roure Simon Cox Geoffrey Fox Carole Goble Workshop organizers The workshop is being held by the GGF Semantic Grid Research Group (SEM-RG) in conjunction with the Applications and Testbeds Working Group (APPS-RG). The Workshop Co-Chairs are: David De Roure (Chair) Semantic Grid Research Group Geoffrey Fox Grid Computing Environments and Semantic Grid Research Groups Carole Goble Semantic Grid Research Group Simon J. Cox Applications Working Group Proceedings Luc Moreau (proceedings chair) University of Southampton, UK Danius Michaelides (submission chair) University of Southampton, UK Program Committee Mark Baker University of Portsmouth, UK Jim Blythe Information Sciences Institute, USC William Johnston Lawrence Berkeley National Laboratory Kerstin Kleese CLRC Daresbury Laboratory, UK Libby Miller ILRT, University of Bristol, UK Jim Myers Pacific Northwest National Laboratory Marlon Pierce Indiana University i Table of Contents Foreword to the GGF11 Semantic Grid Applications Workshop. iii David De Roure Designing Ontologies and Distributed Resource Discovery Services for an Earthquake Simulation Grid. 1 Mehmet S. Aktas, Marlon Pierce, Geoffrey C. Fox Collaborative Tools in the Semantic Grid. 7 Michelle Bachler, Jessica Chen-Burger, David De Roure, Simon Buck- ingham Shum, Jeff Dalton, Danius Michaelides, Marc Eisenstadt, Kevin Page, Stephen Potter, Jiri Komzak, Austin Tate, Nigel Shad- bolt Distributed Data Management and Integration Framework: The Mo- bius Project. 20 Shannon Hastings, Stephen Langella, Scott Oster, Joel Saltz Interoperability and Transformability through Semantic Annotation of a Job Description Language. .39 Jeffrey Hau, William Lee, Steven Newhouse Using the Semantic Grid to Buildp Bridges between Museums and Indigenous Communities.
    [Show full text]
  • The Semantic Grid: Enabling E-Science
    The Semantic Grid: Enabling e-Science David De Roure University of Southampton www.semanticgrid.org PDF 檔案以 "pdfFactory Pro" 試用版建立 www.pdffactory.com Outline 1. The ambition 2. Enabling Technologies n Grid n Semantic Web 3. Semantic Grid 4. Are we there yet? 5. The Future May 2006 ISGC 2 PDF 檔案以 "pdfFactory Pro" 試用版建立 www.pdffactory.com Outline 1. The ambition 2. Enabling Technologies n Grid n Semantic Web 3. Semantic Grid 4. Are we there yet? 5. The Future May 2006 ISGC 3 PDF 檔案以 "pdfFactory Pro" 試用版建立 www.pdffactory.com Vision: e-Science e-Science is about global collaboration in key areas of science and the next generation of [computing] infrastructure that will enable it. e-Science will change the dynamic of the way science is undertaken. John Taylor, Director General of UK Research Councils in 2001 May 2006 ISGC 4 PDF 檔案以 "pdfFactory Pro" 試用版建立 www.pdffactory.com Vision: Grid Grid computing has emerged as an important new field, distinguished from conventional distributed computing by its focus on large-scale resource sharing, innovative applications, and, in some cases, high- performance orientation...we [define] the "Grid problem”…as flexible, secure, coordinated resource sharing among dynamic collections of individuals, institutions, and resources -what we refer to as virtual organizations From "The Anatomy of the Grid: Enabling Scalable Virtual Organizations" by Foster, Kesselmanand Tuecke May 2006 ISGC 5 PDF 檔案以 "pdfFactory Pro" 試用版建立 www.pdffactory.com Requirements These visions require an infrastructure for flexible, coordinated
    [Show full text]
  • Understanding and Combating Decay in Taverna Workflows
    The University of Manchester Research Why workflows break — understanding and combating decay in Taverna workflows DOI: 10.1109/eScience.2012.6404482 Document Version Accepted author manuscript Link to publication record in Manchester Research Explorer Citation for published version (APA): Zhao, J., Gomez-perez, J. M., Belhajjame, K., Klyne, G., Garcia-cuesta, E., Garrido, A., Hettne, K., Roos, M., De Roure, D., & Goble, C. (2012). Why workflows break — understanding and combating decay in Taverna workflows. 1-9. Paper presented at 2012 IEEE 8th International Conference on E-Science (e-Science), . https://doi.org/10.1109/eScience.2012.6404482 Citing this paper Please note that where the full-text provided on Manchester Research Explorer is the Author Accepted Manuscript or Proof version this may differ from the final Published version. If citing, it is advised that you check and use the publisher's definitive version. General rights Copyright and moral rights for the publications made accessible in the Research Explorer are retained by the authors and/or other copyright owners and it is a condition of accessing publications that users recognise and abide by the legal requirements associated with these rights. Takedown policy If you believe that this document breaches copyright please refer to the University of Manchester’s Takedown Procedures [http://man.ac.uk/04Y6Bo] or contact [email protected] providing relevant details, so we can investigate your claim. Download date:28. Sep. 2021 Why Workflows Break - Understanding
    [Show full text]
  • How Semantic Web Knowledge Technologies Might Improve Natural Language Querying Systems
    UNIVERSITY OF SOUTHAMPTON Faculty of Engineering, Science and Mathematics School of Electronics and Computer Science A progress report submitted for continuation towards a PhD Supervisor: Prof. David De Roure Examiner: TBC How Semantic Web Knowledge Technologies Might Improve Natural Language Querying Systems by David R. Newman July 19, 2006 UNIVERSITY OF SOUTHAMPTON ABSTRACT FACULTY OF ENGINEERING, SCIENCE AND MATHEMATICS SCHOOL OF ELECTRONICS AND COMPUTER SCIENCE A progress report submitted for continuation towards a PhD by David R. Newman Natural Language (NL) querying has an extensive history, which this report reviews to determine what constitutes a NL querying system. It then examines Semantic Web (SW) knowledge technologies and considers how these may be used to improve an NL querying system. This report looks at the CombeChem project for an example of how these knowledge technologies can be used. Then it describes the partial implementation of a NL querying system using SW knowledge technologies. The report concludes by considering some applications that may benefit from this type of of NL querying system and how, through the use of ontologies, some of the inherent flaws in existing NL querying systems can be resolved. The report finishes my laying out a plan for future work. Contents 1 Introduction 1 2 Natural Language (NL) Querying 3 2.1 The Origins of NL Querying . 3 2.2 NL Querying Pros and Cons . 4 2.3 The Data Flow of a NL Querying System . 5 2.3.1 Natural Language Parsers (NLPs) . 5 2.3.2 NLP Output Evaluation . 8 2.3.3 Terminology Standardisation . 9 2.3.4 Machine-Readable (M-R) Query Generation .
    [Show full text]
  • Workflow-Centric Research Objects: First Class Citizens in Scholarly
    Workflow-Centric Research Objects: First Class Citizens in Scholarly Discourse Khalid Belhajjame1, Oscar Corcho2, Daniel Garijo2, Jun Zhao4, Paolo Missier9, David Newman5, Ra´ulPalma6, Sean Bechhofer1, Esteban Garc´ıa Cuesta3, Jos´eManuel G´omez-P´erez3, Graham Klyne4, Kevin Page4, Marco Roos7, Jos´eEnrique Ruiz8, Stian Soiland-Reyes1, Lourdes Verdes-Montenegro8, David De Roure4, Carole A. Goble1 1 University of Manchester, UK. 2 Ontology Engineering Group, Universidad Polit´ecnicade Madrid, Spain. 3 iSOCO, Spain. 4 University of Oxford, UK. 6 Poznan Supercomputing and Networking Center, Poland. 7 Leiden University Medical Centre, Netherlands. 8 Instituto de Astrof´ısicade Andaluc´ıa,CSIC, Spain. 9 Newcastle University, UK. [email protected] Abstract. A workflow-centric research object bundles a workflow, the provenance of the results obtained by its enactment, other digital objects that are relevant for the experiment (papers, datasets, etc.), and anno- tations that semantically describe all these objects. In this paper, we propose a model to specify workflow-centric research objects, and show how the model can be grounded using semantic technologies and exist- ing vocabularies, in particular the Object Reuse and Exchange (ORE) model and the Annotation Ontology (AO). We describe the life-cycle of a research object, which resembles the life-cycle of a scientific experiment. 1 Introduction Scientific workflows are used to describe series of structured activities and com- putations that arise in scientific problem-solving, providing scientists from vir- tually any discipline with a means to specify and enact their experiments [3]. From a computational perspective, such experiments (workflows) can be defined as directed acyclic graphs where the nodes correspond to analysis operations, which can be supplied locally or by third party web services, and where the edges specify the flow of data between those operations.
    [Show full text]