onix-codelist
Version:
ONIX 3.0 Code lists
18 lines (17 loc) • 1.31 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ContributorPlaceRelator = void 0;
var ContributorPlaceRelator;
(function (ContributorPlaceRelator) {
ContributorPlaceRelator[ContributorPlaceRelator["AssociatedWith"] = '00'] = "AssociatedWith";
ContributorPlaceRelator[ContributorPlaceRelator["BornIn"] = '01'] = "BornIn";
ContributorPlaceRelator[ContributorPlaceRelator["DiedIn"] = '02'] = "DiedIn";
ContributorPlaceRelator[ContributorPlaceRelator["FormerlyResidedIn"] = '03'] = "FormerlyResidedIn";
ContributorPlaceRelator[ContributorPlaceRelator["CurrentlyResidesIn"] = '04'] = "CurrentlyResidesIn";
ContributorPlaceRelator[ContributorPlaceRelator["EducatedIn"] = '05'] = "EducatedIn";
ContributorPlaceRelator[ContributorPlaceRelator["WorkedIn"] = '06'] = "WorkedIn";
ContributorPlaceRelator[ContributorPlaceRelator["FlourishedIn"] = '07'] = "FlourishedIn";
ContributorPlaceRelator[ContributorPlaceRelator["CitizenOf"] = '08'] = "CitizenOf";
ContributorPlaceRelator[ContributorPlaceRelator["RegisteredIn"] = '09'] = "RegisteredIn";
ContributorPlaceRelator[ContributorPlaceRelator["OperatingFrom"] = '10'] = "OperatingFrom";
})(ContributorPlaceRelator = exports.ContributorPlaceRelator || (exports.ContributorPlaceRelator = {}));