Skip to content

Commit 5a29c5c

Browse files
authored
Update LTF.md
1 parent fc55028 commit 5a29c5c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

doc/LTF.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ An experiment inspired by JSON-LD's expanded and flattened forms, followed by qu
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.
88

9+
## Processing
10+
11+
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.
12+
13+
This is a major distinction from JSON-LD processing, where a document is transformed into multiple forms.
14+
15+
## Format
916

1017
### Traits
1118

@@ -22,12 +29,6 @@ An experiment inspired by JSON-LD's expanded and flattened forms, followed by qu
2229
Nodes with unique identifiers can be directly referenced using their identifier.
2330

2431

25-
### Processing
26-
27-
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.
28-
29-
This is a major distinction from JSON-LD processing, where a document is transformed into multiple forms.
30-
3132
### Outline
3233

3334
```typescript

0 commit comments

Comments
 (0)