Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

External audit events can be added to an LDP Container as a repository resource.  For each object, create an LDP Container that manages the audit event relationship automatically (Where ../foo/audit is configured with param -Dfcrepo.audit.container=/foo/audit) :

Code Block
languagebash
curl -X PUT --data-binary @audit_container.ttl -H "Content-type: text/turtle" http://localhost:8080/fcrepo4/rest/foo/audit 

...