Skip to content

Commit

Permalink
Add DICTIONARY_AUTHOR (#408)
Browse files Browse the repository at this point in the history
Provide data names for recording authorship of the dictionary.

---------

Co-authored-by: Antanas Vaitkus <antanas.vaitkus90@gmail.com>
  • Loading branch information
rowlesmr and vaitkus committed Jun 7, 2023
1 parent ded9fe2 commit ff0d1de
Showing 1 changed file with 117 additions and 2 deletions.
119 changes: 117 additions & 2 deletions ddl.dic
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data_DDL_DIC
_dictionary.title DDL_DIC
_dictionary.class Reference
_dictionary.version 4.1.0
_dictionary.date 2023-01-13
_dictionary.date 2023-06-02
_dictionary.uri
https://raw.githubusercontent.com/COMCIFS/cif_core/master/ddl.dic
_dictionary.ddl_conformance 4.1.0
Expand Down Expand Up @@ -715,6 +715,118 @@ save_dictionary_audit.version

save_

save_DICTIONARY_AUTHOR

_definition.id DICTIONARY_AUTHOR
_definition.scope Category
_definition.class Loop
_definition.update 2023-06-02
_description.text
;
Attributes used to record the dictionary author information.
;
_name.category_id DICTIONARY
_name.object_id DICTIONARY_AUTHOR
_category_key.name '_dictionary_author.id'

save_

save_dictionary_author.email

_definition.id '_dictionary_author.email'
_definition.update 2023-06-02
_description.text
;
The electronic mail address of an author of the dictionary, in a form
recognizable to international networks. The format of e-mail addresses is
given in Section 3.4, Address Specification, of Internet Message Format,
RFC 2822, P. Resnick (Editor), Network Standards Group, April 2001.
;
_name.category_id dictionary_author
_name.object_id email
_type.purpose Encode
_type.source Recorded
_type.container Single
_type.contents Text

loop_
_description_example.case
name@host.domain.country
bm@iucr.org

save_

save_dictionary_author.id

_definition.id '_dictionary_author.id'
_definition.update 2023-06-02
_description.text
;
Arbitrary identifier for this author.
;
_name.category_id dictionary_author
_name.object_id id
_type.purpose Key
_type.source Related
_type.container Single
_type.contents Word

save_

save_dictionary_author.id_orcid

_definition.id '_dictionary_author.id_ORCID'
_definition.update 2023-06-02
_description.text
;
Identifier in the ORCID Registry of a publication
author. ORCID is an open, non-profit, community-driven
service to provide a registry of unique researcher
identifiers (https://orcid.org/).
;
_name.category_id dictionary_author
_name.object_id id_ORCID
_type.purpose Encode
_type.source Recorded
_type.container Single
_type.contents Code
_description_example.case 0000-0003-0391-0002

save_

save_dictionary_author.name

_definition.id '_dictionary_author.name'
_definition.update 2023-06-02
_description.text
;
The name of an author of this dictionary. If there are multiple authors,
_dictionary_author.name is looped with _dictionary_author.address.
The family name(s), followed by a comma and including any
dynastic components, precedes the first name(s) or initial(s).
For authors with only one name, provide the full name without
abbreviation.
;
_name.category_id dictionary_author
_name.object_id name
_type.purpose Describe
_type.source Recorded
_type.container Single
_type.contents Text

loop_
_description_example.case
'''Bleary, Percival R.'''
'''O'Neil, F.K.'''
'''Van den Bossche, G.'''
'''Yang, D.-L.'''
'''Simonov, Yu.A.'''
'''M\"uller, H.A.'''
'''Ross II, C.R.'''
'''Chandra'''

save_

save_DICTIONARY_VALID

_definition.id DICTIONARY_VALID
Expand Down Expand Up @@ -2607,7 +2719,7 @@ save_

Unified the spelling of certain words.
;
4.1.0 2023-01-13
4.1.0 2023-06-02
;
Added new 'Word' content type.

Expand All @@ -2633,4 +2745,7 @@ save_
Clarified the definition of the "Version" state in _type.contents
by explicitly specifying that is adheres to the formal grammar
provided in SemVer version 2.0.0.

Added DICTIONARY_AUTHOR to allow details of dictionary authors to be
recorded.
;

0 comments on commit ff0d1de

Please sign in to comment.