Lines Matching refs:ont
61 OWLOntology ont;
81 Service service = ont.createService(URIUtils.createURI(baseURI, "TestService"));
82 CompositeProcess process = ont.createCompositeProcess(URIUtils.createURI(baseURI, "TestProcess"));
83 Profile profile = ont.createProfile(URIUtils.createURI(baseURI, "TestProfile"));
84 Grounding grounding = ont.createGrounding(URIUtils.createURI(baseURI, "TestGrounding"));
86 System.out.println(ont.getKB().getServices());
174 Sequence sequence = ont.createSequence();
182 performs[i] = ont.createPerform();
204 Input newInput = ont.createInput(URIUtils.createURI(baseURI, "TestInput"));
216 Output newOutput = ont.createOutput(URIUtils.createURI(baseURI, "TestOutput"));
222 Result result = ont.createResult();
239 ont = kb.createOntology();
257 ont.write(System.out, baseURI);