cessda / cessda.metadata.profiles

Contains DDI Profiles that are used by the CESSDA Metadata Validator Tool
Other
0 stars 0 forks source link

CDC: Creator identifier (e.g. ORCID) #162

Open katja-moilanen opened 7 months ago

katja-moilanen commented 7 months ago

https://github.com/cessda/cessda.cdc.versions/issues/290

DDI-C 1.2.2: Not possible to document this

DDI-C 2.5:

 codeBook/stdyDscr/citation/rspStmt/AuthEnty/ExtLink
 codeBook/stdyDscr/citation/rspStmt/AuthEnty/ExtLink/@URI
 codeBook/stdyDscr/citation/rspStmt/AuthEnty/ExtLink/@role
 codeBook/stdyDscr/citation/rspStmt/AuthEnty/ExtLink/@title

Example:

<AuthEnty>Moilanen, Katja
<ExtLink URI="https://orcid.org/0000-0002-7668-5427" role="PID" title="ORCID">0000-0002-7668-5427</ExtLink>
</AuthEnty>

This not a perfect solution, but good enough.

DDI-C 2.6 draft:

 codeBook/stdyDscr/citation/rspStmt/AuthEnty/@personalID
 codeBook/stdyDscr/citation/rspStmt/AuthEnty/@typeOfPersonalID

Example:

<AuthEnty personalID="0000-0002-7668-5427" typeOfPersonalID="ORCID">Moilanen, Katja</AuthEnty>