[dspace-tech] Determining File Format in the RESTapi

2019-04-18 Thread Jose Blanco
I'm wondering if someone could point me to the code that does this URLConnection.guessContentTypeFromName(name) In this line of code https://github.com/DSpace/DSpace/blob/master/dspace-rest/src/main/java/org/dspace/rest/BitstreamResource.java#L716 I want to know the login behind this. Thank

Re: [dspace-tech] swordv2 file format

2019-04-18 Thread alaw
VTechWorks has Elements with Repository Tools 2, which uses Swordv2. We have not used the Swordv2 deposit tool that you describe. A typical Elements deposit, http://hdl.handle.net/10919/88983, yields a PDF with Format="Adobe PDF" in the Original bundle and an XML file with Format="Unknown" in

Re: [dspace-tech] How to implement Linked Data in Dspace

2019-04-18 Thread Terry Brady
Jhon, I have not worked with the RDF service outside of Docker. Here are a few things to try. - Have you confirmed that the "dspace" dataset exists in Fuseki? - If you run "rdfizer -c -v", do you see any data added to that dataset? If not, what errors appear? - Do you see any

Re: [dspace-tech] email not working

2019-04-18 Thread Ze Victor Harry
well i have zipped the file using WinRAR archiver and uploaded it using admin UI and it shows a success message but the file is not visible in the collection where i uploaded to though it is available in this directory C:\dspace\imports\batchuploads\815db41a-13ae-4d41-9ae7-50f9eff7c949 .i think

[dspace-tech] Re: Using SAF Builder for uploading multiple chapters of 1 item

2019-04-18 Thread alaw
Arunendra, Each row of the CSV is for one item, not file. Therefore list all the files for that item in the first column of that row. Anne On Thursday, April 18, 2019 at 2:02:09 AM UTC-4, Arunendra M. Biswas wrote: > > If I am not wrong, the csv contains the metadata of each file, to be >

[dspace-tech] Re: Export site via packager fails

2019-04-18 Thread Liviu Petcu
Hi, We found it was a bitstream duplication... Here's the solution: http://dspace.2283337.n4.nabble.com/Error-when-exporting-site-because-of-ID-quot-bitstream-2-quot-already-exists-td4680373.html miercuri, 17 aprilie 2019, 23:27:55 UTC+3, Liviu Petcu a scris: > > Hi, > We tried to export the

[dspace-tech] Re: Using SAF Builder for uploading multiple chapters of 1 item

2019-04-18 Thread Arunendra M. Biswas
If I am not wrong, the csv contains the metadata of each file, to be uploaded, in the folder.When I am uploading one out of 10 chapters of a book, I may need not enter metadata against those chapters as I have already entered metadata while submitting the first entry for the book. How can I