-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
To integrate linked open data into existing web views and services, we likely don't want to expose, say, a SPARQL endpoint. If we did, we might at least want to point it at a read replica.
Another approach would be to put something in front of the SPARQL endpoint to constrain the types of queries that can be constructed by users without direct access to the SPARQL endpoint. There must be some solutions already out there, though I think building something specific to our use case isn't out of scope.
One example is https://github.com/UKGovLD/linked-data-api/blob/wiki/Specification.md
Reactions are currently unavailable