Skip to content
Merged
Changes from 1 commit
Commits
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
21 changes: 21 additions & 0 deletions rdmorganiser/domain/attributes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,34 @@
<dc:comment/>
<parent dc:uri="https://rdmorganiser.github.io/terms/domain/project/coordination"/>
</attribute>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/coordination/email">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>email</key>
<path>project/coordination/email</path>
<dc:comment>Email name of the coordinator of a project.</dc:comment>
Comment thread
Zack-83 marked this conversation as resolved.
Outdated
<parent dc:uri="https://rdmorganiser.github.io/terms/domain/project/coordination"/>
</attribute>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/coordination/family_name">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>family_name</key>
<path>project/coordination/family_name</path>
<dc:comment>Family name of the coordinator of a project.</dc:comment>
<parent dc:uri="https://rdmorganiser.github.io/terms/domain/project/coordination"/>
</attribute>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/coordination/given_name">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>given_name</key>
<path>project/coordination/given_name</path>
<dc:comment>Given name of the coordinator of a project.</dc:comment>
Comment thread
Zack-83 marked this conversation as resolved.
Outdated
<parent dc:uri="https://rdmorganiser.github.io/terms/domain/project/coordination"/>
</attribute>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/coordination/orcid">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>orcid</key>
<path>project/coordination/orcidn</path>
<dc:comment>ORCID of the coordinator of a project.</dc:comment>
Comment thread
Zack-83 marked this conversation as resolved.
Outdated
<parent dc:uri="https://rdmorganiser.github.io/terms/domain/project/coordination"/>
</attribute>
<attribute dc:uri="https://rdmorganiser.github.io/terms/domain/project/coordination/organization">
<uri_prefix>https://rdmorganiser.github.io/terms</uri_prefix>
<key>organization</key>
Expand Down
Loading