HomeDocs-Technical WhitePaper43-EFT.WP.Data.DatasetCards v1.0

Chapter 5 Optional Extensions


I. Chapter Purpose & Scope

: semantics, activation conditions, and constraints covering ethics/compliance, lineage, sensor profiling, extended metrology, path corrections, extended quality metrics, and distribution enhancements. “Present ⇒ validate; absent ⇒ no error.” Naming uses snake_case; citations follow “Volume+Version+Anchor”. optional extension fieldsDefine the

II. Layering & Activation Principles


III. Optional Extensions — Master Table

Key

Type

Constraint/Regex

Typical Use Cases

Cross-Ref/Anchor

lineage

string[]

list of dataset_id@version

Lineage tracking & audit trail

Core.DataSpec v1.0 (release/org).

related_artifacts

string[]

resolvable URI/path

Bind scripts, configs, baseline models

Keep consistent with export references[].

sensor_profile

object

schema (see fragment)

Physical sensing/stations/channels

Methods/Metrology volumes.

privacy

object

policy/enum

PII/sensitive-data posture

Core.DataSpec v1.0 compliance.

ethics

object

policy/enum

Ethical disclosures & usage limits

Release posture harmonization.

uncertainty

object

schema (budget/propagation)

Measured/inferred uncertainty present

Core.Metrology v1.0, Core.Errors v1.0.

path_corrections

object

schema (medium/line corrections)

Correct path-dependent quantities

Core.Equations v1.1 anchors.

timebase_sync

object

schema (timebase/sync)

Cross-platform time/frequency sync

Metrology timebase/sync.

distribution

object

mirrors/shards/limits

HA distribution & mirrors

Core.DataSpec v1.0 export strategy.

notes

string

Non-normative notes


IV. Field Specs & Examples

1) lineage

2) related_artifacts

3) sensor_profile

4) privacy / ethics

5) uncertainty

6) path_corrections

7) timebase_sync

8) distribution


V. Consistency for Metrology & Path-Dependent Data (when enabled)

  1. Any occurrence of T_arr must register in the card: delta_form, path="gamma(ell)", measure="d ell", and pass check_dim. Two equivalent expressions:
    • T_arr = ( 1 / c_ref ) * ( ∫ n_eff d ell )
    • T_arr = ( ∫ ( n_eff / c_ref ) d ell ).
  2. No Chinese in formulas; wrap all inline symbols with backticks; any division/integral/composite operator must use parentheses.

VI. Machine-Readable Schema (Excerpt, Normative)

# I15-5 Optional Extensions (excerpt)

properties:

lineage:

type: array

items: {type: string, pattern: "^[a-z0-9_\\-\\.]+@v\\d+\\.\\d+(\\.\\d+)?$"}

related_artifacts:

type: array

items: {type: string, minLength: 1}

sensor_profile:

type: object

properties:

instruments: {type: array, items: {type: object}}

channels: {type: array, items: {type: object, properties:{id:{type:string}, fs_hz:{type:number}, bw_hz:{type:number}, pol:{type:string}}}}

calibration: {type: object}

privacy:

type: object

properties: {policy:{type:string}, deidentification:{type:array, items:{type:string}}}

ethics:

type: object

properties: {intended_use:{type:array, items:{type:string}}, restrictions:{type:array, items:{type:string}}}

uncertainty:

type: object

properties:

components: {type: array}

combine: {type: string, enum: ["rss","linear","bayesian"]}

coverage: {type: string}

path_corrections:

type: object

properties:

models: {type: array, items:{type:string}}

parameters: {type: object}

uncertainty: {type: object}

see: {type: array, items:{type:string, pattern:"^[^:]+ v\\d+\\.\\d+:[A-Z].+$"}}

timebase_sync:

type: object

properties:

references: {type: array, items:{type:string}}

drift_ppb_max: {type: number}

switchover: {type: object, properties:{threshold_ppb:{type:number}, holdover_s:{type:number}}}

audits: {type: array, items:{type:string}}

distribution:

type: object

properties:

mirrors: {type: array, items:{type:string}}

shards: {type: array, items:{type: object, properties:{path:{type:string}, bytes:{type:integer}}}}

rate_limit: {type: object, properties:{mbps:{type:number}}}

use the fixed "Volume vX.Y:Anchor" format. mustsee[] and export references[]

VII. Coupling to Export Manifest (supplement)

export_manifest:

references:

- "EFT.WP.Core.DataSpec v1.0:EXPORT"

- "EFT.WP.Core.Equations v1.1:S20-1"

be reflected in references[]. mustAny optional field enabled in this chapter that introduces cross-volume dependencies

VIII. Chapter Compliance Checklist


Copyright & License (CC BY 4.0)

Copyright: Unless otherwise noted, the copyright of “Energy Filament Theory” (text, charts, illustrations, symbols, and formulas) belongs to the author “Guanglin Tu”.
License: This work is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0). You may copy, redistribute, excerpt, adapt, and share for commercial or non‑commercial purposes with proper attribution.
Suggested attribution: Author: “Guanglin Tu”; Work: “Energy Filament Theory”; Source: energyfilament.org; License: CC BY 4.0.

First published: 2025-11-11|Current version:v5.1
License link:https://creativecommons.org/licenses/by/4.0/