Skip to content

Commit

Permalink
Merge pull request #325 from floWetzels/master
Browse files Browse the repository at this point in the history
Updated profiles page with bugfixes in ISA profile
  • Loading branch information
stain authored Jun 21, 2024
2 parents 2c79f56 + 873250b commit 61e6903
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/pages/resources/profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar: resources
---

<!--
Copyright 2019-2020 The University of Manchester and RO Crate contributors
Copyright 2019-2024 The University of Manchester and RO Crate contributors
<https://github.com/ResearchObject/ro-crate/graphs/contributors>
Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -347,7 +347,7 @@ It SHOULD contain further datasets that follow the `Study` profile.
- [`identifier`](http://schema.org/identifier): [`Text`](https://schema.org/Text) or [`URL`](https://schema.org/URL) (required)
- [`headline`](http://schema.org/headline): [`Text`](https://schema.org/Text) (required)
- [`description`](http://schema.org/description): [`Text`](https://schema.org/Text) (required)
- [`alternateName`](https://schema.org/alternateName): [`Text`](https://schema.org/Text) (required)
- [`additionalType`](https://schema.org/additionalType): [`Text`](https://schema.org/Text) (required)

- [`creator`](http://schema.org/creator): [`Person`](https://schema.org/Person) (recommended)
- [`mentions`](http://schema.org/mentions): [`DefinedTermSet`](https://schema.org/DefinedTermSet) (recommended)
Expand All @@ -366,7 +366,7 @@ It contexualizes further datasets that follow the `Assay` profile.
- [`Dataset`](http://schema.org/dataset)
- [`identifier`](http://schema.org/identifier): [`Text`](https://schema.org/Text) or [`URL`](https://schema.org/URL) (required)
- [`headline`](http://schema.org/headline): [`Text`](https://schema.org/Text) (required)
- [`alternateType`](https://schema.org/alternateName): [`Text`](https://schema.org/Text) (required)
- [`additionalType`](https://schema.org/additionalType): [`Text`](https://schema.org/Text) (required)
- [`creator`](http://schema.org/creator): [`Person`](https://schema.org/Person) (required)

- [`hasPart`](https://schema.org/hasPart): [`Dataset`](https://schema.org/Dataset) or [`File`](https://schema.org/MediaObject) (recommended)
Expand Down

0 comments on commit 61e6903

Please sign in to comment.