hailstone-harmony commited on
Commit
9598e4e
·
verified ·
1 Parent(s): 8c3b829

dataset card

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ task_categories:
4
+ - graph-ml
5
+ - text-retrieval
6
+ tags:
7
+ - triples
8
+ - knowledge-graph
9
+ - pre-hhec
10
+ - harmonia
11
+ - hailstone
12
+ pretty_name: harmonia-triples-rust
13
+ size_categories:
14
+ - 1B<n<10B
15
+ ---
16
+
17
+ # harmonia-triples-rust
18
+
19
+ Triples for source `rust` emitted by the ingest pipeline (current wave: v0.7). Schema: (s, p, o, src) with full provenance per ADR-0011. Pre-HHEC.
20
+
21
+ ## Provenance
22
+
23
+ Each parquet shard carries the full provenance chain per ADR-0011:
24
+ - `s, p, o, src` columns (when this is a triples-stage dataset)
25
+ - `src = "<dataset>:<version>:<file>"` for triples
26
+ - Causal registry events recorded at `causal_registry/master.jsonl` chain
27
+
28
+ ## Architecture
29
+
30
+ Part of [Harmonia](https://hailstone.tech) — Ada's Analytical Engine.
31
+ Built by [Hailstone Technologies](https://hailstone.tech).
32
+
33
+ See ADR-0011 (provenance discipline), ADR-0016 (causal registry),
34
+ ADR-0017 (REBEL+HHEC pipeline), ADR-0018 (lineage), ADR-0019 (grammar).