Query.dict()
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-09.)
Query.dict() has 5 facts recorded in Dontopedia across 4 references, with 1 live disagreement.
Mostly:rdf:type(2), serializes(1), rdfs:label(1)
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-09.)
Query.dict() has 5 facts recorded in Dontopedia across 4 references, with 1 live disagreement.
Mostly:rdf:type(2), serializes(1), rdfs:label(1)
purposeOther 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.
serializesQueryUsingSerializes Query Using(2)ex:call-dense-retrievalex:call-sparse-retrievalpassesQueryDictPasses Query Dict(1)ex:POST_requestrequestPayloadRequest Payload(1)ex:call_sparse_retrievalserializesToSerializes to(1)ex:QueryRequestserializesToDictSerializes to Dict(1)ex:queryTimeline 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.
doc:beam/587972a9-5e6f-49d1-8222-dffeeff81ee5class QueryRequest(BaseModel): query: str limit: int class QueryResponse(BaseModel): results: List[HybridResult] total_results: int @app.route('/query', methods=['POST']) def query(): query = QueryRequest(**request.jso…
doc:beam/46ca9ebb-aa15-4216-b0fc-73bb808cc32aexcept Exception as e: raise HTTPException(status_code=500, detail=str(e)) # Function to call dense retrieval @retry(stop=stop_after_attempt(3), wait=wait_fixed(1)) def call_dense_retrieval(query: SearchQuery): try: …
Dontopedia is in a read-only public launch. Follow the references and disputed branches now; contributions will open after durable identity and moderation are in place.