Difference between revisions of "Imeji version management"

From MPDLMediaWiki
Jump to navigation Jump to search
m
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Imeji_Tech}}
<p style="color:white; background-color:#097FED;"> '''Work in progress''' </p>
== Status ==
== Status ==
* Not implemented
* Not implemented
Line 5: Line 8:
== use cases ==
== use cases ==


The version management uses the following model (inspired by the dublin core schema). The label of the table below are explained in [[imeji/properties]]
The version management uses the following model (inspired by the dublin core schema). The labels of the table below are explained in [[imeji/properties]]


{|  class="wikitable"
{|  class="wikitable"
Line 26: Line 29:




[[Category:Imeji_Technical_Specification|Versioning]]
[[Category:Imeji_Technical_Specification|Version management]]

Latest revision as of 08:31, 4 March 2013

Imeji logo.png

Internal
Meetings
Cooperation

Specification
Architecture
Installer
Ingest
Functional Specification
Technical Specification

Metadata
RDF mapping
Metadata terms

edit

Work in progress

Status

  • Not implemented
  • Nb: The version metadata are available, but the version management is not implemented yet in imeji

use cases

The version management uses the following model (inspired by the dublin core schema). The labels of the table below are explained in imeji/properties

version hasVersion replaces created issued
1 domain/object/123/1 - 01/01/2000 01/06/2000
2 domain/object/123/2 domain/object/123/1 01/01/2001 01/01/2002
3 domain/object/123/3 domain/object/123/2 01/01/2002 -

Note:

  • When an object is released, it gets a date issued. The next version is created only when used wants to revise/modify the last released version.

Technical description