Dan Michael O. Heggø
Dan Michael O. Heggø
Sorry for the slow response! As for updates, the approach you choose in #17 looks good to me! It should be ok to implement for fees and fines too (except...
Here's an example: ```php foreach ($record->getFields("505") as $field) { foreach ($field->getSubfields() as $subfield) { if ($subfield->getCode() === "t") { ... } } } ``` A general tip is to autocomplete...
Hi @huiyunfung Editing is indeed possible using File_MARC, but I agree that it should be documented. Here's an example to get you started: ```php
Not sure if this solution is general enough, but until we have a counterexample…
Not that I'm aware of. Neither 100 in authority nor 153 in classification are repeatable. There was a discussion paper in 2001 on [Multilingual Authority Records](https://www.loc.gov/marc/marbi/2001/2001-dp05.html) recommending separate records for...
Yeah, agree. We can add `--concept` and deprecate `--uri`. Feel free to add a PR if you have time.
Cool, I'm already using it as a package in one of my scripts: https://github.com/scriptotek/data_ub_tasks/blob/master/data_ub_tasks/data_ub_tasks.py#L211-L215 Of course one could just pipe data from mc2skos to skosify, but it takes quite a...
👍 for the two options! When it comes to supporting a config file, it would be good if the same format could also be used by skosify directly.
Ouch, feel free to submit a failing test even if you don't have the time to put together a fix right away.
Sweet, this is a very useful addition to MARC21 Authority!