Hi! I noticed that in the README example, it's recommended to put an ORCID ID to the "id" property:
|
"id": "0000-0002-1825-0097" // this is an ORCID ID, e.g. |
But then, in the SAFI dataset example, the author's ORCID is in the "@id" property:
|
"@id": "https://orcid.org/0000-0002-8936-0365" |
Questions:
- Which way is recommended?
- Should the ORCID ID include the complete URL? Or should it only include the ORCID ID numbers?