{{ define "title" }}{{ .Site.Title }}{{ end }} {{ define "main" }}

ISEAL Core Metadata Set Specification

This page provides a reference specification for the ISEAL Core Metadata Set.

In this documentation we list metadata requirements, provide controlled vocabularies, and share technical information about the schema.

Metadata

ISEAL Core Metadata Set currently uses fields from the following standard metadata schemas:

  • Dublin Core Elements with the dc namespace prefix. These were originally designated in 1995 and are considered deprecated and superseded by Dublin Core Terms. Due to legacy code in the DSpace software we must still use some of these.
  • Dublin Core Terms with the dcterms namespace prefix. These contain the original Dublin Core Terms and add others. As of 2008 these supercede the original Dublin Core Elements.

General guidelines for metadata using the ISEAL Core Metadata Set:

  • Encoding: metadata should be encoded in UTF-8 to ensure correct representation of international characters.
  • Applicability: metadata should describe what the item is, not what it isn't. If a metadata field is not applicable you should not use it. Do not enter "N/A"!

Required Metadata

{{ range where (where site.RegularPages "Type" "terms") "Params.required" "==" true }}
{{ .Render "term" }}
{{ end }}

Optional Metadata

These fields are optional, but we strongly suggest that you include as many as you can.

{{ range where (where site.RegularPages "Type" "terms") "Params.required" "==" false }}
{{ .Render "term" }}
{{ end }}

Feedback

If you have questions/comments please contact ____.

{{ end }} {{- /* vim: set ts=2 sw=2 et: */}}