UNPKG

onix-codelist

Version:
12 lines (11 loc) 675 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WorkRelation = void 0; var WorkRelation; (function (WorkRelation) { WorkRelation[WorkRelation["ManifestationOf"] = '01'] = "ManifestationOf"; WorkRelation[WorkRelation["DerivedFrom"] = '02'] = "DerivedFrom"; WorkRelation[WorkRelation["RelatedWorkIsDerivedFromThis"] = '03'] = "RelatedWorkIsDerivedFromThis"; WorkRelation[WorkRelation["OtherWorkInSameCollection"] = '04'] = "OtherWorkInSameCollection"; WorkRelation[WorkRelation["OtherWorkBySameContributor"] = '05'] = "OtherWorkBySameContributor"; })(WorkRelation = exports.WorkRelation || (exports.WorkRelation = {}));