File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 821
821
literal ('no-conflict-of-interest' , language = 'en' ),
822
822
},
823
823
},
824
+ # filter-operator values from `trove.vocab.trove.TROVE_API_THESAURUS`
825
+ # duplicated here so `osfmap_json_shorthand` does not prefix "trove:"
826
+ TROVE ['any-of' ]: {
827
+ JSONAPI_MEMBERNAME : {literal ('any-of' , language = 'en' )},
828
+ },
829
+ TROVE ['none-of' ]: {
830
+ JSONAPI_MEMBERNAME : {literal ('none-of' , language = 'en' )},
831
+ },
832
+ TROVE ['is-absent' ]: {
833
+ JSONAPI_MEMBERNAME : {literal ('is-absent' , language = 'en' )},
834
+ },
835
+ TROVE ['is-present' ]: {
836
+ JSONAPI_MEMBERNAME : {literal ('is-present' , language = 'en' )},
837
+ },
838
+ TROVE .before : {
839
+ JSONAPI_MEMBERNAME : {literal ('before' , language = 'en' )},
840
+ },
841
+ TROVE .after : {
842
+ JSONAPI_MEMBERNAME : {literal ('after' , language = 'en' )},
843
+ },
824
844
}
825
845
826
846
You can’t perform that action at this time.
0 commit comments