jackrusher / mundaneum

A clojure wrapper around WikiData
BSD Zero Clause License
127 stars 16 forks source link

Fix basics notebook #18

Closed daveliepmann closed 1 year ago

daveliepmann commented 1 year ago

This PR fixes the basics notebook, which failed to run for me, throwing "Syntax errors exist in the WHERE clause!" (:com.yetanalytics.flint/invalid-query).

Specifically, the "administrative territories within the Republic of Ireland" query failed because the property :contains-administrative-territorial-entity doesn't exist, causing the macro to produce a [:wd/Q27 nil ?area] WHERE clause. A (cursory) search didn't turn up any news of a name change, but :contains-the-administrative-territorial-entity works in the "Clerk runs" sense and appears correct.