Skip to content

Commit fc55028

Browse files
authored
Update LTF.md
1 parent 86760e3 commit fc55028

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/LTF.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ An experiment inspired by JSON-LD's expanded and flattened forms, followed by qu
55
* Would this help reduce processing complexity, improve speed, diagnostics, and analytics (i.e., adaptability), and could it enable faster canonicalization?
66
* How would this affect the design of type and definition systems?
77
* What if we simplify JSON-LD context definitions by reducing their expressivity to basic mappings? This approach could improve analytics, facilitate comparisons to identify differences in definitions and shifts in meaning, and boost processing performance.
8-
*
8+
9+
910
### Traits
1011

1112
- **Top-Level Identifiable Nodes:**
@@ -20,6 +21,7 @@ An experiment inspired by JSON-LD's expanded and flattened forms, followed by qu
2021
- **Direct Reference by Identifier:**
2122
Nodes with unique identifiers can be directly referenced using their identifier.
2223

24+
2325
### Processing
2426

2527
LinkedTree has a single form (LTF)—that's it. The LinkedTree processor provides different layers, such as a semantic layer, which follows the same structural form but offers different types of contextual information.

0 commit comments

Comments
 (0)