ISEAL Core Schema Specification
-This page provides a reference specification for the ISEAL Core Schema.
+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 currently uses fields from the following standard metadata schemas:
+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 Schema:
+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"! diff --git a/site/package.json b/site/package.json index 378f6a04..c2a39137 100644 --- a/site/package.json +++ b/site/package.json @@ -1,7 +1,7 @@ { "name": "iseal-schema", "version": "0.0.1", - "description": "Generate ISEAL schema documentation website.", + "description": "Generate ISEAL Core Metadata Set documentation website.", "scripts": { "build:css": "sass --style expanded source/scss/style.scss assets/css/style.css.tmp && cleancss -O1 --format breakWith=lf --with-rebase assets/css/style.css.tmp -o assets/css/style.min.css", "build:js": "uglifyjs node_modules/jquery/dist/jquery.slim.min.js node_modules/bootstrap/dist/js/bootstrap.min.js -o assets/js/bundle.min.js",