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

Added identifieres for Person and ScholarlyArticle #19

Merged
merged 3 commits into from
Jun 21, 2024

Conversation

floWetzels
Copy link
Collaborator

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.

@floWetzels floWetzels requested review from HLWeil and stuzart May 22, 2024 14:50
@@ -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.|
Copy link
Member

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?

Copy link
Collaborator Author

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|
Copy link
Member

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?

Copy link
Collaborator Author

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.

Copy link
Collaborator Author

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

@kMutagene kMutagene added the Status: Needs Triage This item is up for investigation. label Jun 18, 2024
@floWetzels
Copy link
Collaborator Author

Handling of names has now been adapted, concluding the discussion in #15

@floWetzels floWetzels merged commit 4809c0b into main Jun 21, 2024
This was referenced Jun 21, 2024
@HLWeil HLWeil removed the Status: Needs Triage This item is up for investigation. label Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants