The Template is not required but can be a helpful place to start, as it offers links to guidance for tasks commonly encountered across FAIRification efforts.
Course of action
Concrete tasks commonly encountered across FAIRification efforts. While the Template presents the different steps in a recommended logical sequence, not all steps will be required for, nor relevant to each FAIRification scenario.
Each step is linked to related capabilities across three dimensions: Hosting environment , Representation & format , and Content & context .
%%{init: {
}}%%
flowchart LR;
%% General diagram structure
start@{ shape: sm-circ } ===
step_1 edge__step_1_process@==>
step_2 edge__step_2_process@==>
step_3 edge__step_3_process@==>
step_4 edge__step_4_process@==>
step_5 edge__step_5_process@==>
step_6 edge__step_6_process@==>
step_7 edge__step_7_process@==>
step_8 edge__step_8_process@==>
finish@{ shape: framed-circle }
subgraph process["Course of action"]
step_1
step_2
step_3
step_4
step_5
step_6
step_7
step_8
end
%% Labels
step_1("`
Hosting
Obtain the research object`")
click step_1 href "/interoperability_2024-26/template_step_1" "Go to Obtain the research object"
class step_1 step_1
step_2("`
Content
Adopt a domain model`")
click step_2 href "/interoperability_2024-26/template_step_2" "Go to Adopt a domain model"
class step_2 step_2
step_3("`
Content
Select identifier schemes`")
click step_3 href "/interoperability_2024-26/template_step_3" "Go to Select identifier schemes"
class step_3 step_3
step_4("`
Formats
Convert to standard formats`")
click step_4 href "/interoperability_2024-26/template_step_4" "Go to Convert to standard formats"
class step_4 step_4
step_5("`
Content
Harmonise content elements`")
click step_5 href "/interoperability_2024-26/template_step_5" "Go to Harmonise content elements"
class step_5 step_5
step_6("`
Formats
Transform to match use cases`")
click step_6 href "/interoperability_2024-26/template_step_6" "Go to Transform to match use cases"
class step_6 step_6
step_7("`
Hosting
Deploy to hosting environments`")
click step_7 href "/interoperability_2024-26/template_step_7" "Go to Deploy to hosting environments"
class step_7 step_7
step_8("`
Hosting
Activate sharing and reuse`")
click step_8 href "/interoperability_2024-26/template_step_8" "Go to Activate sharing and reuse"
class step_8 step_8
Hosting
Capabilities of the environment(s) where the research objects are hosted and made available for access and distributions. Exchange formats for the research objects are covered under Formats & representation , while APIs, indexing and query interfaces are covered here.
%%{init: {
"htmlLabels": true,
"flowchart": {
"wrappingWidth": 120,
"diagramPadding": 10,
"padding": 1,
"rankSpacing": 10,
"nodeSpacing": 10,
"subGraphTitleMargin": {
"top": 5,
"bottom": 15
}
}
}}%%
flowchart TB;
subgraph hosting[Hosting]
direction LR
hosting__ft-data-access@{ shape: card, label: "
Research object access
Hosting
" }
~~~
hosting__ft-data-retrieval@{ shape: card, label: "
Research object retrieval
Hosting
" }
~~~
hosting__ft-data-hosting@{ shape: card, label: "
Research object deposition
Hosting
" }
~~~
hosting__ft-data-versioning@{ shape: card, label: "
Research object versioning
Hosting
" }
hosting__ft-data-transfer@{ shape: card, label: "
Research object transfer
Hosting
" }
~~~
hosting__ft-data-licensing@{ shape: card, label: "
Rights and reuse conditions
Hosting
" }
~~~
hosting__ft-data-anonymisation@{ shape: card, label: "
Privacy and disclosure control
Hosting
" }
~~~
hosting__ft-data-release@{ shape: card, label: "
Release management
Hosting
" }
end
class hosting__ft-data-access fixed_height_card
click hosting__ft-data-access href "/interoperability_2024-26/template_step_1"
class hosting__ft-data-retrieval fixed_height_card
click hosting__ft-data-retrieval href "/interoperability_2024-26/template_step_1"
class hosting__ft-data-hosting fixed_height_card
click hosting__ft-data-hosting href "/interoperability_2024-26/template_step_7"
class hosting__ft-data-versioning fixed_height_card
click hosting__ft-data-versioning href "/interoperability_2024-26/template_step_7"
class hosting__ft-data-transfer fixed_height_card
click hosting__ft-data-transfer href "/interoperability_2024-26/template_step_7"
class hosting__ft-data-licensing fixed_height_card
click hosting__ft-data-licensing href "/interoperability_2024-26/template_step_8"
class hosting__ft-data-anonymisation fixed_height_card
click hosting__ft-data-anonymisation href "/interoperability_2024-26/template_step_8"
class hosting__ft-data-release fixed_height_card
click hosting__ft-data-release href "/interoperability_2024-26/template_step_8"
hosting
What is reported in the Dataset (data) & the Dataset Descriptor (metadata)
%%{init: {
"htmlLabels": true,
"flowchart": {
"wrappingWidth": 120,
"diagramPadding": 10,
"padding": 1,
"rankSpacing": 10,
"nodeSpacing": 10,
"subGraphTitleMargin": {
"top": 5,
"bottom": 15
}
}
}}%%
flowchart TB;
subgraph representation[Formats]
direction LR
representation__ft-data-standards-reuse@{ shape: card, label: "
Standards discovery and reuse
Formats
" }
~~~
representation__ft-data-standards-development@{ shape: card, label: "
Developing standards
Formats
" }
~~~
representation__ft-apply-data-standards@{ shape: card, label: "
Applying standards
Formats
" }
~~~
representation__ft-validate-against-data-standards@{ shape: card, label: "
Validating against standards
Formats
" }
representation__ft-identifier-mapping@{ shape: card, label: "
Identifier mapping
Formats
" }
~~~
representation__ft-vocabulary-alignment@{ shape: card, label: "
Vocabulary alignment
Formats
" }
~~~
representation__ft-data-model-mapping@{ shape: card, label: "
Model mapping
Formats
" }
end
class representation__ft-data-standards-reuse fixed_height_card
click representation__ft-data-standards-reuse href "/interoperability_2024-26/template_step_4"
class representation__ft-data-standards-development fixed_height_card
click representation__ft-data-standards-development href "/interoperability_2024-26/template_step_4"
class representation__ft-apply-data-standards fixed_height_card
click representation__ft-apply-data-standards href "/interoperability_2024-26/template_step_4"
class representation__ft-validate-against-data-standards fixed_height_card
click representation__ft-validate-against-data-standards href "/interoperability_2024-26/template_step_4"
class representation__ft-identifier-mapping fixed_height_card
click representation__ft-identifier-mapping href "/interoperability_2024-26/template_step_6"
class representation__ft-vocabulary-alignment fixed_height_card
click representation__ft-vocabulary-alignment href "/interoperability_2024-26/template_step_6"
class representation__ft-data-model-mapping fixed_height_card
click representation__ft-data-model-mapping href "/interoperability_2024-26/template_step_6"
representation
Content
What is reported in the research object set (research object) & the research object set Descriptor (metaresearch object).
%%{init: {
"htmlLabels": true,
"flowchart": {
"wrappingWidth": 120,
"diagramPadding": 10,
"padding": 1,
"rankSpacing": 10,
"nodeSpacing": 10,
"subGraphTitleMargin": {
"top": 5,
"bottom": 15
}
}
}}%%
flowchart TB;
subgraph content[Content]
direction LR
content__ft-identify-data-types@{ shape: card, label: "
Identify research object types
Content
" }
~~~
content__ft-select-domain-model@{ shape: card, label: "
Select or define a domain model
Content
" }
~~~
content__ft-identifier-minting@{ shape: card, label: "
Identifier minting
Content
" }
~~~
content__ft-identifier-reuse@{ shape: card, label: "
Identifier discovery and reuse
Content
" }
content__ft-select-data-vocabularies@{ shape: card, label: "
Vocabulary discovery and selection
Content
" }
~~~
content__ft-develop-data-vocabularies@{ shape: card, label: "
Vocabulary extension and development
Content
" }
~~~
content__ft-anotate-with-data-vocabularies@{ shape: card, label: "
Semantic annotation
Content
" }
~~~
content__ft-manage-vocabularies@{ shape: card, label: "
Vocabulary management
Content
" }
end
class content__ft-identify-data-types fixed_height_card
click content__ft-identify-data-types href "/interoperability_2024-26/template_step_2"
class content__ft-select-domain-model fixed_height_card
click content__ft-select-domain-model href "/interoperability_2024-26/template_step_2"
class content__ft-identifier-minting fixed_height_card
click content__ft-identifier-minting href "/interoperability_2024-26/template_step_3"
class content__ft-identifier-reuse fixed_height_card
click content__ft-identifier-reuse href "/interoperability_2024-26/template_step_3"
class content__ft-select-data-vocabularies fixed_height_card
click content__ft-select-data-vocabularies href "/interoperability_2024-26/template_step_5"
class content__ft-develop-data-vocabularies fixed_height_card
click content__ft-develop-data-vocabularies href "/interoperability_2024-26/template_step_5"
class content__ft-anotate-with-data-vocabularies fixed_height_card
click content__ft-anotate-with-data-vocabularies href "/interoperability_2024-26/template_step_5"
class content__ft-manage-vocabularies fixed_height_card
click content__ft-manage-vocabularies href "/interoperability_2024-26/template_step_5"
content