@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
34 lines (33 loc) • 1.71 kB
text/typescript
// https://ns.editeur.org/onix/en/164
export enum WorkRelation {
_01 = '01', // Manifestation of
_02 = '02', // Derived from
_03 = '03', // Related work is derived from this
_04 = '04', // Other work in same (bibliographic) collection
_05 = '05', // Other work by same contributor
_06 = '06', // Manifestation of original work
_21 = '21', // Derived from by abridgement
_22 = '22', // Derived from by annotation
_23 = '23', // Derived from by compilation
_24 = '24', // Derived from by criticism
_25 = '25', // Derived from by excerption
_26 = '26', // Derived from by expurgation
_27 = '27', // Derived from by addition (of non-text material)
_28 = '28', // Derived from by revision
_29 = '29', // Derived from via translation
_30 = '30', // Derived from via adaptation
_31 = '31', // Derived from by subtraction (of non-text material)
_41 = '41', // Related work is derived from this by abridgement
_42 = '42', // Related work is derived from this by annotation
_43 = '43', // Related work is derived from this by compilation
_44 = '44', // Related work is derived from this by criticism
_45 = '45', // Related work is derived from this by excerption
_46 = '46', // Related work is derived from this by expurgation
_47 = '47', // Related work is derived from this by addition (of non-text material)
_48 = '48', // Related work is derived from this by revision
_49 = '49', // Related work is derived from this via translation
_50 = '50', // Related work is derived from this via adaptation
_51 = '51', // Derived from this by subtraction (of non-text material)
_98 = '98', // Manifestation of LRM work
_99 = '99', // Manifestation of LRM expression
}