You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of this issue is to trace the changes needed and the methodology to quickly get specific statements in an Entity to later query all qualifiers to reconstruct a better clone of the statements (if needed).
Add case insentive mode
Add quantity unit support
Add geocoordinate precision and globe support
Add time precision, timezone and calendar support
I think we can split in two main parts :
From a specific entity, get all the statements (property number, statement id, and value)
From a specific statement, get all the qualifiers (and references ?)
As stated in https://www.wikidata.org/wiki/Wikidata:Request_a_query/Archive/2022/02#Get_all_data_of_a_statement_with_his_ID
the current fastrun take too much time or is not efficient and force to fallback on MW API to get data.
The goal of this issue is to trace the changes needed and the methodology to quickly get specific statements in an Entity to later query all qualifiers to reconstruct a better clone of the statements (if needed).
I think we can split in two main parts :
Get all the entities
Get all statements
Get all the qualifiers
From https://www.wikidata.org/wiki/Wikidata:Request_a_query/Archive/2022/02#Get_all_data_of_a_statement_with_his_ID
Get all the qualifiers of a specific statement id
The text was updated successfully, but these errors were encountered: