An OR list in the --mappings option
ppKrauss opened this issue · 2 comments
ppKrauss commented
The "OR list" have many applications, see one example here or this analytic query...
Suggestion: use comma-separated list as P1709,P2888
to recognize an "OR list".
Example:
-
wdtaxonomy -m P1709 Q33999 |grep schema.org
is the default command, but returns empty. -
wdtaxonomy -m P1709,P2888 Q33999 |grep schema.org
as default command is better, will return something.