thegetty / crom

Python library to make creation of CIDOC CRM easier by mapping classes/predicates to python objects
Apache License 2.0
49 stars 16 forks source link

Allow vocab managed types to have metatypes from instances #93

Closed azaroth42 closed 4 years ago

azaroth42 commented 4 years ago

From https://github.com/linked-art/linked.art/issues/238, there are so many different object types that the types should have a meta-type.

This PR allows metatypes on any vocab class, and adds aat's object/work type category concept to all of the object types.

And fix ISSN typo while there