I'm using RDF4J Workbench 2.1.2.
System Information
Application Information
Application Name RDF4J Workbench
Version 2.1.2
Runtime Information
Operating System Windows 10 10.0 (amd64)
Java Runtime Oracle Corporation Java HotSpot(TM) 64-Bit Server VM (1.8.0_111)
Process User gwcox
Memory
Used 315 MB
Maximum 889 MB
I have a set of RDF files containing ontologies I'm working on. Some RDF files import others. For example, my instantiations ontology/RDF file imports the several ontologies defining my classes and relationships.
The RDF files are stored locally, not at the URIs used to identify them. I often need to clear my repository and re-load my ontologies in the process of development and debugging. At present, a half-dozen ontologies need to be loaded for full functionality.
How can I load multiple ontologies stored as local files into my active repository in RDF4J workbench? I can use RDF4J workbench itself or a command line script to do the loading. I know I can manually use the Modify/Add command from the workbench multiple times, but I'd like to reduce it to one command to save time and avoid errors.
Thanks.