-
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 #191 from psychoinformatics-de/towards-v1
Factor out a roles schema
- Loading branch information
Showing
38 changed files
with
1,828 additions
and
1,778 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
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
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
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
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
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
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
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
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
9 changes: 4 additions & 5 deletions
9
src/distribution/unreleased/examples/Distribution-datatypes.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
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
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
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
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
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 |
---|---|---|
|
@@ -7,10 +7,10 @@ | |
"type": "obo:NCIT_C25625", | ||
"qualified_association": [ | ||
{ | ||
"had_role": [ | ||
"object": "exthisds:#[email protected]", | ||
"had_roles": [ | ||
"marcrel:aut" | ||
], | ||
"agent": "exthisds:#[email protected]" | ||
] | ||
} | ||
], | ||
"ended_at": "2001-02-28T18:27:04+02:00" | ||
|
@@ -21,10 +21,10 @@ | |
"type": "obo:NCIT_C42882", | ||
"qualified_association": [ | ||
{ | ||
"had_role": [ | ||
"object": "exthisds:#[email protected]", | ||
"had_roles": [ | ||
"marcrel:cre" | ||
], | ||
"agent": "exthisds:#[email protected]" | ||
] | ||
} | ||
], | ||
"was_informed_by": [ | ||
|
@@ -67,12 +67,10 @@ | |
"schema_type": "dldist:Resource", | ||
"qualified_derivation": [ | ||
{ | ||
"had_role": [ | ||
"object": "https://concepts.datalad.org/ns/gitsha/a52963ce19a3e3628e9976555ffc8c422b29f054", | ||
"had_roles": [ | ||
"owl:priorVersion" | ||
], | ||
"entity": [ | ||
"https://concepts.datalad.org/ns/gitsha/a52963ce19a3e3628e9976555ffc8c422b29f054" | ||
], | ||
"schema_type": "dlprov:Derivation", | ||
"had_activity": "obo:NCIT_C25446" | ||
} | ||
|
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 |
---|---|---|
|
@@ -26,16 +26,14 @@ has_attributes: | |
version: 8d6f033bb2a6109b2c4d64d6f27b0feb181e4d0f | ||
qualified_derivation: | ||
# parent commit(s) | ||
- entity: | ||
# in a derivation any number of entities can play a role | ||
- https://concepts.datalad.org/ns/gitsha/a52963ce19a3e3628e9976555ffc8c422b29f054 | ||
- object: https://concepts.datalad.org/ns/gitsha/a52963ce19a3e3628e9976555ffc8c422b29f054 | ||
# "change", ie. unknown what was done | ||
# there are plenty of terms to drill down on the nature | ||
# of the derivation | ||
# - obo:NCIT_C64266: merge | ||
# - obo:NCIT_C64911: add | ||
had_activity: obo:NCIT_C25446 | ||
had_role: | ||
had_roles: | ||
- owl:priorVersion | ||
relations: | ||
# author activity | ||
|
@@ -49,8 +47,8 @@ relations: | |
ended_at: "2001-02-28T18:27:04+02:00" | ||
qualified_association: | ||
# author of the commit | ||
- agent: exthisds:#[email protected] | ||
had_role: | ||
- object: exthisds:#[email protected] | ||
had_roles: | ||
- marcrel:aut | ||
# commit activity | ||
- id: https://concepts.datalad.org/ns/gitsha/8d6f033bb2a6109b2c4d64d6f27b0feb181e4d0f#committing | ||
|
@@ -61,8 +59,8 @@ relations: | |
ended_at: "2002-05-30T09:30:10+06:00" | ||
qualified_association: | ||
# creator of the commit | ||
- agent: exthisds:#[email protected] | ||
had_role: | ||
- object: exthisds:#[email protected] | ||
had_roles: | ||
- marcrel:cre | ||
was_informed_by: | ||
- https://concepts.datalad.org/ns/gitsha/8d6f033bb2a6109b2c4d64d6f27b0feb181e4d0f#authoring | ||
|
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
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
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"notation": "10.2760/271009", | ||
"creator": "https://op.europa.eu", | ||
"schema_agency": "Publications Office of the European Union", | ||
"@type": "DOI" | ||
} |
Oops, something went wrong.