Searched refs:ontModel (Results 1 - 4 of 4) sorted by relevance
/owl-s/src/impl/jena/ |
H A D | OWLOntologyImpl.java | 148 ontModel.add(r, RDF.type, OWL.Class);
162 ontModel.add(r, RDF.type, OWL.ObjectProperty);
176 ontModel.add(r, RDF.type, OWL.DatatypeProperty);
199 Resource r = ontModel.createResource();
200 ontModel.add(r, RDF.type, (Resource) c.getImplementation());
209 ontModel.add(r, RDF.type, (Resource) c.getImplementation());
217 return new OWLDataValueImpl(ontModel.createLiteral(value));
221 return new OWLDataValueImpl(ontModel.createLiteral(value, language));
226 return new OWLDataValueImpl(ontModel.createLiteral(value.toString(), true));
228 return new OWLDataValueImpl(ontModel [all...] |
H A D | OWLModelImpl.java | 189 protected OntModel ontModel;
field in class:OWLModelImpl 204 ontModel = ModelFactory.createOntologyModel( spec, model );
208 return ontModel;
212 return ontModel;
216 ontModel.prepare();
221 ((PelletInfGraph)ontModel.getGraph()).classify();
227 return ((PelletInfGraph)ontModel.getGraph()).isClassified();
235 return ((PelletInfGraph)ontModel.getGraph()).isConsistent();
240 // ValidityReport validation = ontModel.validate();
265 List subGraphs = ontModel [all...] |
H A D | OWLKnowledgeBaseImpl.java | 169 // ontModel.write(System.out, "RDF/XML-ABBREV");
199 ontModel.addSubModel(model);
250 ontModel.removeSubModel(m);
381 ontModel.rebind();
|
/owl-s/lib/pellet/ |
H A D | pellet.jar | com/ com/lre/ com/lre/graph/ com/lre/graph/Edge.class Edge.java package com.lre ... |
Completed in 20 milliseconds