You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README implies that there are shortcuts for common properties - it has an example using file.author where file is a data entity - but I don't think this method exists in the API.
I tried to logically reproduce this kind of approach by creating a variable for my person and then adding that:
You're right, that example in the README doesn't work. I think it's actually the code that is wrong though (there should be a convenience method for adding an author). I can't remember how I originally decided on which shortcut methods to include for each class, but I think it needs revisiting.
The equivalent "manual" way of doing what the author= method would do is this:
Having played around with the API, I am able to add an author to an RO-Crate like this:
The README implies that there are shortcuts for common properties - it has an example using
file.author
wherefile
is a data entity - but I don't think this method exists in the API.I tried to logically reproduce this kind of approach by creating a variable for my
person
and then adding that:but this does not work.
Is my first example the best approach to this? And is the README just a little out of date?
The text was updated successfully, but these errors were encountered: