For example:

If a repository has a metadata pattern different from mine what should I do?

I know that dspace uses dc (dublin-core) and there are classes that 
translate metadata from other patterns to the standard that dspace 
understands (dc).

classes:
  org.dspace.content.crosswalk.AIPDIMCrosswalk = DIM, \
  org.dspace.content.crosswalk.AIPTechMDCrosswalk = AIP-TECHMD, \
  org.dspace.content.crosswalk.PREMISCrosswalk = PREMIS, \
  org.dspace.content.crosswalk.OREIngestionCrosswalk = ore, \
  org.dspace.content.crosswalk.NullIngestionCrosswalk = NIL, \
  org.dspace.content.crosswalk.OAIDCIngestionCrosswalk = dc, \
  org.dspace.content.crosswalk.OBAAIngestionCrosswalk = obaa, \
  org.dspace.content.crosswalk.DIMIngestionCrosswalk = dim, \


How do I define what should be imported from other external repositories?

Specifying that:
               
                  dc.field = dc.other
                         
                                Or

                  dc.title = dc.course

Because a metadata coming from another repository can mean something 
totally different from what is defined in my repository.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to