Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Fedora PID must satisfy pattern:

Code Block
*'(**\[A-Za-z0-9|A-Za-z0-9\]**\|*{*}-\|\.)

...

-*:-( *{-}+(+{-}{*}{*}{-}+\[A-Za-z0-9|A-Za-z0-9\\]+{-}{*}{*}{-}+)\|+{-}{*}+\|\.\|~\|_\|(%++\[0-9A-F|0-9A-F\]++\{2\}))+'

...

so So it does not allow some special characters like slash ("/"), which is used in DSpace handles. These characters must be escaped or replaced. Currently I have replaced "/" by "-".

...

Panel
borderColor#ccc
bgColor#fff
borderStyledashed
titleTable 1: IdentifiersborderStyledashed

Fedora entity representing DSpace entity

ID pattern

ID example

Fedora Object (Community)

<Fedora namespace ID>: Community~<Community ID>

demo:Community~1

Fedora Object (Collection)

<Fedora namespace ID>: Collection~<Collection ID>

demo:Collection~1

Fedora Object (Item)

<Fedora namespace ID>: Item~<Item ID>

demo:Item~1

Fedora Object (Bundle)

<Fedora namespace ID>: Bundle~<Bundle ID>

demo:Bundle~1

Fedora Datastream (Bitstream)

Bitstream.<Bitstream ID>

Bitstream.1

...