This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Description
Going through the vocab (properties.json) I realized some weird things in the vocab extraction:
- one time a property was shown as
"deprecated": true but it should have been false
- one time a property had
"deprecated": "description of the property" + "description": null
I will have a look at the script and see if I can find where such errors may occur from.
If I find something I'll provide more details.