-
Notifications
You must be signed in to change notification settings - Fork 0
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
Added identifieres for Person and ScholarlyArticle #19
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -225,9 +225,9 @@ It is based on [schema.org/Person](https://schema.org/Person), and maps to the [ | |
|----------|----------|---------------|-------------| | ||
|@type |MUST|Text|must be '[schema.org/Person](https://schema.org/Person)'| | ||
|@id|MUST|Text or URL|| | ||
|givenName|MUST|Text|| | ||
|familyName|MUST|Text|| | ||
|name|MUST|Text|| | ||
|email|SHOULD|Text|| | ||
|identifier|SHOULD|Text or URL or [schema.org/PropertyValue](https://schema.org/PropertyValue)|One or many identifiers for this person, e.g. an ORCID. Can be of type PropertyValue to indicate the kind of reference.| | ||
|affiliation|SHOULD|[schema.org/Organization](https://schema.org/Organization)|| | ||
|jobTitle|SHOULD|[schema.org/DefinedTerm](https://schema.org/DefinedTerm)|| | ||
|additionalName|COULD|Text|| | ||
|
@@ -248,9 +248,10 @@ It is based on [schema.org/ScholarlyArticle](https://schema.org/ScholarlyArticle | |
|headline|MUST|Text|| | ||
|author|SHOULD|[schema.org/Person](https://schema.org/Person)|| | ||
|url|SHOULD|URL|| | ||
|identifier|SHOULD|Text or URL or [schema.org/PropertyValue](https://schema.org/PropertyValue)|One or many identifiers for this article like a DOI or PubMedID. Can be of type PropertyValue to indicate the kind of reference.| | ||
|creativeWorkStatus|COULD|[schema.org/DefinedTerm](https://schema.org/DefinedTerm)|The status of the publication in terms of its stage in a lifecycle.| | ||
|disambiguatingDescription|COULD|Text| | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What is There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't remember exactly, but my guess would be the comments from ISA. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, you even mentioned it in Issue #3 |
||
|
||
## Example ro-crate-metadata.json | ||
|
||
_TODO: simple example and a link to a more complete example_ | ||
_TODO: simple example and a link to a more complete example_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't
sameAs
be thrown out in favor ofidentifier
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could it be that you're mixing up Issues/PRs here? I can't follow you.