Test Terms
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-10.)
Test Terms has 19 facts recorded in Dontopedia across 3 references, with 4 live disagreements.
Mostly:contains(6), rdf:type(3), contains element(3)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (7)
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.
iteratesOverIterates Over(3)
- Loop
ex:loop - Test Iteration
ex:test-iteration - Test Loop
ex:test-loop
containsContains(1)
- Test Code
ex:test-code
definesVariableDefines Variable(1)
- Python Code Block
ex:python-code-block
describesDescribes(1)
- Comment Test Terms
ex:comment-test-terms
loopsOverLoops Over(1)
- Calculate Precision and Recall
ex:calculate_precision_and_recall
Other facts (19)
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 | Running | [2] |
| Contains | Jumped | [2] |
| Contains | Happy | [2] |
| Contains | Happy | [3] |
| Contains | Sad | [3] |
| Contains | Angry | [3] |
| Rdf:type | Python List | [1] |
| Rdf:type | Test Input | [3] |
| Rdf:type | List | [3] |
| Contains Element | term1 | [1] |
| Contains Element | term2 | [1] |
| Contains Element | term3 | [1] |
| Element | Happy | [3] |
| Element | Sad | [3] |
| Element | Angry | [3] |
| Has Length | 1500 | [1] |
| Repeats Pattern | true | [1] |
| Pattern | term1, term2, term3 | [1] |
| Is Listed in | Terms | [2] |
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/2bbf96fc-0aaa-4f43-99f5-59729807ae97- full textbeam-chunktext/plain1 KB
doc:beam/2bbf96fc-0aaa-4f43-99f5-59729807ae97Show excerpt
[Turn 10085] Assistant: To test more thresholds, you can simply extend the list of thresholds you want to evaluate. You can add as many thresholds as you need to the `thresholds` list. Here's how you can modify the code to include additiona…
ctx:claims/beam/189554a3-31d7-4f20-96f0-b93b957b2e25- full textbeam-chunktext/plain1 KB
doc:beam/189554a3-31d7-4f20-96f0-b93b957b2e25Show excerpt
2. **Expand Synonyms Using spaCy**: ```python import spacy nlp = spacy.load("en_core_web_md") def expand_synonyms(term): doc = nlp(term) synonyms = [] for token in doc: for sim in token.vocab: …
ctx:claims/beam/5e1fccc0-109f-4d58-b6c4-6482a168aad7- full textbeam-chunktext/plain1 KB
doc:beam/5e1fccc0-109f-4d58-b6c4-6482a168aad7Show excerpt
for word, synonyms in thesaurus.items(): word_embedding = get_contextual_embeddings(word) similarities = [np.dot(term_embedding, get_contextual_embeddings(syn)) for syn in synonyms] closest_synonyms.extend([synon…
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.