agroportal / project-management

Repository used to consolidate documentation about the AgroPortal project and track content related issues.
http://agroportal.lirmm.fr
7 stars 0 forks source link

People' fields should be an array of a complex FOAF object #380

Closed hibadjebabria169 closed 8 months ago

hibadjebabria169 commented 1 year ago

The idea here is that when input is a person, its fields ( name,orcid...) will be converted into a FOAF object where each item has 2 fields : name , orcid

jonquet commented 1 year ago

Indeed strucure wull be certainly based on foaf:Person

In preparation of this we need to curate all the people properties: bpm:contact, omv:hasCreatoromv, hasContributor, pav:curatedBy, schema:translator and also organization/person : dcterms:publisher, foaf:fundedBy, omv:endorsedBy to respect the format preonised by the person_validator:

person_validator : format_validator = string+patternFollowing pattern"firstname surname (ORCID)”ORCID must be a number, not a URL e.g., 0000-0002-2404-1582 rather than http://orcid.org/0000-0002-2404-1582  Multiple values can be listed separated by commas

jonquet commented 1 year ago

This will need to be addressed also when merging with EcoPortal