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
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.
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.
Since abcd:creators is plural: Are multiple creators also separated by comma?
Tasks
Implement as single Thing.
Resolve open questions.
Update file.
Test if comma-separated creator names are mapped correctly to lists of entities.
The text was updated successfully, but these errors were encountered:
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
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.
Tasks
The text was updated successfully, but these errors were encountered: