Notes referenced to

table
    SourceDate as "Source",
    Date as "Noted"
from "100 Notes Box"
where contains(reference,this.file.link)
SORT Date DESC

Notes about to

table
    Date as "Noted",
    SourceDate as "Source",
    reference as "Reference"
from "100 Notes Box"
where contains(about,this.file.link)
SORT Date DESC