tags | language | difficulty | topic | |||
---|---|---|---|---|---|---|
|
sparql |
intermediate |
auction-events |
This query returns auction events and the artists involved in them. By including URIs for particular artists, you can use it to filter for only those artists.
In 0001, users were shown how to proceed from events to artists (among other things). In theory, one could reverse this query to do the opposite. But this is not the recommended path, especially if we do not wish to reconstruct the results of particular auction_events
. This is a simple query, moving from artist
to sale_activity
(and sale_sub_activity
, as the user will see).