Hi, newbie here,
I'd like to create a Dataset inside the root Dataset with files of my choosing. The way I understand how the code works, I can either manually add File objects, which will appear in a flat list in the root Dataset, or a Dataset object, which will gather everything in that directory.
Is there a way to create a Dataset from a list of files? The motivation for this is to be able to assign authors and a license to that Dataset.
I'm able to create the correct JSON-LD by appending a Dataset using the ContextEntity, but it's not copying the files to the crate.
Thanks,
Hi, newbie here,
I'd like to create a Dataset inside the root Dataset with files of my choosing. The way I understand how the code works, I can either manually add File objects, which will appear in a flat list in the root Dataset, or a Dataset object, which will gather everything in that directory.
Is there a way to create a Dataset from a list of files? The motivation for this is to be able to assign authors and a license to that Dataset.
I'm able to create the correct JSON-LD by appending a Dataset using the ContextEntity, but it's not copying the files to the crate.
Thanks,