Skip to content

Commit

Permalink
Merge pull request #445 from govdirectory/exempt-generic-mayors
Browse files Browse the repository at this point in the history
Exclude generic mayors
  • Loading branch information
Ainali authored Nov 17, 2024
2 parents 45c781c + aea3c9f commit 6273477
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions queries/organization-optional.rq
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ WHERE {
?person wdt:P31 wd:Q5 .
MINUS { ?positionStatement pq:P582 ?endtime }
MINUS { ?person wdt:P570 [] }
FILTER ( ?office != wd:Q30185 )
}

OPTIONAL {
Expand Down

0 comments on commit 6273477

Please sign in to comment.