Skip to content

Export from UKS

A UKS packet is an envelope you can re-emit into the formats your consumers already understand — so adopting UKS doesn't lock you out of existing tooling.

JSON-LD (schema.org Dataset)

bash
uks export --format jsonld my-packet.uks.json > packet.jsonld

Produces a schema.org Dataset graph — indexable by Google Dataset Search and consumable anywhere JSON-LD is. The registry also serves this directly via content negotiation on /packets/:id.

FHIR (R4 Citation Bundle)

bash
uks export --format fhir my-packet.uks.json > bundle.fhir.json

Emits a FHIR R4 Citation Bundle — drop health-domain knowledge into clinical systems.

From the registry

The registry exposes two more bridges without a local export step:

FormatEndpointUse
Croissant (MLCommons)GET /api/registry/packets/:id/croissantDataset discovery in Hugging Face, Kaggle, Google Dataset Search
ClaimReview (schema.org)GET /api/registry/claims.jsonldA fact-check feed (contested-by-default)

In all cases, evidence_grade, clinical_status, and per-record license (license_label + rights_url) are preserved — never collapsed.

→ Next: Standards Comparison · Import · Query the registry

Released under the MIT License.