We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Investigate whether property paths instead of unions works better and change them and use them.
For instance, topic identification:
{ ?work wdt:P921/wdt:P31*/wdt:P279* wd:Q52 . } union { ?work wdt:P921/wdt:P361+ wd:Q52 . } union { ?work wdt:P921/wdt:P1269+ wd:Q52 . }
Property path:
?work wdt:P921/( wdt:P31*/wdt:P279* | wdt:P361+ | wdt:P1269+ ) wd:Q52 .
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Investigate whether property paths instead of unions works better and change them and use them.
For instance, topic identification:
Property path:
The text was updated successfully, but these errors were encountered: