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 ./IPRStatements/Acknowledgements mapping #11

Open airnst opened 1 month ago

airnst commented 1 month ago

Description

At times, datasets credit someone or something in abcd:Dataset/Dataset/IPRStatements/Acknowledgements/Acknowledgement. This information is described by Text and optionally both Details and URI. Currently, there is only the schema:creditText property that describes something similar. Unfortunately, its range is plain strings. So, it cannot be mapped without altering or losing information.

Open questions

Three workaround ideas:

  1. Assign only Text to creditText, or
  2. combine Text, Details, and URI in one creditText (possibly with separators), or
  3. assign Text, Details, and URI separated in a list of text strings to creditText.

These ideas are far from elegant solutions. In fact, it would be better if creditText is renamed to credit, which is a property with a domain containing CreativeWork as type. In this way, any information could be properly mapped.

Files

XML file XSLT file

Tasks