Skip to content

Commit

Permalink
[OGT-106] Updated query.
Browse files Browse the repository at this point in the history
  • Loading branch information
innc committed Jun 21, 2021
1 parent d48043e commit d84fe5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ const config = {
# ?propValueTimeprecision
WHERE {
# some default items
# VALUES ?item {wd:Q106600727 wd:Q1800285 wd:Q15397819 wd:Q106109048}
# VALUES ?item {wd:Q106600727 wd:Q1800285 wd:Q106109048}
?item wdt:P31 wd:Q106996250;
?p ?statement.
?statement ?ps ?propValue.
?prop wikibase:claim ?p;
wikibase:statementProperty ?ps.
# preparation for getting date precision
# (wip) preparation for getting date precision
# OPTIONAL {
# ?statement ?psv ?propStatementValue.
# ?propStatementValue wikibase:timePrecision ?propValueTimeprecision
Expand Down

0 comments on commit d84fe5e

Please sign in to comment.