Re: Ontology Imports

2017-03-31 Thread Martynas Jusevičius
Some of the code (at least OntDocumentManager) is still using FileManager I believe. The proper way IMO is to have a location-mapping and read ontology (namespace) URI, not physical file URIs, and let LocationMapper take care of the rest.

RE: Ontology Imports

2017-03-31 Thread Donald Smith
RDFDataMgr does fine while loading a given RDF file, but what I'm trying to do is to use OntModel to read an ontology from local disk which would intern fetch the imported ontologies. For any imported ontology that is fetched via HTTP that is returned as RDF/XML works fine. For any imported

persistent inference on named graphs in Fuseki

2017-03-31 Thread Élie Roux
Hello, I am currently setting up a Fuseki server with the following specs in mind: - everything persistent in TDB (it works) - many different named graph, with the default graph being the union of them (it works, but without inference) - very simple inferencing (works but not with named