Hi Massimiliano, I don't think that the OAI crosswalk will output those metadata fields. In other words, you might have metadata values in DSpace, but only certain fields (title, author, ...) have built-in crosswalks out. So, if dc.description.embargo isn't present in the OAI harvest, that might be a reason. So you would have to add an entry for each of these metadata fields to appear in the output.
________________ Peter Dietz Longsight www.longsight.com [email protected] p: 740-599-5005 x809 On Fri, Nov 7, 2014 at 4:23 AM, Massimiliano Cilurzo <[email protected]> wrote: > Dear Peter, > > I have tried to find the dc.description.embargo and dc.embargo.liftdate > but doing the harvesting with OAI-PMH. > > We can’t find this fields. > > So how I can with OAI find an item with embargo? > > Thanks > > Best regards > > Massimiliano > > > > > > *Da:* Peter Dietz [mailto:[email protected]] > *Inviato:* giovedì 6 novembre 2014 21:18 > *A:* Massimiliano Cilurzo > *Cc:* [email protected] > *Oggetto:* Re: [Dspace-tech] Embargo > > > > Hi Massimiliano, > > Check: > https://github.com/DSpace/DSpace/blob/5fb04adec9a932115f5c644b4f9ffb39e5adb708/dspace/config/dspace.cfg#L785 > > > > Value's that we have used here are: > > # DC metadata field to hold the user-supplied embargo terms > > embargo.field.terms = dc.description.embargo > > > > # DC metadata field to hold computed "lift date" of embargo > > embargo.field.lift = dc.embargo.liftdate > > > > So, items that were embargoed would have a lift-date that is in the > future. DSpace doesn't flag the files as being currently embargoed, but > it's instead something that gets computed. While it is embargoed, there > will be no anonymous read permissions on the bitstreams. > > > > One of the things I've been looking at recently is reporting what content > is currently embargoed, which content's embargo has been lifted, and if > there is any content in the "grey area" where the embargo isn't set > properly (i.e. user-supplied embargo term is present, but the computed > lift-date isn't, likely as a result of metadata editing). > > > ________________ > Peter Dietz > Longsight > www.longsight.com > [email protected] > p: 740-599-5005 x809 > > > > On Thu, Nov 6, 2014 at 10:21 AM, Massimiliano Cilurzo <[email protected]> > wrote: > > Dear All, > > I would ask you a question. > > If I put an item in Embargo in DSPACE 4.0, and then I do the harvesting of > the metadata. > > How I can recognize that this item is with Embargo? There is a metadata > field where is written? > > If I try to see full item list of metadata I can’t see any field with the > embargo. > > Thanks > > Best regards > > Massimiliano > > > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech > List Etiquette: > https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette > > >
------------------------------------------------------------------------------
_______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

