Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add qualified relations #52

Closed
onyame opened this issue Jun 21, 2021 · 2 comments · Fixed by #55
Closed

Add qualified relations #52

onyame opened this issue Jun 21, 2021 · 2 comments · Fixed by #55
Labels
feature Implement this feature model Improvements or additions to the PROV model
Milestone

Comments

@onyame
Copy link
Member

onyame commented Jun 21, 2021

To have qualified relations instead of binary relation between PROV class elements, add attributes to relations, at least:

  • wasGeneratedBy

    • prov:time
    • prov:role
  • used

    • prov:time
    • prov:role
  • wasInvalidatedBy

    • prov:time
@onyame onyame added feature Implement this feature model Improvements or additions to the PROV model labels Jun 21, 2021
@onyame onyame added this to the 0.6 milestone Jun 21, 2021
@cdboer
Copy link
Collaborator

cdboer commented Feb 8, 2022

Here some PROV-O links for the mentioned relations:

According to PROV-O the attribute names should be:

  • prov:atTime instead of prov:time
  • prov:hadRole instead of prov:role

@cdboer
Copy link
Collaborator

cdboer commented Apr 26, 2022

This issue will be closed when V1.0 is merged into master. Qualified relations are included in the V1.0 release candidate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Implement this feature model Improvements or additions to the PROV model
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants