Skip to content

Commit 800ba3c

Browse files
Update README.md
1 parent e07af27 commit 800ba3c

1 file changed

Lines changed: 4 additions & 48 deletions

File tree

‎README.md‎

Lines changed: 4 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Examples of correctly formatted file names:
2323

2424
## Reconciliation instructions by metadata element / authority type
2525

26+
### Genres
27+
28+
[Genre reconciliation instructions](/instructions/genres.md)
29+
2630
### Languages
2731

2832
[Language reconciliation instructions](/instructions/languages.md)
@@ -71,54 +75,6 @@ json/name/060-name-known-org.json
7175
json/name/090-name-finalize.json
7276
```
7377

74-
## Reconciling genres
75-
76-
1. Load `DATE-genres-DATATYPE-INSTITUTION.csv` into OpenRefine; rename `DATE-genres-DATATYPE-INSTITUTION-enriched.csv`
77-
2. Add workflow columns: [JSON][genre_workflow]
78-
79-
[genre_workflow]: json/genre/010-genre-workflow.json
80-
81-
### to AAT
82-
83-
3. Copy filtered `genre_as_recorded` column and reconcile new `recon-genre` column against AAT vocabulary: [JSON][genre_aat_recon]
84-
4. Apply list of previously reconciled or known AAT terms: [JSON][genre_aat_known]
85-
5. Manually reconcile and update known AAT genre terms: *edit [JSON][genre_aat_known]*
86-
6. Add `aat-label` and `genre-aat` columns: [JSON][genre_aat]
87-
88-
[genre_aat_recon]: json/genre/aat/030-genre-aat-recon.json
89-
[genre_aat_known]: json/genre/aat/040-genre-aat-known.json
90-
[genre_aat]: json/genre/aat/050-genre-aat.json
91-
92-
### to FAST
93-
94-
3. Copy filtered `genre_as_recorded` column and reconcile new `recon-genre` column against FAST terms: [JSON][genre_fast_recon]
95-
4. Apply list of previously reconciled or known FAST terms: [JSON][genre_fast_known]
96-
5. Manually reconcile and update known FAST genre terms: *edit [JSON][genre_fast_known]*
97-
6. Add `fast-label` and `genre-fast` columns: [JSON][genre_fast]
98-
99-
[genre_fast_recon]: json/genre/fast/030-genre-fast-recon.json
100-
[genre_fast_known]: json/genre/fast/040-genre-fast-known.json
101-
[genre_fast]: json/genre/fast/050-genre-fast.json
102-
103-
#### *TBD instructions for other genres as needed*
104-
105-
### all genre terms: finalize
106-
107-
7. Finalize workflow; consolidate `authorized_label` and `structured_value` columns: [JSON][genre_finalize]
108-
8. Export three versions from OpenRefine as CSV files: 1) full document (retain file name), 2) facet by `structured_value` blank (null/empty) = `true` and rename it `DATE-genres-DATATYPE-INSTITUTION-unreconciled.csv`, 3) facet by `structured_value` blank (null/empty) = `false` and rename it `DATE-genres-DATATYPE-INSTITUTION-reconciled.csv`
109-
110-
[genre_finalize]: json/genre/090-genre-finalize.json
111-
112-
```
113-
json/genre/010-genre-workflow.json
114-
json/genre/aat/030-genre-aat-recon.json
115-
json/genre/aat/040-genre-aat-known.json
116-
json/genre/aat/050-genre-aat.json
117-
json/genre/fast/030-genre-fast-recon.json
118-
json/genre/fast/040-genre-fast-known.json
119-
json/genre/fast/050-genre-fast.json
120-
json/genre/090-genre-finalize.json
121-
```
12278

12379
## Reconciling subjects to FAST
12480

0 commit comments

Comments
 (0)