NYPL / catalog_of_copyright_entries_project

NYPL Project to transcribe and parse pages from the US Catalog of Copyright Entries
Creative Commons Zero v1.0 Universal
58 stars 13 forks source link

Better markup for previous registrations #27

Open seanredmond opened 6 years ago

seanredmond commented 6 years ago

We have the <prev-regNum> element for AI0-370 in this entry, but no specific way to encode the explanation and date "Application states prev. pub. abroad 15Feb50"

screen shot 2018-06-18 at 12 44 09 pm

It seems like a good idea to capture this. I would propose something like

<prevReg>
    Application states prev. pub. abroad 
    <regDate date="1950-02-15">15Feb50</regDate>,
    <regNum>AI0-370</regNum>
</prevReg>