Dontopedia

QueryRequest

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

QueryRequest has 17 facts recorded in Dontopedia across 3 references, with 3 live disagreements.

17 facts·8 predicates·3 sources·3 in dispute

Mostly:rdf:type(3), inherits from(3), has attribute(3)

Maturity scale raw canonical shape-checked rule-derived certified

Inbound mentions (9)

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.

isAttributeOfIs Attribute of(3)

parentModelParent Model(3)

hasParameterHas Parameter(1)

parameterParameter(1)

usesPydanticModelsUses Pydantic Models(1)

Other facts (15)

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.

15 facts
PredicateValueRef
Rdf:typePydantic Model[1]
Rdf:typePydantic Model[2]
Rdf:typePydantic Model[3]
Inherits FromBase Model[1]
Inherits FromPydantic Modelbase[2]
Inherits FromBase Model[3]
Has AttributeQuery Field[2]
Has AttributeLimit Field[2]
Has AttributeOffset Field[2]
Class NameQueryRequest[2]
Class NameQueryRequest[3]
Has FieldQuery Field[1]
Used by EndpointRetrieve[1]
Used forRequest Schema[2]
ValidatesRequest Data[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.

typebeam/2646b1c7-2550-4bac-8f7d-135f41c08a18
ex:PydanticModel
labelbeam/2646b1c7-2550-4bac-8f7d-135f41c08a18
QueryRequest
inheritsFrombeam/2646b1c7-2550-4bac-8f7d-135f41c08a18
ex:BaseModel
hasFieldbeam/2646b1c7-2550-4bac-8f7d-135f41c08a18
ex:query-field
usedByEndpointbeam/2646b1c7-2550-4bac-8f7d-135f41c08a18
ex:/retrieve
typebeam/a40877d8-507a-4553-9960-de7113b4e610
ex:pydantic-model
classNamebeam/a40877d8-507a-4553-9960-de7113b4e610
QueryRequest
hasAttributebeam/a40877d8-507a-4553-9960-de7113b4e610
ex:query-field
hasAttributebeam/a40877d8-507a-4553-9960-de7113b4e610
ex:limit-field
hasAttributebeam/a40877d8-507a-4553-9960-de7113b4e610
ex:offset-field
labelbeam/a40877d8-507a-4553-9960-de7113b4e610
QueryRequest
usedForbeam/a40877d8-507a-4553-9960-de7113b4e610
ex:request-schema
validatesbeam/a40877d8-507a-4553-9960-de7113b4e610
ex:request-data
inheritsFrombeam/a40877d8-507a-4553-9960-de7113b4e610
ex:pydantic-modelbase
typebeam/af6c5291-028b-4d57-ad50-a5cab4e2e537
ex:PydanticModel
classNamebeam/af6c5291-028b-4d57-ad50-a5cab4e2e537
QueryRequest
inheritsFrombeam/af6c5291-028b-4d57-ad50-a5cab4e2e537
ex:BaseModel

References (3)

3 references
  1. ctx:claims/beam/2646b1c7-2550-4bac-8f7d-135f41c08a18
    • full textbeam-chunk
      text/plain1 KBdoc:beam/2646b1c7-2550-4bac-8f7d-135f41c08a18
      Show excerpt
      from pydantic import BaseModel app = FastAPI() class QueryRequest(BaseModel): query: str class QueryResponse(BaseModel): results: list @app.post("/retrieve", response_model=QueryResponse) def retrieve(query_request: QueryRequest
  2. ctx:claims/beam/a40877d8-507a-4553-9960-de7113b4e610
  3. ctx:claims/beam/af6c5291-028b-4d57-ad50-a5cab4e2e537
    • full textbeam-chunk
      text/plain1 KBdoc:beam/af6c5291-028b-4d57-ad50-a5cab4e2e537
      Show excerpt
      from fastapi import FastAPI, Depends from pydantic import BaseModel from typing import List, Optional import redis from fastapi.middleware.cors import CORSMiddleware app = FastAPI() # Initialize Redis client r = redis.Redis(host='localhos

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.