Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagesql
SELECT bitstream2item5(123); -- 456
 
SELECT (metadata_id2field5(124)).elementfield2id5('dc', 'description', 'abstract'); -- 'description'
124
SELECT metadata_field2id5('dc', 'description', 'abstract')id2field5(124); -- (dc,description,abstract)
SELECT (metadata_id2field5(124)).element; -- 124'description'

DSpace 5

Overview

argument
result 
bitstreambundleitemcollectioncommunity
bitstream-----
bundlebitstream2bundle5----
itembitstream2item5
bitstream2itemhandle5
bundle2item5
bundle2itemhandle5 

item2itemhandle5
itemhandle2item5

--
collectionbitstream2collection5
bitstream2collectionhandle5 
bundle2collection5
bundle2collectionhandle5 

item2collection5
item2collectionhandle5
itemhandle2collection5

itemhandle2collectionhandle5
collection2collectionhandle5
collectionhandle2collection5 
-
communitybitstream2community5
bitstream2communityhandle5 
bundle2community5
bundle2communityhandle5 

item2community5
item2communityhandle5
itemhandle2community5
itemhandle2communityhandle5 

collection2community5
collection2communityhandle5
collectionhandle2community5
collectionhandle2communityhandle5 
community2communityhandle5
communityhandle2community5 

...