Hi, When i'm creating an RDFS model all the schema triples are added to the model:
Model _graphModel = TDBFactory.createModel(_tdbPath); _graphModel.setNsPrefix(alias, fullNs); _schema = FileManager.get().loadModel(ns); _infModel = ModelFactory.createRDFSModel(_schema, _graphModel); Is there a way to avoid storing those triples in the TDB? Any way to 'ignore' or 'identify' these triples in an easy way? Thanks in advance, Daniel
