RDF API branch work
This commit is contained in:
parent
33f39989f6
commit
2621558728
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ public class WebappDaoFactorySDBPrep implements Filter {
|
|||
|
||||
Model m = ModelFactory.createModelForGraph(g);
|
||||
OntModel om = ModelFactory.createOntologyModel(OntModelSpec.OWL_MEM, m);
|
||||
oms = new SingleContentOntModelSelector(om, oms.getDisplayModel(), oms.getUserAccountsModel());
|
||||
//oms = new SingleContentOntModelSelector(om, oms.getDisplayModel(), oms.getUserAccountsModel());
|
||||
|
||||
Dataset dataset = DatasetFactory.create(new SparqlDatasetGraph(endpointURI));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue