/dbpedia/resources/properties
Get a DBpedia resource’s RDF properties as a flat list, optionally filtered by predicate
Price: 5 credits
💡 AI Hint: Get the RDF properties (facts) of a DBpedia resource as a flat predicate-to-values list, without the label, types and image envelope of the full resource. Each entry carries the predicate URI and all of its values (value, value type, language and datatype). Pass a predicate URI to fetch only the values of that property (e.g. all ‘birthPlace’ facts). Use it to read specific facts about a resource.
⚠️ Common errors: 412: Resource not found
Authorizations
API token from the dashboard
Headers
Body
Resource identifier — a DBpedia resource name, resource URL or Wikipedia article URL
1"Berlin"
"http://dbpedia.org/resource/Berlin"
"https://en.wikipedia.org/wiki/Berlin"
Max scrapping execution timeout (in seconds)
20 <= x <= 1500Restrict the result to a single predicate URI
"http://dbpedia.org/ontology/birthPlace"