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

Publisher + scope of claim #14

Open
seanredmond opened this issue Mar 7, 2018 · 0 comments
Open

Publisher + scope of claim #14

seanredmond opened this issue Mar 7, 2018 · 0 comments

Comments

@seanredmond
Copy link
Member

screen shot 2018-03-07 at 12 34 59 pm

The publisher is the claimant, so maybe that can be combined à la #11, but there is also a statement about what the copyright applies to "© on full-length book version". This is similar to what the <newMatterClaimed> element is for, but 1) is it new? and 2) how to capture it?

If it is "new" since the publication of the previous selections and allow <newMatterClaimed> here:

<publisher claimant="yes">
    <newMatterClaimed>on full-length book version</newMatterClaimed>
    <pubName>Limes Verlag (Max Niedermayer)</pubName>
</publisher>

Or if it isn't really new, use a different element

<publisher claimant="yes">
    <claim>on full-length book version</claim>
    <pubName>Limes Verlag (Max Niedermayer)</pubName>
</publisher>

Is it important whether any claim is "new" or not? <newMatterClaimed> could just be something like <claim> with the newness left to the context.

seanredmond added a commit that referenced this issue Mar 20, 2018
See #18

Allow anything in <copyrightEntry> rather than try to prescribe all
the possibilities.

Remove <otherauthor> and make <role>  a child of <author>.

Add claimant attribute to <pubName> and PCDATA to <publisher> (see #14).

Add date attribute to <regDate> and <affDate>, change case of attribute in
<copies> (fixes #8).

Add num attribute to copies (fixes #15).

Add back <registrationNumber> (see #5).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant