UOR Queries
Imports
https://uor.foundation/schema/https://uor.foundation/u/
Classes
| Name | Subclass Of | Disjoint With | Comment |
|---|---|---|---|
Query | Thing | A request for information from the UOR kernel. The root abstraction for all query types. | |
CoordinateQuery | Query | A query for the ring-coordinate position of a datum: its stratum, spectrum, and address within the ring geometry. | |
MetricQuery | Query | A query for a metric value between two datums: ring distance, Hamming distance, or their divergence (curvature). | |
RepresentationQuery | Query | A query for the canonical representation of a datum or term: its normal form under the active resolver strategy. |
Properties
| Name | Kind | Functional | Domain | Range | Comment |
|---|---|---|---|---|---|
inputType | Object | true | Query | Class | The type of input the query accepts. |
outputType | Object | true | Query | Class | The type of output the query produces. |
coordinate | Datatype | true | CoordinateQuery | string | Which coordinate the query extracts. |