DigitalCommons / mykomap

A web application for mapping initiatives in the Solidarity Economy
3 stars 0 forks source link

ObO: write SPARQL query that gets oxford data #124

Closed King-Mob closed 2 years ago

ColmMassey commented 2 years ago

THis seems to be working? No?

wu-lee commented 2 years ago

Yes, there's just an extra filter on the Co-ops UK / DotCoop queries which filters by postcode:

FILTER(REGEX(UCASE(?postcode), '^OX[0-9]'))

Oxford and owned-by-oxford datasets don't need this, of course.

No fancy geosparql filters needed in this case.