Dontopedia

Example Json Payload

From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-05-02.)

Example Json Payload has 3 facts recorded in Dontopedia across 1 reference.

3 facts·3 predicates·1 sources
Maturity scale raw canonical shape-checked rule-derived certified

Inbound mentions (1)

Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.

sendsJsonPayloadSends Json Payload(1)

Other facts (3)

The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.

3 facts
PredicateValueRef
Includes Codedef fibonacci(n): if n <= 0: return [] elif n == 1: return [0] fib = [0, 1] while len(fib) < n: fib.append(fib[-1] + fib[-2]) return fib result = fibonacci(10) print(result)[1]
Sets Timeout5000[1]
Specifies Languagepython[1]

Timeline

Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.

includesCodeblah/omega/part-84
def fibonacci(n): if n <= 0: return [] elif n == 1: return [0] fib = [0, 1] while len(fib) < n: fib.append(fib[-1] + fib[-2]) return fib result = fibonacci(10) print(result)
setsTimeoutblah/omega/part-84
5000
specifiesLanguageblah/omega/part-84
python

References (1)

1 references
  1. [1]Part 843 facts
    ctx:discord/blah/omega/part-84

Keep researching

Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.