As a Pod owner I want to add new properties with literal values to an existing resource,
so that I can add information even if I do not have a specific app for this type of resource
and also no knowledge about editing raw turtle.
Acceptance criteria
[x] when viewing a generic resource I can add a new property and literal value
[x] when typing a propery name I get proposals from common vocabularies, I can choose from
[x] I can also insert a URI that is not in the proposal lis
[x] the new property and its value shows up in the list of literals
[x] the type of the value is a simple string
[x] show an error message, when the resources could not be edited
[x] do not provide this feature when the document cannot be edited by the current user / visitor
Out of scope
other data types than string
adding links / relations to other resources
languages of literals
if the property is relative, it will create a URI relative to the current document
As a Pod owner I want to add new properties with literal values to an existing resource, so that I can add information even if I do not have a specific app for this type of resource and also no knowledge about editing raw turtle.
Acceptance criteria
Out of scope