lookup_wikidata_art
ActiveTool of Provenio — Art Intelligence
Cost: ~3-8s. Run a SPARQL query against Wikidata (public, no auth) for art-related entities. Use when: you need cross-museum location data for an artist's works, or biographical data not in Provenio. Pattern: pass a SPARQL query string. Example below to get all Klimt artworks with current location. Returns: {total, bindings: [...]} — raw SPARQL JSON results format. Source: https://query.wikidata.org/sparql · 12-second SPARQL query timeout enforced.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"sparql"
],
"properties": {
"sparql": {
"type": "string",
"description": "SPARQL SELECT query. Example for Klimt's artworks with location:\nSELECT ?artworkLabel ?locationLabel WHERE { ?artwork wdt:P170 wd:Q34661. ?artwork wdt:P276 ?location. SERVICE wikibase:label { bd:serviceParam wikibase:language \"en\". } } LIMIT 10"
}
}
}Parent server
Provenio — Art Intelligence
https://github.com/mildo-ai/brain_for_art
1/7 registries