Dontopedia

Empty Results Default

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

Empty Results Default has 12 facts recorded in Dontopedia across 5 references, with 2 live disagreements.

12 facts·9 predicates·5 sources·2 in dispute

Mostly:rdf:type(2), has field(2), contains(1)

Maturity scale raw canonical shape-checked rule-derived certified

Inbound mentions (6)

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.

assignsAssigns(1)

defaultOnExceptionDefault on Exception(1)

fallbackValueFallback Value(1)

returnsReturns(1)

returnsOnExceptionReturns on Exception(1)

setsDefaultOnExceptionSets Default on Exception(1)

Other facts (11)

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.

11 facts
PredicateValueRef
Rdf:typeResult Collection[1]
Rdf:typeDefault Value[3]
Has Fieldresults[2]
Has Fieldtotal_results[2]
Contains0[1]
Results Value0[2]
Total Results Value0[2]
Has Results0[4]
Has Total Results0[4]
Has Results ArrayEmpty Array[5]
Has Total Results0[5]

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/0ffdb47f-7355-4044-a040-123b60076c23
ex:ResultCollection
containsbeam/0ffdb47f-7355-4044-a040-123b60076c23
0
hasFieldbeam/063530d2-a838-44dc-92a8-49e96101a962
results
hasFieldbeam/063530d2-a838-44dc-92a8-49e96101a962
total_results
resultsValuebeam/063530d2-a838-44dc-92a8-49e96101a962
0
totalResultsValuebeam/063530d2-a838-44dc-92a8-49e96101a962
0
typebeam/a81334dc-b587-4593-841c-7c9336dec3a0
ex:DefaultValue
labelbeam/a81334dc-b587-4593-841c-7c9336dec3a0
Empty Results Default
hasResultsbeam/bc982b60-583b-4956-8504-46b988a4d1e5
0
hasTotalResultsbeam/bc982b60-583b-4956-8504-46b988a4d1e5
0
has-results-arraybeam/5fd1334d-d15d-4873-b3e0-e54e47612682
ex:empty-array
has-total-resultsbeam/5fd1334d-d15d-4873-b3e0-e54e47612682
0

References (5)

5 references
  1. ctx:claims/beam/0ffdb47f-7355-4044-a040-123b60076c23
    • full textbeam-chunk
      text/plain1 KBdoc:beam/0ffdb47f-7355-4044-a040-123b60076c23
      Show excerpt
      #### Step 3: Implement the Main Search Endpoint Combine the results from both services and handle errors appropriately. ```python @app.post("/search", response_model=SearchResponse) async def search(query: SearchQuery): try: s
  2. ctx:claims/beam/063530d2-a838-44dc-92a8-49e96101a962
    • full textbeam-chunk
      text/plain1 KBdoc:beam/063530d2-a838-44dc-92a8-49e96101a962
      Show excerpt
      return response.json() except requests.exceptions.HTTPError as e: raise HTTPException(status_code=response.status_code, detail=str(e)) except requests.exceptions.ConnectionError as e: raise HTT
  3. ctx:claims/beam/a81334dc-b587-4593-841c-7c9336dec3a0
    • full textbeam-chunk
      text/plain1 KBdoc:beam/a81334dc-b587-4593-841c-7c9336dec3a0
      Show excerpt
      sparse_results = {"results": [], "total_results": 0} return JSONResponse(content={"error_code": e.status_code, "message": e.detail}, status_code=e.status_code) try: dense_results = call_dense_retrieval(query
  4. ctx:claims/beam/bc982b60-583b-4956-8504-46b988a4d1e5
    • full textbeam-chunk
      text/plain1 KBdoc:beam/bc982b60-583b-4956-8504-46b988a4d1e5
      Show excerpt
      return JSONResponse(content={"error_code": e.status_code, "message": e.detail}, status_code=e.status_code) try: dense_results = call_dense_retrieval(query) except HTTPException as e: dense_results = {"re
  5. ctx:claims/beam/5fd1334d-d15d-4873-b3e0-e54e47612682
    • full textbeam-chunk
      text/plain1 KBdoc:beam/5fd1334d-d15d-4873-b3e0-e54e47612682
      Show excerpt
      raise HTTPException(status_code=response.status_code, detail=str(e)) except requests.exceptions.ConnectionError as e: raise HTTPException(status_code=503, detail=str(e)) except requests.exceptions.Timeout as e:

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.