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

Add Support to CROM for AttributeAssignment Multiplicity – DEV-10291 #180

Closed bluebinary closed 3 years ago

bluebinary commented 3 years ago

Added support to CROM to correct an ontology bug reported in https://github.com/linked-art/linked.art/issues/445 whereby an AttributeAssignment entity’s assigned property should be able to accept an array (list) of values rather than just an object as was erroneously the case previously.