Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions dataset/example07/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
SPDX-FileType: DOCUMENTATION
SPDX-License-Identifier: CC-BY-4.0
---

# Dataset example 7 - Calibration dataset

## Description

This example illustrates an SBOM for a calibration dataset: measurement
records from testing 120 industrial pressure sensors against a certified
reference standard. Calibration datasets are used by laboratories and
manufacturers to verify that instruments measure correctly.

The dataset (~50 MB, CSV + JSON) is published openly under CC-BY-4.0 with a
DOI, which motivates using `externalIdentifier` to record the persistent
citation reference.

Because the data was collected using reference instruments (deadweight tester,
thermometer, barometer, humidity sensor), `/Dataset/sensor` documents those
instruments and their calibration specifications - distinct from the 120
pressure sensors being tested.

## Profile conformance

`core`, `dataset`

## SPDX files

| Version | File |
| ------- | ---- |
| SPDX 3.0 | [spdx3.0/example07.spdx3.json](./spdx3.0/example07.spdx3.json) |
| SPDX 3.1 (draft) | [spdx3.1/example07.spdx3.json-draft](./spdx3.1/example07.spdx3.json-draft) |

[![A diagram of Dataset example 7 - Pressure sensor calibration dataset.](./example07.spdx3.png "A diagram of Dataset example 7 - Pressure sensor calibration dataset.")](./example07.spdx3.png)

## Key properties demonstrated

| Property | Notes |
| -------- | ----- |
| `/Dataset/confidentialityLevel` | `clear` - openly published under CC-BY-4.0 |
| `/Dataset/dataCollectionProcess` | Accreditation standard (ISO/IEC 17025) and measurement protocol (EURAMET cg-17 v4) |
| `/Dataset/datasetSize` | `52428800` bytes (~50 MB) - deprecated in SPDX 3.1, use `/Software/artifactSize` |
| `/Dataset/datasetType` | `numeric`, `structured` - tabular numerical measurement records |
| `/Dataset/datasetUpdateMechanism` | Annual re-certification adds new sensors; historical records unchanged |
| `/Dataset/hasSensitivePersonalInformation` | `no` |
| `/Dataset/intendedUse` | Software validation, accreditation audits, education - deprecated in SPDX 3.1, use `/Core/intendedUse` |
| `/Dataset/knownBias` | Single-site elevation effect on absolute sensors; limited to three sensor manufacturers |
| `/Dataset/sensor` | 4 reference instruments used during data collection, with model and uncertainty details |
| `/Software/File` + `contains` | 14 files inside the package: 6 CSV measurement batches, 6 JSON certificate batches, 1 PDF methodology report, 1 README |
| `/Software/File/contentType` | IANA media type per file: `text/csv`, `application/json`, `application/pdf`, `text/markdown` |
| `externalIdentifier` | DOI assigned by DataCite for persistent citation |
Binary file added dataset/example07/example07.spdx3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading