Lines Matching refs:OWLOntology
42 private static OWLOntology owlsService;
43 private static OWLOntology owlsProfile;
44 private static OWLOntology owlsGrounding;
45 private static OWLOntology owlsProcess;
54 public OWLOntology createOntology();
56 public OWLOntology createOntology(URI uri);
93 public static OWLOntology createOntology() {
97 public static OWLOntology createOntology(URI uri) {
109 public static OWLOntology createOntology( boolean importOWLS ) {
110 OWLOntology ont = factory.createOntology();
124 public static OWLOntology createOntology( URI uri, boolean importOWLS ) {
125 OWLOntology ont = factory.createOntology(uri);
139 public static void addOWLSImports( OWLOntology ont ) {