
You can try out a publicly available
online demo.
The following links and CURL commands can be used to test the demo.
Remember that the JWT has to be entered with --cookie token=
for endpoints that require authentification.
A REST client (like Insomnia) makes it
easier to send requests.
Read the tutorial to see how the endpoints below were implemented.
| Use Case |
HTML For non-technical users |
JSON For web developers |
RDF For Semantic Web practitioners |
|---|---|---|---|
| Registration |
/ Use the registration secret: another-secret.
|
||
| Login |
/ For testing you may use username: adminpassword: a-secretAfter login you are redirected to /user/admin, but this is not implemented in the example. |
||
| Browse Ontology | /ontology | ||
| Search | /search?q=test | ||
| SPARQL |
/sparql The prefix has to be set to PREFIX ex: <http://ldaf.dfki.markus-projects.net/ontology/>
|
||
| Upload Image | /upload | (still needs binary image data) | |
| List Guideline Resources | /guideline | ||
| Retrieve a Single Guideline Resource | /guideline/1 | ||
| Create a Guideline Resource |
/guideline Use provided forms |
||
| Change a Guideline Resource |
/guideline/1?edit Use provided forms |
||
| Delete a Guideline Resource |
/guideline/1 Use Delete button, but don't be surprised if this resource has already been deleted. |
||
| A custom resource | /own | ||
| Another custom resource | /another |