Re: [CODE4LIB] Representing copyright holder in MODS

2011-06-17 Thread Riley, Jenn
I'd probably do:

name type=personal
namePartTaylor, Mike/namePart
role
roleTerm type=code authority=marcrelatorcph/roleTerm
roleTerm type=text authority=marcrelatorCopyright 
holder/roleTerm
/role
/name


That could be used either in the main record, or inside relatedItem as
Ray suggested if you're just referring to the abstract.

Jenn 
(Chair, MODS Editorial Committee)


Jenn Riley
Head, Carolina Digital Library and Archives
The University of North Carolina at Chapel Hill
http://cdla.unc.edu/
http://www.lib.unc.edu/users/jlriley

jennri...@unc.edu
(919) 843-5910




On 6/13/11 11:46 AM, Mike Taylor m...@indexdata.com wrote:

So far as I can make out from the element descriptions at
http://www.loc.gov/standards/mods/userguide/origininfo.html
and related pages, there seems to be no way to express in MODS who the
copyright holder of a work is -- which seems strange, as you CAN state
the copyright date.

Am I missing something?

(The publisher element is not the answer here, as it's not at all
unusual for the copyright to be held by someone other than the
publisher -- the author, for example.)


Re: [CODE4LIB] Representing copyright holder in MODS

2011-06-13 Thread Benjamin Florin
The MODS convention is to add an accessCondition containing copyright
information expressed in a more specialized schema. There's an example
at:

  http://www.loc.gov/standards/mods/userguide/accesscondition.html

The word copyright in copyrightDate in originInfo is a bit of a
misdirect in this case, since copyright date is always relevant to the
resource's origin but the identity of the rights holder isn't.

Cheers,
Ben Florin

On Mon, Jun 13, 2011 at 11:46 AM, Mike Taylor m...@indexdata.com wrote:
 So far as I can make out from the element descriptions at
        http://www.loc.gov/standards/mods/userguide/origininfo.html
 and related pages, there seems to be no way to express in MODS who the
 copyright holder of a work is -- which seems strange, as you CAN state
 the copyright date.

 Am I missing something?

 (The publisher element is not the answer here, as it's not at all
 unusual for the copyright to be held by someone other than the
 publisher -- the author, for example.)



Re: [CODE4LIB] Representing copyright holder in MODS

2011-06-13 Thread Mike Taylor
On 13 June 2011 16:58, Benjamin Florin benjamin.flo...@gmail.com wrote:
 The MODS convention is to add an accessCondition containing copyright
 information expressed in a more specialized schema. There's an example
 at:

  http://www.loc.gov/standards/mods/userguide/accesscondition.html

 The word copyright in copyrightDate in originInfo is a bit of a
 misdirect in this case, since copyright date is always relevant to the
 resource's origin but the identity of the rights holder isn't.

Many thanks for this, I don't think I would have spotted it!

Any thoughts on how I might use this to express the copyright status
of the item's abstract?

-- Mike.




 Cheers,
 Ben Florin

 On Mon, Jun 13, 2011 at 11:46 AM, Mike Taylor m...@indexdata.com wrote:
 So far as I can make out from the element descriptions at
        http://www.loc.gov/standards/mods/userguide/origininfo.html
 and related pages, there seems to be no way to express in MODS who the
 copyright holder of a work is -- which seems strange, as you CAN state
 the copyright date.

 Am I missing something?

 (The publisher element is not the answer here, as it's not at all
 unusual for the copyright to be held by someone other than the
 publisher -- the author, for example.)





Re: [CODE4LIB] Representing copyright holder in MODS

2011-06-13 Thread Ray Denenberg, Library of Congress
 From: Mike Taylor
 Any thoughts on how I might use this to express the copyright status of
 the item's abstract?

One way, that I have heard discussed (though I don't know if anyone is doing
it) is to represent the abstract as part of a related item (type =
constituent).  The related item could consist of just the abstract and the
copyright statement.  

--Ray


Re: [CODE4LIB] Representing copyright holder in MODS

2011-06-13 Thread Mike Taylor
On 13 June 2011 18:39, Ray Denenberg, Library of Congress r...@loc.gov wrote:
 From: Mike Taylor
 Any thoughts on how I might use this to express the copyright status of
 the item's abstract?

 One way, that I have heard discussed (though I don't know if anyone is doing
 it) is to represent the abstract as part of a related item (type =
 constituent).  The related item could consist of just the abstract and the
 copyright statement.

Thanks, Ray.  That makes sense, but seems a bit verbose.  At the
moment, since the accesscondition element's type attribute is
uncontrolled, I am just using copyright for the main copyright
statement and copyrightabstract for the copyright of the abstract.

On 13 June 2011 17:45, Montoya, Gabriela gamont...@ucsd.edu wrote:
 Why not use PREMIS? Here at UCSD, we recognized that MODS was not sufficient 
 to capture our copyright information, although we do use MODS for our 
 descriptive metadata.

Thanks for this.  An interesting alternative, but not one that we can
switch to at this stage.  It's MODS or MODS+extensions for us.

-- Mike.