See discussion here: https://github.com/Multi-User-Domain/mud-jena/pull/15#discussion_r589232351 @MattTennison 1. Use a environment variable for the vocab hosting endpoint here in mud-jena. For now, as we're using these GitHub branches, it could default to https://raw.githubusercontent.com/Multi-User-Domain/vocab/main 2. Run a static asset server (e.g. https://hub.docker.com/r/halverneus/static-file-server, or could write our own) to serve these .ttl files in development. Let's say we run it on port 7000 locally. 3. Change the environment variable for development to be http://localhost:7000, so responses reference ontologies from http://localhost:7000/mudchar.ttl instead of GitHub.
See discussion here: Multi-User-Domain/mud-jena#15 (comment)
@MattTennison