You're viewing a demo portfolio

Join the waitlist
PRSM

lookup_wikidata_art

Active

Tool of Provenio — Art Intelligence

declared in 0.3.2-measured

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"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Provenio — Art Intelligence

https://github.com/mildo-ai/brain_for_art

1/7 registries
View full server →