ebucoreplus icon indicating copy to clipboard operation
ebucoreplus copied to clipboard

Object properties "references" and "isReferencedBy" have two separate ranges: "EditorialObject" and "BibliographicalObject"

Open JuergenGrupp opened this issue 2 years ago • 1 comments

The inverse object properties references ad isReferencedBy need both of EditorialObject and Bibliographical Object as range. The result should allow these statements:

  1. EditorialObject references only (BibliographicalObject or EditorialObject)
  2. EditorialObject isReferencedBy only (BibliographicalObject or EditorialObject)
  3. BibliographicalObject references only (BibliographicalObject or EditorialObject)
  4. BibliographicalObject isReferencedBy only (BibliographicalObject or EditorialObject)

JuergenGrupp avatar Jul 14 '23 15:07 JuergenGrupp

Yes, it is a bug, but we can also express the class restrictions as: EditorialObject references min 0 BibliographicalObject etc which is perhaps what we mean.

tormodv avatar Aug 13 '23 19:08 tormodv