DDMAL / DDMAL/linkedmusic-datalake
Would removing P2888 properties improve SPARQL queries
Open
- Dominant language
- Python
- Stars
- 4
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Currently, all entities that are directly reconciled have a triple with P2888 linking them to the QID of the related entity, but links between entities within a database only point directly to that entity.
For example, to indicate the country of birth of an artist, it currently looks something like this: mb:Artist → mb:Area → wd:Q30
We should look into flattening the P2888 triples, so simplifying the above example to mb:Artist → wd:Q30, to see if it would noticeably improve SPARQL performance and/or prompting.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.