Specification
Look System
kanonak.org
search@1.0.0
search
Query
The keyword(s) the user searched for.
Resource
The resource that matched. Range is rdfs.Resource, so a result can point at anything — a class, an instance, a package. The UI renders the match through its…
Results
The matches, ordered by score descending. Each entry is an embedded SearchResult; list order is the canonical ranking.
Scope
The level the search ran against, matching the URL hierarchy the query was issued at — the publisher, a package, or a single resource. Absent means the whole…
Score
How strongly the resource matched the query — a similarity, typically a cosine similarity (higher is more similar; normalized embeddings give a value in…
Search Result
One match: the resource that matched and how strongly it matched. Embedded within SearchResults.results, ordered by score descending.
Search Results
The outcome of a search over a Kanonak catalog: the query, the scope it ran against, and an ordered list of scored matches. Constructed at query time by a…