Old Release

This documentation covers an old version of Fedora. Looking for another version? See all documentation.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The concept of server managed triples (SMTs for short) show up in . A server managed triple is any triple which is created and managed by the server. Clients may not modify these properties directly via PUT/PATCH/POST requests.

Clients may request to omit server managed triples from

https://tools.ietf.org/html/rfc7240#section-4.4

The following properties are considered to be server managed:

  • ldp:contains
  • premis:hasMessageDigest
  • premis:hasFixity
  • All predicates in the fedora namespace
  • All predicates in the memento namespace

Namespaces referenced in this document:


Relaxable Properties

A subset of SMTs can be modified by clients, but only when the server is put into "relaxed" mode. This concept is described in more detail in the article How to allow user-updates to certain server managed triples. The following properties fall into this category:

  • fedora:lastModified
  • fedora:lastModifiedBy
  • fedora:created
  • fedora:createdBy


  • No labels