The easiest ways to find them are…
tell application id "DNtp" to return parents of current database whose tag type is ordinary tag and tags is not {}
…or…
tell application id "DNtp" to return search "kind:ordinary tag item:tagged" in (root of current database)
Needs sorting by location though.