cwrc / DEPRECATED--CWRC-Dialogs

0 stars 0 forks source link

Title creation form: add sameAs field #89

Open ilovan opened 9 years ago

ilovan commented 9 years ago

Map it to the MODS identifier element.

Tentative deadline: end of July 2015.

jefferya commented 9 years ago

@ilovan @brundin

Two questions:

(1) Where should the element be located (e.g. after genre)? See below example (2) Any attributes?

<?xml version="1.0" encoding="UTF-8"?>
<mods xmlns="http://www.loc.gov/mods/v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/mods.xsd">
    <titleInfo>
        <title>blah</title>
    </titleInfo>
    <identifier type="uri">blah</identifier>
    <genre type="formatType">Book (part)</genre>
    <accessCondition type="use and reproduction">Use of this public-domain resource is governed by the <a href="http://creativecommons.org/licenses/by-nc/4.0/" rel="license">Attribution-NonCommercial 4.0 International License</a>.</accessCondition>
    <recordInfo>
        <recordCreationDate encoding="w3cdtf">2015-07-10</recordCreationDate>
        <recordChangeDate encoding="w3cdtf">2015-07-10</recordChangeDate>
    </recordInfo>
</mods>
jefferya commented 9 years ago

@ilovan @brundin Tweaked order as per Michael's advice.