...
Clients may request to omit server managed triples from RDF responses from the server using the "below header as described in the Fedora API specification.
Code Block |
---|
Prefer: return=representation; omit="http://fedora.info/definitions/fcrepo#ServerManaged" |
Lenient Handling
Starting with Fedora 6.0.0 you can PUT
RDF that contains SMTs as long as you include a handling=lenient
Prefer header.
Code Block |
---|
Prefer: handling=lenient |
This causes the server to ignore any attempted changes to server managed types or predicatesv4/repository#ServerManaged" header as described in
the RESTful API documentation
Server Managed Predicates
...