Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
162943f
4.8: update version number and contributors
KellyStathis Jun 1, 2026
7d4d46b
4.8: add Distribution and Access properties
KellyStathis Jun 1, 2026
d32e5b8
4.8: add resourceTypeGeneral BlogPost
KellyStathis Jun 2, 2026
20006d4
4.8: add relatedIdentifierType PatentNumber
KellyStathis Jun 2, 2026
a566c2d
4.8: add contributorType Reviewer
KellyStathis Jun 2, 2026
15ce02e
4.8: add relationTypes IsOutputOf/HasOutput
KellyStathis Jun 2, 2026
2a4a648
4.8: update resourceTypeGeneral Book definition
KellyStathis Jun 2, 2026
2c61442
4.8: document inverse relationTypes
KellyStathis Jun 2, 2026
e08d014
4.8: fix version update typo
KellyStathis Jun 2, 2026
028548f
4.8: small fixes to distribution and access
KellyStathis Jun 2, 2026
df1cb70
4.8: fix distributions xml
KellyStathis Jun 2, 2026
ce66693
4.8: update dublin core mapping
KellyStathis Jun 2, 2026
552edf6
4.8: fix accessType numbering
KellyStathis Jun 2, 2026
89d71a4
add missing "sub-properties" headings to Access and Distribution
KellyStathis Jul 3, 2026
4bb065c
update content URL examples
KellyStathis Jul 3, 2026
50b07d4
add contentURL examples that do not include the file name
KellyStathis Jul 3, 2026
3bdfc7d
update contentName definition and examples
KellyStathis Jul 3, 2026
934a62d
add level of obligation for new properties
KellyStathis Jul 10, 2026
eb26ddd
add missing "obligation" level from RelatedItem
KellyStathis Jul 10, 2026
a56a869
update "Allowed values, examples, and other constraints" for Distribu…
KellyStathis Jul 14, 2026
0b2693b
update "Allowed values, examples, and other constraints" for mediaType
KellyStathis Jul 14, 2026
3f6257c
updated definition for contentName
KellyStathis Jul 14, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions docs/appendices/appendix-1/accessType.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
accessType
=====================================

*Used by:*

* :ref:`21.1.c`
* :ref:`22.a`

*Options:*

.. contents:: :local:
:backlinks: none

.. _public:

Public
~~~~~~~~~~~~~~~~~

**Description:** The resource is publicly available for anyone to access.

.. _restricted:

Restricted
~~~~~~~~~~~~~~~~~

**Description:** The resource is not publicly available. Access is limited to authorized users or systems, based on defined access controls or processes.
10 changes: 10 additions & 0 deletions docs/appendices/appendix-1/contributorType.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,16 @@ Example: Space Research & Planetary Sciences Division of the University of Bern
Source: doi:10.26302/SSHADE/EXPERIMEN T_OP_20201104_001


.. _Reviewer:

Reviewer
~~~~~~~~~~~~~~~~~~~~~~~~~

**Description:** A person or organization responsible for conducting an assessment or evaluation of the content of the resource.

**Usage Notes:** May be used for crediting a person or organization who reviews an award, publication, or other research output, including those who perform peer review.


.. _RightsHolder:

RightsHolder
Expand Down
1 change: 1 addition & 0 deletions docs/appendices/appendix-1/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ Controlled list values that enhance the prospect that the resource’s metadata
relatedIdentifierType
relationType
descriptionType
accessType
16 changes: 16 additions & 0 deletions docs/appendices/appendix-1/relatedIdentifierType.rst
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,22 @@ LSID
<relatedIdentifier relatedIdentifierType="LSID" relationType="Cites">urn:lsid:ubio.org:namebank:11815</relatedIdentifier>


.. _PatentNumber:

PatentNumber
~~~~~~~~~~~~~~~~~~~~~~~~~

**Full Name:** Patent number

**Description:** A unique identifier assigned by a patent authority to a granted patent or published patent application.

**Example:**

.. code:: xml

<relatedIdentifier relatedIdentifierType="PatentNumber" relationType="Cites">WO2025188512A1</relatedIdentifier>


.. _PMID:

PMID
Expand Down
Loading