Difference between revisions of "Imeji/properties"

From MPDLMediaWiki
Jump to navigation Jump to search
 
(28 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== URI ==
{{Imeji_Tech}}
http://imeji.org/properties
== Namespace==
http://imeji.org/terms/properties


== definition ==
== definition ==
Line 8: Line 9:
Properties
Properties


== Type of Term ==
== Type ==
resource


== Attributes ==
== Attributes ==
Line 17: Line 19:
! metadata !! description !! mandatory
! metadata !! description !! mandatory
|-
|-
| [http://dublincore.org/documents/dcmi-terms/#elements-creator dcterms:creator]|| the creator of the object|| yes
| [[imeji/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 25:
| [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 creator of the last modification || yes
| [[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) (NOT IMPLEMENTED) || 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-issued dcterms:issued] || Date of publication/release of the version || no
|-
|-
| [http://dublincore.org/documents/dcmi-terms/#terms-replaces dcterms:replaces] || The resource which has been replaced by the current resource || no
| [http://dublincore.org/documents/dcmi-terms/#terms-replaces dcterms:replaces] || The resource which has been replaced by the current resource (NOT IMPLEMENTED) || no
|}
|}


'''Notes:'''
* Why dcterms:creator and not dc:creator : http://wiki.dublincore.org/index.php/FAQ/DC_and_DCTERMS_Namespaces
* These metadata are used for the [[Imeji_version_management]]


== is element of ==
* [[imeji/item]]
* [[imeji/collection]]
* [[imeji/album]]


'''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):
[[Category:Imeji_terms|Properties]]
** 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), (isReplacedBy - domain/collection/123/3), (created - 01/01/2001), (issued - 01/01/2003)
** current version : (hasVersion - http:imeji.org/collection/123/3), (replaces - domain/collection/123/3), (isReplacedBy - ), (created - 01/01/2003), (issued - )

Latest revision as of 10:45, 3 January 2014

Imeji logo.png

Internal
Meetings
Cooperation

Specification
Architecture
Installer
Ingest
Functional Specification
Technical Specification

Metadata
RDF mapping
Metadata terms

edit

Namespace

http://imeji.org/terms/properties

definition

The properties of an imeji item

Label

Properties

Type

resource

Attributes

Elements

metadata description mandatory
imeji/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) (NOT IMPLEMENTED) yes
dcterms:issued Date of publication/release of the version no
dcterms:replaces The resource which has been replaced by the current resource (NOT IMPLEMENTED) no

Notes:

is element of