Difference between revisions of "Imeji/properties"

From MPDLMediaWiki
Jump to navigation Jump to search
Line 41: Line 41:
! version !! hasVersion !! replaces !! isReplacedBy !! created !! issued
! version !! hasVersion !! replaces !! isReplacedBy !! created !! issued
|-
|-
| 1 | domain/collection/123/1 | - | domain/collection/123/2 | 01/01/2000 | 01/01/2001
| 1 || domain/collection/123/1 || - || domain/collection/123/2 || 01/01/2000 || 01/01/2001
|-
|-
| 2 | domain/collection/123/2 | domain/collection/123/1 | domain/collection/123/3 | 01/01/2001 |  01/01/2002
| 2 || domain/collection/123/2 || domain/collection/123/1 || domain/collection/123/3 || 01/01/2001 ||  01/01/2002
|-
|-
| 3 | domain/collection/123/3 | domain/collection/123/2 | - | 01/01/2002 |  -
| 3 || domain/collection/123/3 || domain/collection/123/2 || - || 01/01/2002 ||  -
|}
|}

Revision as of 15:37, 23 April 2012

URI[edit]

http://imeji.org/properties

definition[edit]

The properties of an imeji item

Label[edit]

Properties

Type of Term[edit]

Attributes[edit]

Elements[edit]

metadata description mandatory
dcterms:creator the creator of the object yes
dcterms:created the date of creation of the object yes
dcterms:modified the date of the last modification of the object yes
imeji/lastModifiedBy The creator of the last modification yes
dcterms:hasVersion The version of the object (resource) yes
dcterms:issued Date of publication of the version no
dcterms:replaces The resource which has been replaced by the current resource no


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

  • The version management use the dublin core schema. It works as following (example for a collection):
version hasVersion replaces isReplacedBy created issued
1 domain/collection/123/1 - domain/collection/123/2 01/01/2000 01/01/2001
2 domain/collection/123/2 domain/collection/123/1 domain/collection/123/3 01/01/2001 01/01/2002
3 domain/collection/123/3 domain/collection/123/2 - 01/01/2002 -