Dontopedia

Empty results dictionary

From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-09.)

Empty results dictionary has 25 facts recorded in Dontopedia across 6 references, with 5 live disagreements.

25 facts·12 predicates·6 sources·5 in dispute

Mostly:has key(5), rdf:type(4), contains(4)

Maturity scale raw canonical shape-checked rule-derived certified

Inbound mentions (2)

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.

fallbackValueFallback Value(1)

resultsInResults in(1)

Other facts (24)

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.

24 facts
PredicateValueRef
Has Keyresults[1]
Has Keytotal_results[1]
Has Keyresults[2]
Has Keyresults[3]
Has Keytotal_results[3]
Rdf:typeDict[1]
Rdf:typeDictionary[3]
Rdf:typeDictionary[4]
Rdf:typeDict[5]
Containsresults[5]
Containstotal_results[5]
ContainsEmpty Results Array[6]
ContainsZero Total[6]
Results Valueempty-list[1]
Results ValueEmpty Array[4]
Contains Keyresults[4]
Contains Keytotal_results[4]
Total Results Value0[1]
Results Keyresults[1]
Total Results Keytotal_results[1]
Results Initial Valueempty-list[1]
Total Results Initial Value0[1]
Uses Double Quotestrue[2]
Total Results Value0[4]

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.

typebeam/1a61c94d-e688-439f-9256-a272947656df
ex:Dict
hasKeybeam/1a61c94d-e688-439f-9256-a272947656df
results
hasKeybeam/1a61c94d-e688-439f-9256-a272947656df
total_results
resultsValuebeam/1a61c94d-e688-439f-9256-a272947656df
empty-list
totalResultsValuebeam/1a61c94d-e688-439f-9256-a272947656df
0
resultsKeybeam/1a61c94d-e688-439f-9256-a272947656df
results
totalResultsKeybeam/1a61c94d-e688-439f-9256-a272947656df
total_results
resultsInitialValuebeam/1a61c94d-e688-439f-9256-a272947656df
empty-list
totalResultsInitialValuebeam/1a61c94d-e688-439f-9256-a272947656df
0
hasKeybeam/fa6f8f7f-39bd-4d52-b3da-8d20e0af8bd4
results
usesDoubleQuotesbeam/fa6f8f7f-39bd-4d52-b3da-8d20e0af8bd4
true
typebeam/ec505a8a-04d3-4a85-9f62-709f6d2437b7
ex:Dictionary
hasKeybeam/ec505a8a-04d3-4a85-9f62-709f6d2437b7
results
hasKeybeam/ec505a8a-04d3-4a85-9f62-709f6d2437b7
total_results
labelbeam/ec505a8a-04d3-4a85-9f62-709f6d2437b7
Empty results dictionary
typebeam/c740658d-0943-4bf1-a117-6bb882d2c4d3
ex:Dictionary
containsKeybeam/c740658d-0943-4bf1-a117-6bb882d2c4d3
results
containsKeybeam/c740658d-0943-4bf1-a117-6bb882d2c4d3
total_results
resultsValuebeam/c740658d-0943-4bf1-a117-6bb882d2c4d3
ex:empty-array
total_resultsValuebeam/c740658d-0943-4bf1-a117-6bb882d2c4d3
0
typebeam/23e7ea8c-1439-4fc4-b972-fb9cb982351c
ex:Dict
containsbeam/23e7ea8c-1439-4fc4-b972-fb9cb982351c
results
containsbeam/23e7ea8c-1439-4fc4-b972-fb9cb982351c
total_results
containsbeam/107ad967-64ea-4467-97bc-19767764b900
ex:empty-results-array
containsbeam/107ad967-64ea-4467-97bc-19767764b900
ex:zero-total

References (6)

6 references
  1. ctx:claims/beam/1a61c94d-e688-439f-9256-a272947656df
    • full textbeam-chunk
      text/plain1 KBdoc:beam/1a61c94d-e688-439f-9256-a272947656df
      Show excerpt
      logger = logging.getLogger(__name__) @app.post("/search", response_model=SearchResponse) async def search(query: SearchQuery): try: sparse_results = call_sparse_retrieval(query) except HTTPException as e: logger.err
  2. ctx:claims/beam/fa6f8f7f-39bd-4d52-b3da-8d20e0af8bd4
    • full textbeam-chunk
      text/plain1 KBdoc:beam/fa6f8f7f-39bd-4d52-b3da-8d20e0af8bd4
      Show excerpt
      except requests.exceptions.Timeout as e: client.put_log_events( logGroupName='your-log-group', logStreamName='your-log-stream', logEvents=[ {
  3. ctx:claims/beam/ec505a8a-04d3-4a85-9f62-709f6d2437b7
    • full textbeam-chunk
      text/plain1 KBdoc:beam/ec505a8a-04d3-4a85-9f62-709f6d2437b7
      Show excerpt
      except requests.exceptions.Timeout as e: raise HTTPException(status_code= 504, detail=str(e)) except Exception as e: raise HTTPException(status_code=500, detail=str(e)) @app.post("/api/v1/hybrid-search", response_mo
  4. ctx:claims/beam/c740658d-0943-4bf1-a117-6bb882d2c4d3
    • full textbeam-chunk
      text/plain1 KBdoc:beam/c740658d-0943-4bf1-a117-6bb882d2c4d3
      Show excerpt
      except requests.exceptions.HTTPError as e: raise HTTPException(status_code=response.status_code, detail=str(e)) except requests.exceptions.ConnectionError as e: raise HTTPException(status_code=503, detail=str(e))
  5. ctx:claims/beam/23e7ea8c-1439-4fc4-b972-fb9cb982351c
  6. ctx:claims/beam/107ad967-64ea-4467-97bc-19767764b900
    • full textbeam-chunk
      text/plain1 KBdoc:beam/107ad967-64ea-4467-97bc-19767764b900
      Show excerpt
      except requests.exceptions.ConnectionError as e: raise HTTPException(status_code=503, detail=str(e)) except requests.exceptions.Timeout as e: raise HTTPException(status_code=504, detail=str(e)) except Exception a

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.