Skip to content

Commit

Permalink
Fix issue not removing correctly from shared collection
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmyers committed Jan 16, 2025
1 parent c266fbe commit a7357c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparql/RemoveFromSharedCollection.sparql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX sbh: <http://wiki.synbiohub.org/wiki/Terms/synbiohub#>

DELETE DATA {
<$uri> sbh:ownedBy <$userUri> .
<$userUri> sbh:canView <$uri> .
}


0 comments on commit a7357c4

Please sign in to comment.