it looks we can use such syntax to do multiple insert ?
but can i do something like this?
my usecase is
- readonly scheme icv built into archtypes
- the kg editor built base on 1.
- other app and service might consume knowledge from 2.
i used too use some in-memory javascript owl reasoner, but the problem is it should reload rdf file in each request the performance is bad when rdf grow.
and after some research it looks there's no way to runtime ABOX(don't know if its the right term). assertion then dropped(still can't figure out how to undo commit that @jess metioned with stardog.js-client).
so should i use two or three separate query to work with such situation?
1 insert assertion tripples
2 query and get fact
3 remove temporal tripples(sometimes its okay to insert it to other namespace, but don't know if its right way)
what is the best practice?

