You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to be able to extract the RVK Registereinträge from the official dump. These are not converted by mc2skos and it's probably not worth it to adjust it so that they are included. Instead, we could write an additional script that extracts them and optionally 1) adds them to the RVK JSKOS data (we have decided to use the field subjects for that) or 2) export them as a JSKOS concordance (see "GND-Indexterme der RVK" in Cocoda; it just needs to updated). 1) would be nice for indexing/search as well as showing the data in Cocoda.
The Registereinträge are in the field 750. Subfield 0 contains the ID (although it needs to be cleaned, see below), subfield a contains the label (which should be saved in prefLabel.de), and subfield 2 contains the string "gnd" (I'm not sure if there are any others, so entries with other values should be filtered out).
We need to be able to extract the RVK Registereinträge from the official dump. These are not converted by mc2skos and it's probably not worth it to adjust it so that they are included. Instead, we could write an additional script that extracts them and optionally 1) adds them to the RVK JSKOS data (we have decided to use the field
subjects
for that) or 2) export them as a JSKOS concordance (see "GND-Indexterme der RVK" in Cocoda; it just needs to updated). 1) would be nice for indexing/search as well as showing the data in Cocoda.The Registereinträge are in the field 750. Subfield
0
contains the ID (although it needs to be cleaned, see below), subfielda
contains the label (which should be saved inprefLabel.de
), and subfield2
contains the string "gnd" (I'm not sure if there are any others, so entries with other values should be filtered out).This is an example entry for BV 9150:
The resulting entry in the subjects field should be:
Not sure if
type
is necessary or can be inferred.The resulting mapping for the concordance should be:
(Maybe it would be good to include
notation
for the concept data as well because we include it when creating mappings in Cocoda.)The text was updated successfully, but these errors were encountered: