Versions Compared

Key

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

...

Design Questions

Open Questions

  1. What approach should be taken to resolve referential integrity issues causing changes to LDPRms?  
    1. https://wiki.duraspace.org/x/TAJsBQ#VersioningDelta/SpecificationNotes-ref-int
    2. Also consider if referential integrity should be address across the repository rather than just for LDPRms
  2. Is it acceptable to only create versions for individual resources rather than trees?
    1. https://wiki.duraspace.org/x/TAJsBQ#VersioningDelta/SpecificationNotes-version-single
  3. How should restoring previous versions of LDPRvs work?
    1. https://github.com/fcrepo/fcrepo-specification/issues/217
  4. How to make an existing LDPR versionable?
    1. PUT with an empty body may not be acceptable
  5. Should it be possible to include non-LDPRm children in LDPCvs?
  6. How can LDPCvs be identified?
    1. https://github.com/fcrepo/fcrepo-specification/issues/233
  7. Do we need a separate memento ontology? How have people represented Memento information in RDF? 
    1. What does the internal representation of mementos look like?
      1. Are mementos stored internally as separate resources LDP-RS contained by LDPCv (TimeMap resource) or could/should they be serialized versions stored as LDP-NRs?  What other options would work to internally represent the mementos?
    2. Is it okay to store information in the LDPRm indicating it's archival time (and strip that out when delivering to user)?
  8. For information about TimeMap and TimeGate can these resources not list them explicity and just use some known url formatting for this?  We may not need the pointers to the TimeGate  / TimeMap inside the resources.
    1. Timegate is LDPRv URL
    2. TimeMap is LDPRv URL + "/fcr:versions"  
    3. The code that retrieves the memento can construct the "original", "timemap" and "timegate" link headers from it's own URL – is that okay to do?

Answered Questions:

...