Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metadata - use CURIEs for contributors #6

Open
mbaudis opened this issue Jul 15, 2019 · 2 comments
Open

Metadata - use CURIEs for contributors #6

mbaudis opened this issue Jul 15, 2019 · 2 comments

Comments

@mbaudis
Copy link
Contributor

mbaudis commented Jul 15, 2019

In the {S}[B] call from 2019-07-15

  • @ianfore suggested the use of CURIEs (preferably ORCID) for identifying contributors/supporters of the individual blocks
  • @MKonopko suggested to align w/ the ResearcherID team

This should be followed up ASAP. In principle, this could either make use of the ExternalReference class, or create a class similar to this and OntologyClass.

@Relequestual
Copy link

Should allow the use of ORCID, but not require it.
Should still allow use of name and email.
Some contributors may be in industry only and not in research, and have no interest in establishing an ORCID.

@mbaudis
Copy link
Contributor Author

mbaudis commented Jul 16, 2019

@Relequestual Yes, not "ORCID only". But not overloading; i.e. "(Name)? & id(s)", not "address".

"name": "Michael Baudis"
"uris":
  - "https://api.github.com/users/mbaudis"
  - "mailto:[email protected]"
  - "https://orcid.org/0000-0002-9903-4248"
  - "http://m.baud.is"

But there may be a case for keeping it to one "id", out of a set of selected options.

"contributors":
  - "orcid:0000-0002-9903-4248"
  - "https://api.github.com/users/Relequestual"

... or

"contributors":
  - name: "Michael Baudis"
    id: "orcid:0000-0002-9903-4248"
  - name: "Ion Tichy"
    id: "mailto:[email protected]"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants