| http://www.w3.org/ns/prov#value | - Hi Douglas,When you write a middleware that lets users define custom types, extensionsare pretty much required.Middleware does not need to, and should not need to know these user-definedcustom types ahead of time : you do not want to rebuild and restart yourmiddleware everytime a user define a new type they want handled by themiddleware.An explicit bytes field always works, but is both inefficient an
|