-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #94 from psychoinformatics-de/ex-rocrate
Add RO-crate inspired examples
- Loading branch information
Showing
15 changed files
with
376 additions
and
186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 16 additions & 11 deletions
27
src/examples/dataset-version/DatasetVersionObject-affiliation.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 12 additions & 10 deletions
22
src/examples/dataset-version/DatasetVersionObject-affiliation.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
description: >- | ||
Some key facts about the data | ||
was_attributed_to: | ||
- meta_type: dlco:ResearchContributorObject | ||
meta_code: doe | ||
name: Jane Doe | ||
email: doe@example.com | ||
# reference organization by meta_code | ||
affiliation: DFG | ||
- meta_type: dlco:OrganizationObject | ||
meta_code: DFG | ||
name: Deutsche Forschungsgemeinschaft | ||
qualified_attribution: | ||
- agent: | ||
meta_type: dlco:ResearchContributorObject | ||
name: Jane Doe | ||
email: doe@example.com | ||
# reference organization by meta_code | ||
affiliation: DFG | ||
- agent: doe | ||
had_role: | ||
- marcrel:aut | ||
- agent: | ||
meta_type: dlco:OrganizationObject | ||
meta_code: DFG | ||
name: Deutsche Forschungsgemeinschaft | ||
- agent: DFG | ||
had_role: | ||
# Supporting host | ||
- marcrel:sht |
20 changes: 12 additions & 8 deletions
20
src/examples/dataset-version/DatasetVersionObject-funding.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,23 @@ | ||
{ | ||
"qualified_relation": [ | ||
{ | ||
"entity": { | ||
"meta_type": "dlco:GrantObject", | ||
"identifier": "https://gepris.dfg.de/gepris/projekt/431549029", | ||
"sponsor": { | ||
"name": "Deutsche Forschungsgemeinschaft" | ||
}, | ||
"name": "SFB1451" | ||
}, | ||
"entity": "sfb1451", | ||
"had_role": [ | ||
"schema:funding" | ||
] | ||
} | ||
], | ||
"relation": [ | ||
{ | ||
"meta_code": "sfb1451", | ||
"meta_type": "dlco:GrantObject", | ||
"identifier": "https://gepris.dfg.de/gepris/projekt/431549029", | ||
"sponsor": { | ||
"name": "Deutsche Forschungsgemeinschaft" | ||
}, | ||
"name": "SFB1451" | ||
} | ||
], | ||
"description": "Some key facts about the data", | ||
"@type": "DatasetVersionObject" | ||
} |
14 changes: 8 additions & 6 deletions
14
src/examples/dataset-version/DatasetVersionObject-funding.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
description: >- | ||
Some key facts about the data | ||
relation: | ||
- meta_type: dlco:GrantObject | ||
meta_code: sfb1451 | ||
name: SFB1451 | ||
identifier: https://gepris.dfg.de/gepris/projekt/431549029 | ||
sponsor: | ||
name: Deutsche Forschungsgemeinschaft | ||
qualified_relation: | ||
- entity: | ||
meta_type: dlco:GrantObject | ||
name: SFB1451 | ||
identifier: https://gepris.dfg.de/gepris/projekt/431549029 | ||
sponsor: | ||
name: Deutsche Forschungsgemeinschaft | ||
- entity: sfb1451 | ||
had_role: | ||
- schema:funding |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.