#81 implemented #72 for the direct case, where two KG objects are linked.
However, reverse links that pass via EmbeddedMetadata instances are not yet supported.
For example: SoftwareVersion has a field copyright, which contains
embedded metadata of type Copyright (which does not have its own ID).
Copyright has a field holders which links to Person, among others.
At present, it is not possible to access the SoftwareVersion from a Person
by way of a reverse field, since the link is not direct. (You can still make a forward query, though).
#81 implemented #72 for the direct case, where two KG objects are linked.
However, reverse links that pass via
EmbeddedMetadatainstances are not yet supported.For example:
SoftwareVersionhas a fieldcopyright, which containsembedded metadata of type
Copyright(which does not have its own ID).Copyrighthas a fieldholderswhich links toPerson, among others.At present, it is not possible to access the
SoftwareVersionfrom aPersonby way of a reverse field, since the link is not direct. (You can still make a forward query, though).