diff --git a/src/things/abstract/academic-term.ts b/src/things/abstract/academic-term.ts index d46322d5..f6210f9d 100644 --- a/src/things/abstract/academic-term.ts +++ b/src/things/abstract/academic-term.ts @@ -25,6 +25,7 @@ export interface SCAcademicTermWithoutReferences * Short name of the academic term, using the given pattern * * @aggregatable + * @filterable * @keyword */ acronym: string; diff --git a/src/things/abstract/creative-work.ts b/src/things/abstract/creative-work.ts index d0265224..703cd851 100644 --- a/src/things/abstract/creative-work.ts +++ b/src/things/abstract/creative-work.ts @@ -44,6 +44,7 @@ export interface SCCreativeWorkWithoutReferences * Keywords of the creative work * * @aggregatable + * @filterable * @keyword */ keywords?: string[]; diff --git a/src/things/abstract/thing-with-categories.ts b/src/things/abstract/thing-with-categories.ts index 0b75f3bf..a61ae394 100644 --- a/src/things/abstract/thing-with-categories.ts +++ b/src/things/abstract/thing-with-categories.ts @@ -29,6 +29,7 @@ export interface SCThingWithCategoriesWithoutReferences