LookupBy
relationalai.semantics.frontend.base
LookupBy(item: Concept | Ref, kwargs: dict[str, Any])Represents a keyword-based lookup expression rooted at a reference.
This is returned by Concept.lookup and Ref.lookup.
Concept.lookup(...) creates an implicit reference first, so it behaves
like Concept.ref().lookup(...).
Parameters
Section titled “Parameters”
(itemConcept|Ref) - The concept (or specific reference) used as the lookup root.
(kwargsdict[str,Any]) - Property/relationship values to match (keys are treated case-insensitively).
Most users should not instantiate this class directly. Prefer
Concept.lookup and
Ref.lookup.
Inheritance Hierarchy
Section titled “Inheritance Hierarchy”Returned By
Section titled “Returned By”semantics > frontend > base ├── Concept │ └── lookup └── Ref └── lookup