Skip to content

Commit

Permalink
✅ Fix query to account for future orgs
Browse files Browse the repository at this point in the history
One upcoming region was showing upp in the query.
  • Loading branch information
Ainali committed Nov 22, 2024
1 parent 388f620 commit 9301e69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions queries/generators/denmark.rq
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ WHERE {
MINUS { ?org wdt:P576 [] }
MINUS { ?org wdt:P1366 [] }
MINUS { ?org wdt:P3999 [] }
MINUS { ?org wdt:P571 ?start . FILTER (?start > NOW() ) }

OPTIONAL {
?org wdt:P9798/wdt:P279* ?cofog .
Expand Down

0 comments on commit 9301e69

Please sign in to comment.