OBJECT
WorkDerivation
A record of a work being derived from the content of another work, through one or more derivation methods
link GraphQL Schema definition
- type WorkDerivation {
- # Methods by which the work is derived from its original, such as compilation and
- # revised
- WorkDerivationMethod!]! : [
- # The work derived from the original work
- Work! :
- # The unique Consonance identifier
- Int :
- # The original work from which this work is derived
- Work! :
- # A number which specifies the nominal position of an original work in the derived
- # work
- Int :
- # The unique internal ID of the derived work
- Int! :
- }
link Require by
- CreateWorkOriginationPayloadAutogenerated return type of CreateWorkOrigination.
- DeleteWorkOriginationPayloadAutogenerated return type of DeleteWorkOrigination.
- UpdateWorkOriginationPayloadAutogenerated return type of UpdateWorkOrigination.
- WorkA unique item of intellectual property on which products are based