Skip to content

Commit d2fa8a9

Browse files
committed
feat(apps/beta): Add isPartOf to relationFilters
1 parent 432943b commit d2fa8a9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

source/apps.jsonld

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@
116116
"relationFilters": {
117117
"Agent": [ "contributor", "subject", "publisher" ],
118118
"Concept": [ "subject", "genreForm", "hasOccupation", "fieldOfActivity", "termComponentList" ],
119-
"Work": [ "subject" ]
119+
"Work": [ "subject", "isPartOf" ],
120+
"Instance": [ "subject", "isPartOf" ]
120121
}
121122
},
122123
{

0 commit comments

Comments
 (0)