Entities Variable
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-11.)
Entities Variable has 7 facts recorded in Dontopedia across 2 references.
Mostly:is list(1), contains tuples(1), rdf:type(1)
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.
constructsConstructs(1)
- Tuple Construction
ex:tuple-construction
hasValueHas Value(1)
- Dictionary Object
ex:dictionary-object
mapsToMaps to(1)
- Entities Key
ex:entities-key
Other facts (7)
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 |
|---|---|---|
| Is List | true | [1] |
| Contains Tuples | true | [1] |
| Rdf:type | Python List | [2] |
| Initialized by | Entity Extraction | [2] |
| Result of | Entity Extraction | [2] |
| Contains | Text Label Tuples | [2] |
| Included in | Dictionary Object | [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 (2)
ctx:claims/beam/b27efc86-7008-4384-852a-049d06d255cb- full textbeam-chunktext/plain1 KB
doc:beam/b27efc86-7008-4384-852a-049d06d255cbShow excerpt
entities = [(ent.text, ent.label_) for ent in doc.ents] # Extract synonyms for each token synonyms = [] for token in tokens: pos = get_wordnet_pos(nltk.pos_tag([token])[0][1]) synsets = wordnet.synsets(t…
ctx:claims/beam/75da3500-669d-461a-9314-c433678ef083- full textbeam-chunktext/plain1 KB
doc:beam/75da3500-669d-461a-9314-c433678ef083Show excerpt
nlp = spacy.load('en_core_web_sm') def process_query(query): doc = nlp(query) # Tokenization and Lemmatization tokens = [token.lemma_.lower() for token in doc if token.is_alpha and token.lemma_.lower() not in STOP_WORDS] …
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.