mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2025-05-22 20:22:23 +02:00
Add initial version of schema specification site
After running the util/generate_docs.py script to parse and extract the metadata term specifications and their controlled vocabularies, we use Hugo to generate the HTML site. The HTML site uses Bootstrap with several ISEAL brand colors gleaned from the corporate website.
This commit is contained in:
10
site/content/terms/resource-status-access-rights/index.md
Normal file
10
site/content/terms/resource-status-access-rights/index.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
title: 'Item or resource - access rights'
|
||||
field: 'dcterms.accessRights'
|
||||
slug: 'resource-status-access-rights'
|
||||
description: 'Information about rights held in and over the resource.'
|
||||
comment: 'Indicate whether the resource is confidential (and limited access), restricted (and limited access) or public (limited access or open access)'
|
||||
required: False
|
||||
vocabulary: 'resource-status-access-rights.txt'
|
||||
policy: 'Controlled value. Single value only.'
|
||||
---
|
@ -0,0 +1,5 @@
|
||||
Confidential
|
||||
Restricted
|
||||
Public
|
||||
Limited Access
|
||||
Open Access
|
Reference in New Issue
Block a user