FAIR-MI / miiid-schema

A metadata schema for the Minimum Information about Intermicrobial Interaction Data (MIIID) using LinkML
https://fair-mi.github.io/miiid-schema/
GNU General Public License v3.0
3 stars 0 forks source link

add comments and examples to slots #7

Open cpauvert opened 1 year ago

cpauvert commented 1 year ago
  1. to help during the modelling
  2. to provide more documentation when exporting to DataHarmonizer

For instance, in the AMBR schema in DataHarmonizer:

 sample collection project name:
    name: sample collection project name
    title: sample collection project name
    description: The name of the project/initiative/program for which the sample was
      collected.
    comments: Provide the name of the project and/or the project ID here. If the information
      is unknown or cannot be provided, leave blank or provide a null value.
    examples:
    - value: Children's Hospital biofilm study (A3-701-01)
    slot_uri: GENEPIO:0100429
    range: WhitespaceMinimizedString
    recommended: true

will appear as follow in the DH help

image