bechtleav360 / Maverick.EntityGraph

API to access skills, learning units, and everything else through a json-ld api
Apache License 2.0
4 stars 8 forks source link

API: Removing value (link to an external resource) not possible #47

Open s3flsago opened 1 year ago

s3flsago commented 1 year ago

DELETE /api/entities/{id}/values/{prefixedKey}

Removing the link to https://serlo.org/1535 is not possible: <Test_Entity> sdo:isPartOf <https://serlo.org/1535> .

pajoma commented 1 year ago

Fixed, please test again

s3flsago commented 9 months ago

For the prefixedKeys "sdo.isPartOf" and "skos:prefLabel" I receive:

"status": 400, "error": "Bad Request", "message": "value parameter should be a URI, BNode or Literal",

pajoma commented 9 months ago

Please test again

s3flsago commented 9 months ago

Tested removing values with the entitygraph python client for sdo.isPartOf, schema.isPartOf and skos.prefLabel. Everything worked fine. Thanks!