Skip to content

Commit

Permalink
Filter constituents that may not have memberOf.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordandukart authored Aug 27, 2024
1 parent 10bb2e4 commit 1dc04eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@
FILTER NOT EXISTS {
?orphan <info:fedora/fedora-system:def/relations-external#isMemberOfCollection> ?subject .
}
FILTER NOT EXISTS {
?orphan <info:fedora/fedora-system:def/relations-external#isConstituentOf> ?subject
}
}
""",

Expand Down

0 comments on commit 1dc04eb

Please sign in to comment.