GET data/{resource}

dbpedia.org:dbpedia-sparql-api

Summary: Get resource data (data endpoint)
Operation ID: getResourceData
Auth: none

Alternative endpoint for retrieving RDF data about a resource, following Linked Data principles. Returns a 303 redirect to the appropriate representation based on content negotiation. This is the pure Linked Data interface - it returns HTTP 303 (See Other) and redirects to the actual data document. The response contains the complete RDF description of the resource including all properties and their values. Similar to /resource/{resource} but with stricter Linked Data semantics.

Original spec description

Alternative endpoint for retrieving RDF data about a resource. Provides more detailed triples about the resource.

Usage Tips

- This endpoint follows strict Linked Data principles with 303 redirects - Request with Accept: application/rdf+xml to get the actual data after redirect - The data/{resource} path provides the "data" view vs the "resource" view - Useful for semantic web applications following Linked Data best practices

Parameters (1)

resource (string, path, required)

Resource identifier

Examples (1)

TitleTypeURLAction
Retrieve RDF data for Albert Einstein resource probe-gate http://dbpedia.org/data/Albert_Einstein

No probe data for this endpoint yet.