> For the complete documentation index, see [llms.txt](https://dbpedia.gitbook.io/databus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dbpedia.gitbook.io/databus/usecases/data-harvesting.md).

# Data Crawling

Crawling RDF data from various sources is a crucial task for organizations seeking to leverage linked data. In this article, we explore how DBpedia Databus can be utilized for RDF data crawling.

Using DBpedia Databus for RDF data crawling may employ the following procedures:

1. Publishing seed data for crawling in Databus.
2. Crawling the links from RDF data from Databus.
3. Using the Databus for saving new data you found during crawling.
4. Repeat steps 2 and 3 in a loop.

[DBpedia Archivo](https://github.com/dbpedia/Archivo) is an example of a service using Databus for data harvesting. It is an online ontology interface and augmented archive, that discovers, crawls, versions and archives ontologies on the DBpedia Databus. Each Databus Artifact represents one certain ontology and each version represents a new version of the ontology. Archivo also performs SPARQL requests to Databus for obtaining links for crawling.

Pros of Using DBpedia Databus for RDF Data Crawling:

1. Automation and Efficiency: DBpedia Databus allows for continuous data discovery and integration, ensuring up-to-date and comprehensive RDF data.
2. Data Quality Control: DBpedia Databus supports data quality control mechanisms, allowing you to validate and enhance the crawled RDF data before integration. This ensures the integrity and accuracy of the integrated data.

By adopting DBpedia Databus, organizations can streamline RDF data crawling processes, enhance data discovery, and integrate comprehensive linked data into their knowledge graphs or linked data repositories. Leveraging DBpedia Databus for RDF data crawling offers significant advantages, including automation, dataset management, and data quality control.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://dbpedia.gitbook.io/databus/usecases/data-harvesting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
