AOP-Wiki-workshop

VHP4Safety

AOP-Wiki-workshop

Go to https://marvinm2.github.io/AOP-Wiki-workshop.

Welcome to the Workshop on automated access to AOP-Wiki contents! This repository provides all the materials you need to explore and interact with the AOP services, including the SPARQL endpoint, SNORQL User Interface (UI), and RESTful API with Swagger UI. Whether you are new to AOP-Wiki or looking to deepen your understanding of its data querying capabilities, this workshop offers structured exercises and resources to guide you through each tool.

Explore the exercises below and select the option that best fits your learning goals.

Workshop Overview

The AOP-Wiki serves as a comprehensive repository of Adverse Outcome Pathways (AOPs), which are essential for understanding toxicodynamic processes and informing risk assessments. This workshop is designed to help you effectively query and extract data from AOP-Wiki using various tools and interfaces which are hosted on the VHP4Safety platform.

You will gain practical experience with:

Option A: AOP-Wiki SPARQL

This section focuses on the fundamentals of linked data and how to use SPARQL to query the AOP-Wiki database. You will learn how to write and execute SPARQL queries to extract specific data, understand the AOP-Wiki RDF schema, and explore the relationships between different entities in the database.

Start AOP-Wiki SPARQL Exercises

If you are interested in a broader introduction to SPARQL, consider exploring this general workshop: SPARQL introduction workshop

Option B: AOP-Wiki SNORQL

This section introduces you to the SNORQL User Interface (UI), a powerful tool that simplifies interaction with the AOP-Wiki database. You will learn how to use the SNORQL UI to run and adapt pre-configured queries, explore data interactively, and understand the underlying SPARQL queries without writing code.

Start AOP-Wiki SNORQL Exercises

Key Features:

Option C: AOP-Wiki RESTful API with Swagger UI

In this section, you will learn how to interact with the AOP-Wiki database programmatically using the RESTful API, using the Swagger UI. This option is ideal for users who want to integrate AOP-Wiki data into their own applications, automate data retrieval, or use tools like Python or R to process the data.

Start AOP-Wiki API Exercises