-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sources filtered by criterion #143
Comments
Assigning to @saumier to provide a sample source for @dev-aravind to test the filters. |
Proposed aggregator algorithm to filter entities in Artsdata:
we will get places from the region "NB" only
I would have to write 2 SPARQLs to make this work, one to get all the places in case of a place filter and one to get all the people/organization in case of a organizer/performer/sponsor filter. Please review this and let me know what you think. |
@dev-aravind Thanks for writing down your psuedocode. It is very clear. I have a few concerns. Currently the SPARQL to fetch events from Artsdata is the same for all sources. It is tempting to customize this SPARQL. For example, the SPARQL could fetch only the events Something else I'd like you to know about. The current SPARQL to load events from Artsdata will change sometime in the next 6 months. The plan is to simplify it by using the minted events in Artsdata. We are going through a transition at the moment by using the SPARQL to merge on-the-fly events to use minted IDs. To summarize, I am proposing the following pattern:
|
@sahalali Lets review. |
This ticket is created to address the functionality described in culturecreates/tech-support-tickets#94
Expectation: @sahalali to update
Description copied from ticket:
Signe Laval would like to import (using an aggregator) certain events from the La Vitrine source in Artsdata. The events in question would be a filtered subset of the La Vitrine events, the ones that feature Lavallois artists. In other words the La Vitrine aggregator from Artsdata would only include events with Lavallois artists performing.
Your 'La Vitrine' aggregator would only include events that meet this criteria:
-performed by "lavallois artist"
The Signe Laval CMS would be the source of the latest list of Lavallois artists (people and organizations) via these 2 taxonomies used in people/orgs:
Orgs: the dynamic taxonomy is called "Ville de l'organisation:
People: the dynamic taxonomy is called "Ville de résidence"
NOTE: the names of the taxonomies are subject to change.
These taxonomies are used to identify which people/Organizations in the Signe Laval CMS are Lavallois. So this information would have to be available to identify which events to import from Artsdata.
Could we automate entry of lavallois artist event's that are in arts data in my cms ?
Like if Adam Jonhson as an event at la place des arts it can enter straight up in brouillon in my cms !
The text was updated successfully, but these errors were encountered: