Difference between revisions of "Imeji/properties"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
! metadata !! description !! mandatory | ! metadata !! description !! mandatory | ||
|- | |- | ||
| [http://dublincore.org/documents/dcmi-terms/#elements-creator dcterms:creator]|| the creator of the object|| yes | | [http://dublincore.org/documents/dcmi-terms/#elements-creator dcterms:creator]|| the creator (resource) of the object|| yes | ||
|- | |- | ||
| [http://dublincore.org/documents/dcmi-terms/#terms-created dcterms:created]||the date of creation of the object|| yes | | [http://dublincore.org/documents/dcmi-terms/#terms-created dcterms:created]||the date of creation of the object|| yes | ||
Line 23: | Line 23: | ||
| [http://dublincore.org/documents/dcmi-terms/#terms-modified dcterms:modified]|| the date of the last modification of the object|| yes | | [http://dublincore.org/documents/dcmi-terms/#terms-modified dcterms:modified]|| the date of the last modification of the object|| yes | ||
|- | |- | ||
| [[imeji/lastModifiedBy]] || The | | [[imeji/lastModifiedBy]] || The person (resource) who made the the last modification || yes | ||
|- | |- | ||
| [http://dublincore.org/documents/dcmi-terms/#terms-hasVersion dcterms:hasVersion] || The version of the object (resource) || yes | | [http://dublincore.org/documents/dcmi-terms/#terms-hasVersion dcterms:hasVersion] || The version of the object (resource) || yes |
Revision as of 15:49, 23 April 2012
URI[edit]
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 (resource) 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 person (resource) who made the the last modification | yes |
dcterms:hasVersion | The version of the object (resource) | yes |
dcterms:issued | Date of publication/release 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 uses the following model (inspired by the dublin core schema).
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.