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.
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.