Ammar Ammar, ORCID:0000-0002-8399-8990
Maturity Indicator Identifier: MI-R1.3-99c4a218fe-LS_ALF_MEDIA_PH
This maturity indicator falls under the FAIR principle R1.3: (meta)data meet domain-relevant community standards
The ID of this MI is composed of the following segments (separated by hyphen):
- Acronym for "Maturity Indicator"
- The FAIR principle this maturity indicator belongs to
- The first 10 characters truncated from the SHA-256 hash of the primary reference DOI of this maturity indicator.
- A short name to distinguish the maturity indicator definition file
This MI is to indicate if the pH of the artificial lysosomal fluid media (in liquid-surface exposure scenarios) is reported by the nano toxicity study data or not.
Maturity Indicator Name: The pH of the artificial lysosomal fluid media (in liquid-surface exposure scenarios) is reported by the nano toxicity study
This maturity indicator is extracted from the following paper Title: Harmonizing Across Environmental Nanomaterial Testing Media for Increased Comparability of Nanomaterial Datasets DOI: https://doi.org/10.1039/C9EN00448C
R1.3
If the pH of the artificial lysosomal fluid media (in liquid-surface exposure scenarios) is reported by the nano toxicity study data or not.
Many biomolecules are pH sensitive; different biological compartments have specific pHs for optimal functionality, e.g. digestive tracts are typically acidic to support breakdown of the food and release the nutrients for adsorption. pH is an essential parameter for all liquid media types, as physiological changes related to environmental stress will arise when organisms are outside of their optimal pH range, which will compromise any subsequent exposure or hazard assessments.
If the value is measured and reported in the data, the following field(s) should appear in JSON-LD metadata:
Field Name | Alternative terms |
---|---|
artificial lysosomal fluid media pH | artificial_lysosomal_fluid_media_pH, artificial-lysosomal-fluid-media-pH, ArtificialLysosomalFluidMediaPH |
The "artificial lysosomal fluid media pH" should be provided in a machine-readable format (JSON-LD) which can be queried using open universal protocol like HTTP.
The presence of the field "artificial lysosomal fluid media pH" in the JSON-LD metadata means the measurement is reported which is the valid result.
For nano toxicity related datasets.
{
"@context": {
"bs": "https://bioschemas.org/",
"schema": "https://schema.org/",
"citation": "schema:citation",
"name": "schema:name",
"url": "schema:url",
"variableMeasured": "schema:variableMeasured",
"unitText": "schema:unitText"
},
"@type": "schema:Dataset",
"name": "Dataset title",
"@id": "Dataset DOI",
"url": "Dataset URL",
"citation": "Dataset Citation/Publication",
"variableMeasured": [
{
"@type": "schema:PropertyValue",
"name": "artificial lysosomal fluid media pH"
}
]
}