From bfde1ee71ae42b833c8ac0cd0438811f222b519f Mon Sep 17 00:00:00 2001 From: Florian Wetzels <36967183+floWetzels@users.noreply.github.com> Date: Wed, 22 May 2024 16:45:14 +0200 Subject: [PATCH 1/3] Added identifieres for Person and ScholarlyArticle --- profile/isa_ro_crate.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/profile/isa_ro_crate.md b/profile/isa_ro_crate.md index 8f3970d..7be4600 100644 --- a/profile/isa_ro_crate.md +++ b/profile/isa_ro_crate.md @@ -228,6 +228,7 @@ It is based on [schema.org/Person](https://schema.org/Person), and maps to the [ |givenName|MUST|Text|| |familyName|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 +249,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| ## Example ro-crate-metadata.json -_TODO: simple example and a link to a more complete example_ \ No newline at end of file +_TODO: simple example and a link to a more complete example_ From 4a3b3ba2a60dd7db588bfeac7063d96e338f4aa6 Mon Sep 17 00:00:00 2001 From: Florian Wetzels <36967183+floWetzels@users.noreply.github.com> Date: Wed, 22 May 2024 17:07:27 +0200 Subject: [PATCH 2/3] Updated person name properties --- profile/isa_ro_crate.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/profile/isa_ro_crate.md b/profile/isa_ro_crate.md index 7be4600..1d51f77 100644 --- a/profile/isa_ro_crate.md +++ b/profile/isa_ro_crate.md @@ -225,8 +225,7 @@ 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)|| From 6f9cf669f70100b45307b089f91211460a472add Mon Sep 17 00:00:00 2001 From: Florian Wetzels <36967183+floWetzels@users.noreply.github.com> Date: Fri, 21 Jun 2024 17:05:09 +0200 Subject: [PATCH 3/3] Update isa_ro_crate.md --- profile/isa_ro_crate.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/profile/isa_ro_crate.md b/profile/isa_ro_crate.md index 1d51f77..91e1dc3 100644 --- a/profile/isa_ro_crate.md +++ b/profile/isa_ro_crate.md @@ -225,7 +225,8 @@ 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|| -|name|MUST|Text|| +|givenName|MUST|Text|Given name of a person. Can be used for any type of name.| +|familyName|SHOULD|Text|Family name of a person.| |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)|| @@ -244,11 +245,10 @@ It is based on [schema.org/ScholarlyArticle](https://schema.org/ScholarlyArticle |----------|----------|---------------|-------------| |@type |MUST|Text|must be '[schema.org/ScholarlyArticle](https://schema.org/ScholarlyArticle)'| |@id|MUST|Text or URL|| -|sameAs|MUST|URL|URL of a reference Web page that unambiguously indicates the item's identity.| |headline|MUST|Text|| +|identifier|MUST|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.| |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|