Combined Df
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-09.)
Combined Df has 12 facts recorded in Dontopedia across 2 references, with 4 live disagreements.
Mostly:rdf:type(2), unites(2), has column(2)
Maturity scale
raw canonical shape-checked rule-derived certifiedRdf:typein disputerdf:type
- Dataframe[1]all time · D3954c6e 57e2 4e9f B834 Ff3def382c8d
- Data Frame[2]all time · Df11b3fa Ca37 4721 9ab9 C56d1bc73bf0
Unitesin disputeunites
Has Columnin disputehasColumn
- Label Column[2]sourceall time · Df11b3fa Ca37 4721 9ab9 C56d1bc73bf0
- Text Column[2]sourceall time · Df11b3fa Ca37 4721 9ab9 C56d1bc73bf0
Derived Fromin disputederivedFrom
Result ofresultOf
- Concatenation[1]sourceall time · D3954c6e 57e2 4e9f B834 Ff3def382c8d
Containscontains
- Processed Documents[1]sourceall time · D3954c6e 57e2 4e9f B834 Ff3def382c8d
Computed bycomputedBy
Rdfs:labelrdfs:label
- combined_df[2]sourceall time · Df11b3fa Ca37 4721 9ab9 C56d1bc73bf0
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.
splitsSplits(1)
- Train Test Split
ex:train_test_split
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)
- custom
ctx:claims/beam/d3954c6e-57e2-4e9f-b834-ff3def382c8d- full textbeam-chunktext/plain1 KB
doc:beam/d3954c6e-57e2-4e9f-b834-ff3def382c8dShow excerpt
# Identify sparse and dense documents def is_sparse(document): # Define a threshold to determine sparsity threshold = 10 # Example threshold return len(document.split()) < threshold df['is_sparse'] = df['text'].apply(is_sparse…
- custom
ctx:claims/beam/df11b3fa-ca37-4721-9ab9-c56d1bc73bf0- full textbeam-chunktext/plain1 KB
doc:beam/df11b3fa-ca37-4721-9ab9-c56d1bc73bf0Show excerpt
# Define a threshold to determine sparsity threshold = 10 # Example threshold return len(document.split()) < threshold df['is_sparse'] = df['text'].apply(is_sparse) # Separate sparse and dense documents sparse_df = df[df['is_…
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.