this is a really great resource, and certainly stuff that took a while to dig out whilst pulling together 16n, and labelling it up. Thank you!
I’m not sure I understand why not? GH Pages can support any pile of static HTML/CSS/JS however it’s generated, and thanks to Actions, it’s possible to run static-site-generators-of-your-choice at point of deployment, so you don’t even need to store compiled code in your codebase, just source code. (I’m deploying a variety of production sites using custom actions to build at point of deployment). So… embedding, say, JS for commercials at point of deployment should be fine?
My only other suggestion, in terms of accepting user-submitted data… would be a more user-friendly data format. I get the ontological appeal of triples, but I find them poor in terms of user-experience and they inevitable make for a high barrier-to-entry (or serve as a kind of gatekeeping, in terms of the way RDF is used). JSON has meaningful legs and user-friendliness. But that’s just me.