gfbio / bioschemas.org_interest_group

A repository for documents and files related the the bioschemas.org interest group within NFDI4Biodiversity
Mozilla Public License 2.0
3 stars 0 forks source link

Add ./RevisionData/Creators mapping #3

Open airnst opened 3 months ago

airnst commented 3 months ago

Description

Dataset creators in ABCD datasets can be mapped to Organization objects that are referenced by the creator property in BioSchemas' Dataset. According to the ABCD specification, their values are plain strings describing an organization.

Files

XSLT file

Open questions

  1. If the string describes a person, how can this case be distinguished from the organization case? Note: The BioSchemas creator property only includes the types Person and Organization as domain. Names could be identified by using NLTK taggers. Problem: If an organization is named after one or more persons, it cannot be distinguished from a person entity.
  2. Since abcd:creators is plural: Are multiple creators also separated by comma?

Tasks

airnst commented 3 months ago

Implemented as type Thing for the time being. (see https://github.com/gfbio/bioschemas.org_interest_group/commit/044832aa73bd832c2661de319af987c50d7aebcd)