-
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.
This takes the most essential classes and slots from the `prov` schema, and factors them out. It does so, trying to consolidate the concepts of PROV's `Influence` and DCAT's `QualifiedRelation` into a single schema element (`Relationship`). `Relationship` links two (and only two) things. The previous exception of a multi-object relationship within `Derivation` is given up for homogeneity. A `Relationship` can be characterized by multiple roles. The corresponding slot `had_roles` is declared to be multivalued (and uses the plural form in its slot name). A number of `prov-schema` elements have been removed in an effort to simplify the resulting data structures: The slots `agent` and `entity` are replaced by a reuse of thing's `object` uniformly. The respective range definitions have been moved to the corresponding association classes. `Influence` is removed, and `Relationship` is used as a base for more specialized PROV relationships.
- Loading branch information
Showing
37 changed files
with
1,813 additions
and
1,769 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
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
Oops, something went wrong.