UQL

1 program Added 2026-03-11T10:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: enabled Evidence Report issue View issues
Aliases: Ultipa Query Language
Provenance: commit 861ce469d9 · authored 2026-03-11T23:37:17+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

JQL (0.49)QUEL (0.48)fq (0.47)RDQL (0.44)YQL (0.43)

LLM-contributed programs

Multi-hop Graph Path Query

Provenance: commit 861ce469d9 · authored 2026-03-11T23:37:17+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch enabled
code.uql · license: GPL-3.0 · added: 2026-03-11T10:00:00Z
n({@version}).e().n({@docs_tree.status == 1} as book2).e().n({@lang.code == "en"}) with book2 as vbook
n(vbook).e().n({@docs_tree && is_root == "true" && @docs_tree.status == 1} as book1) with book1 as books
n(books).re({@docs_tree}).n(vbook).re({@docs_tree})[:3].n({@docs.status == 1 && @docs.type == "technical"|| @docs_tree} as n100) as path  with path as docs_path, n100 as books2
n({books || vbook || books2}).e({@docs_role || @docs_tree_role}).n({@role.name in ["public"]}) as p with p as role_path
return docs_path{*}, role_path{*},books

Contribute — propose a file extension

Tell us where to find evidence about UQL (mapped to pl/uql). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/UQL/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Upsilon (Archived) Ur/Web →