Back to catalog
Cortexa research tool·structure·dbpedia
DBpedia SPARQL Query
Execute SPARQL queries against DBpedia to retrieve structured knowledge. DBpedia extracts structured information from Wikipedia and makes it available as linked data. This tool is particularly useful for querying information about people, places, organizations, works, and other entities, especially in humanities and social sciences domains. No API key required.
Livelast probed 2026-04-30 23:07Z· 195msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 195ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"max_results": {
"description": "Optional result limit override. If not specified, uses the LIMIT clause in the SPARQL query or returns all results.",
"minimum": 1,
"type": "integer"
},
"sparql": {
"description": "SPARQL query string to execute against DBpedia. Use SPARQL syntax to query entities, relationships, and properties. DBpedia uses different property names than Wikidata (e.g., dbo:abstract, dbo:birthDate, rdfs:label).",
"type": "string"
}
},
"required": [
"sparql",
"max_results"
],
"type": "object"
}Examples (1)
Default DBpedia SPARQL Query call
public-safeinput
{
"max_results": 1,
"sparql": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_DBpedia_SPARQL_query
- Tool name
- DBpedia_SPARQL_query
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse