documents
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-09.)
documents has 22 facts recorded in Dontopedia across 3 references, with 4 live disagreements.
Mostly:contains(4), document name(3), rdf:type(2)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (3)
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.
containsContains(1)
- Sample Dataset
ex:sample-dataset
definesVariableDefines Variable(1)
- Example Usage
ex:example-usage
exampleUsageExample Usage(1)
- Example Code
ex:example-code
Other facts (21)
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.
| Predicate | Value | Ref |
|---|---|---|
| Contains | doc1 | [2] |
| Contains | doc2 | [2] |
| Contains | This is a sample document. | [3] |
| Contains | Este es un documento de muestra. | [3] |
| Document Name | doc1 | [1] |
| Document Name | doc2 | [1] |
| Document Name | doc3 | [1] |
| Rdf:type | Example Data | [1] |
| Rdf:type | List | [3] |
| Has Language | English | [3] |
| Has Language | Spanish | [3] |
| Repetition Count | 10000 | [1] |
| Used in | Bm25 Indexing Function | [1] |
| List Content | doc1, doc2, doc3 | [1] |
| Repetition Operator | * | [1] |
| Repetition Purpose | performance testing | [1] |
| Created by Repetition | true | [1] |
| Repeats Small List | true | [1] |
| Size | 30000 | [1] |
| Type | list | [2] |
| Member of | Sample Dataset | [3] |
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.
References (3)
ctx:claims/beam/a580d2f2-c4bb-4c45-af1f-52789c21eaa6- full textbeam-chunktext/plain1 KB
doc:beam/a580d2f2-c4bb-4c45-af1f-52789c21eaa6Show excerpt
[Turn 6069] Assistant: Certainly! Let's take a closer look at your code and the error message you're encountering. The error "IndexError: list index out of range" typically indicates that you are trying to access an index in a list that doe…
ctx:claims/beam/43b66425-5b87-4d49-8625-d5d34fca4f36- full textbeam-chunktext/plain1 KB
doc:beam/43b66425-5b87-4d49-8625-d5d34fca4f36Show excerpt
[Turn 6074] User: I want to implement a hybrid sparse-dense retrieval system, but I'm not sure how to combine the two approaches - can you provide some guidance on how to do this? I've been studying the BM25 algorithm and its relevance boos…
ctx:claims/beam/b4174542-e9f5-41d0-809f-ec6511b667bb- full textbeam-chunktext/plain1 KB
doc:beam/b4174542-e9f5-41d0-809f-ec6511b667bbShow excerpt
dense_scores = get_embeddings([query]).dot(embeddings.T) combined_scores = 0.5 * sparse_scores + 0.5 * dense_scores return combined_scores # Example usage documents = ["This is a sample document.", "Este es un documento de mues…
See also
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.