Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Apr 15:49
· 6 commits to main since this release

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