# Databus Mods

Description and Demo for Databus Mods (incl/ Ontology and Process) Contains a working mod to check whether all download links are working. Please post ideas and endeavours to mod in the [DBpedia Forum](https://forum.dbpedia.org)

The **documentation** can be viewed as [Gitbook](https://dbpedia.gitbook.io/databus/v/mods/overview/readme)

and for **full detailed information** in the master's thesis of Marvin Hofer ["Databus Mods - Linked Data-driven Enrichment of Metadata"](https://svn.aksw.org/papers/2021/databus-mods-thesis/public.pdf)

## Structure

The project contains the following modules:

* [`databus-mods-lib`](https://github.com/dbpedia/databus-mods/blob/master/databus-mods-lib/README.md) core implementation, shared libraries, and utilities
* [`databus-mods-server`](https://github.com/dbpedia/databus-mods/blob/master/databus-mods-server/README.md) reusable server implementation
* [`databus-mods`](/databus/mods/examples/databus-mods.md) basic Databus Mod Worker implementations and examples

## Test Deployment

```bash
docker-compose up
```

visit <localhost:8080>

## License


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dbpedia.gitbook.io/databus/mods/overview/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
