Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ils_middleware/tasks/folio/mappings/bf_work.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
WHERE {{
<{bf_work}> a bf:Work .
<{bf_work}> bf:contribution ?contrib_bnode .
?contrib_bnode a bf:Contribution .
?contrib_bnode a bf:PrimaryContribution .
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comment on PR.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be preferable to have both bf:PrimaryContribution and bf:Contribution. And if possible, bf:PrimaryContribution should be marked as "primary".

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, both. I would like to close this PR request and create a new one. Looking more closely at my checklist in #203, I think that this PR is slightly off. We will have both PrimaryContribution and Contribution.

?contrib_bnode bf:role ?role_uri .
?role_uri rdfs:label ?role .
?contrib_bnode bf:agent ?agent_uri .
Expand Down