-
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
Conversation
profile/isa_ro_crate.md
Outdated
@@ -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.| |
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 of identifier
?
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.
@@ -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 comment
The reason will be displayed to describe this comment to others. Learn more.
What is disambiguatingDescription
referring to in this context?
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.
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 comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, you even mentioned it in Issue #3
Handling of names has now been adapted, concluding the discussion in #15 |
This PR adds the identifier property to the profiles for Person and ScholarlyArticle. They should be used to describe a DOI, PubMedID or ORCID, see Issues #16 and #8.
Once the discussion reaches a conclusion, I will also change how names are depicted, see Issue #15.