openrefine-wikibase
openrefine-wikibase copied to clipboard
enable inverse path as additional prop
Use case:
- I have a table with Fortune 500 companies and their CEOs.
- I first match the company, then match the CEO
- When matching the CEO, I'd like to use P1037 director / manager. However, that prop goes in the other direction (company-CEO).
So I'd like to specify ^P1037 as additional prop of CEO, and select the reconciled Company as value.
There's also P1875 represented by, so a combination of inverse and disjunction will also be useful: ^P1037|^P1875 or ^(P1037|P1875)
@VladimirAlexiev Why not use P169 chief executive officer ?
We would need to design a way to fetch these property values, probably via SPARQL, and assess the performance implications.
@thadguidry that would mean we need ^(P1037|P1875|P169)
No way to implement this in an efficient way given the current architecture, sadly.