Changes
Fix validation issues Fixes 12
Breaking change in Concept class:
- renames hasPart to has_part
Adds the following new properties to Concept class:
- specializes: concepts that this concept is a specialization of
- is_part_of: concepts that this concept is part of
- dct_identifier
Adds the following new property to Collection class:
- dct_identifier
Adds the following new property to GenericRelation class:
- specialized_concepts: concepts that this specializes this concept
Adds the following new property to PartitiveRelation class:
- is_part_of_concepts: concepts that this concept is part of