96
Another FUF example
n  "Saturday night, Karl Malone scored 28 points with his hands."
n  ((cat clause)
n   (tense past)
n   (process ((type material) (effect-type creative) (lex "score")))
n   (partic ((agent ((cat compound-proper)
n   (gender masculine)
n   (head ((cat person-name)
n          (first-name ((lex "Karl")))
n          (last-name ((lex "Malone")))))))
n     (created ((cat measure)
n       (quantity ((value 28)))
n       (unit ((lex "point")))))))
n   (pred-modif ((instrument ((cat pp)
n       (np ((cat common)
n                  (number plural)
n            (possessor ((cat personal-pronoun)
n                        (index {^5 partic agent index})))
n    (head ((lex "hand")))))))))
n   (circum ((time ((cat date)
n    (day-name ((lex "Saturday")))
n    (day-part ((lex "night")))
n    (position header)))))))