You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we only considered .graph files with one graph for named graphs (basically we should also store triples instead of quads) but this wont be true for the unassigned.nq file which should hold all unassigned graphs. We could also insert each named graph in its own file (also nice because of the blob cache for instance creation), but how will an uri be transformed to a filename?
In the last case we could also use generic names (less readable for manual git usage) and offer an interface to rename those files. In manual mode with graphfiles settings the user will be lost since he can't see all file <> graph assignments except we offer the same interface as a CLI.
Forked from #81 .
(@Kyrosh)