Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add inCollection statement for "laufend ausgewertete NWBib-Zeitschriften" #1781

Closed
acka47 opened this issue Jun 1, 2023 · 3 comments
Closed
Assignees

Comments

@acka47
Copy link
Contributor

acka47 commented Jun 1, 2023

Prerequisite for hbz/nwbib#611.

The necessary information is in MARC field 960 and can come in three variations:

  1. periodicals used by DE-6, e.g. 990055981810206441
<datafield tag="960" ind1="1" ind2=" ">
  <subfield code="n">NWBib-Zeitschrift-6</subfield>
</datafield>
  1. periodicals used by DE-61, e.g. 990054345550206441
<datafield tag="960" ind1="1" ind2=" ">
  <subfield code="n">NWBib-Zeitschrift-61</subfield>
</datafield>

Edit: 3. other periodicals, e.g. 990109712970206441

<datafield tag="960" ind1="1" ind2=" ">
   <subfield code="n">NWBib-Zeitschrift</subfield>
</datafield>

The following inCollection statement should be added:

{
   "id":"https://nwbib.de/journals",
   "label":"Laufend ausgewertete NWBib-Zeitschriften",
   "type":[
      "Collection"
   ]
}
@acka47
Copy link
Contributor Author

acka47 commented Jun 1, 2023

An update/correction re. the original comment:

  1. other periodicals, e.g. 990109712970206441
<datafield tag="960" ind1="1" ind2=" ">
   <subfield code="n">NWBib-Zeitschrift</subfield>
</datafield>

U.P. just told us via the mailing list to not include these but only entries with NWBib-Zeitschrift-6 or NWBib-Zeitschrift-61:

Am 01.06.23 um 16:18 schrieb U.P.:

einige Zeitschriften, die wir aus Düsseldorf in der Liste der laufend ausgewerteten Zeitschriften noch haben, erscheinen nicht mehr. Bei einigen ist es zweifelhaft und muss noch geprüft werden. Diese Zeitschriften haben wir nicht mit dem erweiterten Abrufreichen "NWBib-Zeitschrift-61" versehen. Das ist also durchaus beabsichtigt. Auch die Bonner Beethoven-Studien sind so ein Fall. Diese Fälle haben wir ja im Blick und würden sie später, wenn sie doch noch weiter erscheinen, mit dem erweiterten Abrufzeichen versehen können, nicht wahr? Sie könnten aus Düsseldorfer Sicht also wirklich nur die in die neue Liste packen, die das erweiterte Abrufzeichen haben.

@acka47 acka47 moved this from Backlog to Working in lobid-resources Jun 1, 2023
@acka47 acka47 moved this from Working to Ready in lobid-resources Jun 1, 2023
TobiasNx added a commit that referenced this issue Jun 2, 2023
dr0i added a commit that referenced this issue Jun 2, 2023
@TobiasNx TobiasNx moved this from Ready to Review in lobid-resources Jun 2, 2023
@TobiasNx
Copy link
Contributor

the example for the not matching variant, now matches in the source data:

https://alma.lobid.org/marcxml/990109712970206441

NWBib-Zeitschrift-61

otherwise @acka47 can this be closed?

@acka47
Copy link
Contributor Author

acka47 commented Jan 12, 2024

Yes, this looks good. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants