Skip to content

Commit

Permalink
document: add 3 new type of subjects
Browse files Browse the repository at this point in the history
* Adds place, temporal and work type on subject filters.

Co-Authored-by: Bertrand Zuchuat <[email protected]>
  • Loading branch information
Garfield-fr authored and zannkukai committed Aug 17, 2023
1 parent bcd73ba commit 8392ad2
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,18 @@
{
"label": "bf:Organisation",
"value": "bf:Organisation"
},
{
"label": "Place",
"value": "bf:Place"
},
{
"label": "Temporal",
"value": "bf:Temporal"
},
{
"label": "Work",
"value": "bf:Work"
}
]
},
Expand Down

0 comments on commit 8392ad2

Please sign in to comment.