Version 1.7.0
Behavior/feature additions
- Added Russian UI translation
- Breaking change: tag bodies are now serialized differently when terms are from a semantic vocabulary (label + URI) (#94):
{
"type": "SpecificResource",
"purpose": "tagging",
"source": {
"id": "http://vocab.getty.edu/aat/300010358",
"label": "material"
}
}
Non-semantic terms are still represented in the same way, as a TextualBody
with a value
:
{
"type": "TextualBody",
"value": "material",
"purpose": "tagging",
"source": "http://vocab.getty.edu/aat/300010358"
}