By default, EPrints generates a URI based on the person->id, or the person->name (with some extras thrown in): https://github.com/eprints/eprints/blob/v3.3.16/lib/cfg.d/rdf_uri_person.pl
Should this config be changed (redefined in the archive cfg.d) to use $person->{orcid} by default?
The code could be put into e.g. z_orcid_rdf_person.pl.example so it has to be explicitly enabled?
By default, EPrints generates a URI based on the person->id, or the person->name (with some extras thrown in): https://github.com/eprints/eprints/blob/v3.3.16/lib/cfg.d/rdf_uri_person.pl
Should this config be changed (redefined in the archive cfg.d) to use
$person->{orcid}by default?The code could be put into e.g.
z_orcid_rdf_person.pl.exampleso it has to be explicitly enabled?