ULIXES Example
DEFINE TABLE VLDBPapers (Authors, Title, Reference)
AS AuthorSearchPage.NameForm.Submit -> AuthorPage.WorkList
USING AuthorPage.WorkList.Authors, AuthorPage.WorkList.Title, AuthorPage.WorkList.Reference
WHERE AuthorSearchPage.NameForm.Name = ‘Leonardo Da Vinci’ AuthorPage.WorkList.Reference LIKE ‘%VLDB%’