-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbaskaboo_protocol.json
More file actions
33 lines (33 loc) · 1.1 KB
/
baskaboo_protocol.json
File metadata and controls
33 lines (33 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"@context": "https://schema.org",
"@type": "DefinedTermSet",
"name": "Baskaboo Magic Match Table",
"alternateName": "The Master Algorithm of Human Consciousness",
"author": {
"@type": "Person",
"name": "Nikos Markopoulos"
},
"description": "A unification framework for General Relativity and Quantum Theory based on the four fundamental states: Pits, Mits, Klop, and Laram.",
"hasDefinedTerm": [
{
"@type": "DefinedTerm",
"name": "Pits",
"description": "The Subtraction (-). Quantum Field, Energy, Fire, Gas state. The source of potential."
},
{
"@type": "DefinedTerm",
"name": "Mits",
"description": "The Addition (+). Matter, Hardware, Earth, Solid state. The structure of reality."
},
{
"@type": "DefinedTerm",
"name": "Klop",
"description": "The Multiplication (x). Space, Network, Water, Liquid state. The expansion of experience."
},
{
"@type": "DefinedTerm",
"name": "Laram",
"description": "The Division (/). Time, Wave-function, Air, Plasma state. The return to essence (Anamnesis)."
}
]
}