FDO Profiles - Model Attributes #4
juliancervos
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Central to the prototype Digital Twins (pDTs) are the models that power them. BioDTModel is one of the main types of digital objects of the project, and therefore it has its own FDO Profile with certain type-specific metadata attributes that are shown in the table below. Note that apart from those type-specific attributes, any FDO Model also has the general kernel attributes (discussed on #3).
In the following table, a set of attributes has been listed. As a starting point, we have drawn inspiration from the CodeMeta Project for the first few attributes. The goal was to select the minimum metadata attributes that any model should have in BioDT to start developing metadata descriptions of all models. As the project progresses and more attributes are needed, they can be incorporated or modified as we see fit.
Model-specific Attributes Table
Table format: the name of the metadata attributes is shown in the "Property" column, including a link to Schema.org (or another metadata schema from which the property was taken), and a definition in the "Description" column. The "Type" column specifies the expected values for each property, while the "Cardinality" column specifies the amount and whether they are optional or mandatory. Lastly, additional remarks might be added to the "Comments" column, and an example is given in the final column.
"codeRepository": "https://github.com/BioDT/biodt-fair"
Person
"contributor": "https://orcid.org/0000-0003-0791-7164"
"softwareVersion": "2.0.13"
Text
"programmingLanguage": "Python"
URL
"softwareRequirements" : "https://pypi.org/project/cwltool/"
DataFeed
"supportingData": {"@id": "https://doi.org/10.15468/dl.b3n3r9"}
The attributes from the previous table (together with the Kernel Attributes) are also specified as an [RO-Crate "template"], and a proper RO-Crate profile is in the works.
In this discussion post, we can also discuss different aspects of the FDO Model attributes. For example:
Beta Was this translation helpful? Give feedback.
All reactions