Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDF endpoints #157

Open
jgonggrijp opened this issue Mar 8, 2024 · 0 comments
Open

RDF endpoints #157

jgonggrijp opened this issue Mar 8, 2024 · 0 comments
Labels

Comments

@jgonggrijp
Copy link
Contributor

The old CRUD (create, read, update, delete) interface for accessing collections, records and annotations is currently under the /api prefix. This structure already more or less echoes the namespaces as dicussed in #156, but the interfaces need to be converted to RDF using the mechanism from restframework-rdf. /api is a little bit awkward in an RDF term, so we should consider also moving these endpoints to a different prefix such as /rdf. This prefix needs to be a Django setting and must be kept consistent with the namespaces of our terms. Other endpoints that are currently routed under /api can stay there.

This is a general principle; we can create more specific issues for specific types of entities as we go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant