Element name |
Identifier |
---|---|
DCMI definition |
An unambiguous reference to the resource within a given context. |
Usage |
Mandatory |
Usage instruction |
Recommended best practice is to identify the resource by means of a string or number conforming to a formal identification system. Example formal identification systems include the Uniform Resource Identifier (URI) (including the Uniform Resource Locator (URL), the Digital Object Identifier (DOI) and the URN:NBN
|
Do not confuse with |
|
Examples |
In this example the identifiers are sorted where the URL's are given first. The first URL will be considered as "most appropriate" and will be used in e.g. DRIVER to let an end-user redirect to. In this case the handle redirects to the jump-off page. A Jump-off page is a good way to refer to. The end-user has the opportunity to see more information about the object(s) he has found, see the context and enjoy the other services a local repository has to offer. <oai_dc:dc> ... <dc:identifier>[http://hdl.handle.net/1234/5628] </dc:identifier> <dc:identifier>[http://arno.unimaas.nl/show.cgi?fid=5628] </dc:identifier> <dc:identifier>[http://n2t.info/urn:nbn:nl:ui:14-123456789]</dc:identifier> <dc:identifier>urn:nbn:nl:ui:13-123456789</dc:identifier> <dc:identifier>urn:isbn:123456789</dc:identifier> <dc:identifier>info:doi:10-123456789</dc:identifier> ... </oai_dc:dc> |