Proai Properties For Ingest2 Example Objects
The example objects in the sbProject and logo1 directories have been updated with 'oai:itemID' RELS-EXT lines, which are used to recognize the objects as OAI records.
The sb:Project object has further been updated with an 'Identify datastream'. To use this 'Identify datastream' rather than the test datastream (the oaiprovider will then work without the test objects when the 'sb:Project' object is ingested), we have to update the proai properties (~/fedora-2.1.1/server/jakarta-tomcat-5.0.28/webapps/oaiprovider/WEB-INF/classes/proai.properties) again. Change the identify property to point to the new datastream:
driver.fedora.identify = http://localhost:7900/fedora/get/sb:Project/Identify.xml
To avoid a large change in the example objects, we further want to add the 'DC datastream' to the available metadata formats. Change the formats property to include 'DC':
- driver.fedora.md.formats = DC oai_dc test_format formatX formatY
and add the following 'format.DC properties':
driver.fedora.md.format.DC.loc = http://www.openarchives.org/OAI/2.0/oai_dc.xsd
driver.fedora.md.format.DC.uri = http://www.openarchives.org/OAI/2.0/oai_dc/
- driver.fedora.md.format.DC.dissType = info:fedora/*/DC
Stop, empty and start the Fedora repository again; see Fedora; bottom (it might be enough to stop and start the repository).