Skip to content

Implement "indirect reverse" fields, those which pass via an EmbeddedMetadata #82

Description

@apdavison

#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).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions