Difference between revisions of "Imeji/properties"
Jump to navigation
Jump to search
Line 26: | Line 26: | ||
|- | |- | ||
| [[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 | ||
|- | |||
| [http://dublincore.org/documents/dcmi-terms/#terms-issued dcterms:issued] || Date of publication of the version || no | |||
|- | |- | ||
| [[http://dublincore.org/documents/dcmi-terms/#terms-isVersionOf dc:terms:isVersionOf]] || The related resource of which this resource is a version || no | | [[http://dublincore.org/documents/dcmi-terms/#terms-isVersionOf dc:terms:isVersionOf]] || The related resource of which this resource is a version || no | ||
Line 37: | Line 39: | ||
* The version metadata are available, but the version management is not implemented yet in imeji | * 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): | ** The version management use the dublin core schema. It works as following (example for a collection): | ||
*** version 1 : (hasVersion - domain/collection/123/1), (replaces - ), (isReplacedBy, domain/collection/123/2), (created - 01/01/2000) | *** version 1 : (hasVersion - domain/collection/123/1), (replaces - ), (isReplacedBy, domain/collection/123/2), (created - 01/01/2000), (issued - 01/01/2001) | ||
*** version 2 : (hasVersion - domain/collection/123/2), (replaces - domain/collection/123/1), (created - 01/01/2001) | *** version 2 : (hasVersion - domain/collection/123/2), (replaces - domain/collection/123/1), (created - 01/01/2001), , (issued - 01/01/2003) | ||
*** current version : (hasVersion - http:imeji.org/collection/123/4), (replaces - domain/collection/123/3), (created - 01/01/2003) | *** current version : (hasVersion - http:imeji.org/collection/123/4), (replaces - domain/collection/123/3), (created - 01/01/2003), , (issued - ) | ||
* The date of a version is defined into the version resource by dcterms:created | * The date of a version is defined into the version resource by dcterms:created |
Revision as of 15:24, 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 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 |
[dc:terms:isVersionOf] | The related resource of which this resource is a 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 1 : (hasVersion - domain/collection/123/1), (replaces - ), (isReplacedBy, domain/collection/123/2), (created - 01/01/2000), (issued - 01/01/2001)
- version 2 : (hasVersion - domain/collection/123/2), (replaces - domain/collection/123/1), (created - 01/01/2001), , (issued - 01/01/2003)
- current version : (hasVersion - http:imeji.org/collection/123/4), (replaces - domain/collection/123/3), (created - 01/01/2003), , (issued - )
- The version management use the dublin core schema. It works as following (example for a collection):
- The date of a version is defined into the version resource by dcterms:created