Lines Matching refs:baseOntology
91 URI uri = URI.create("urn:owl-s-api:baseOntology");
306 return new OWLIndividualImpl(baseOntology, r);
313 ont = baseOntology;
322 ont = baseOntology;
331 ont = baseOntology;
337 return baseOntology.createClass(uri);
341 return baseOntology.createObjectProperty(uri);
345 return baseOntology.createDataProperty(uri);
349 return baseOntology.createIndividual(uri);
353 return baseOntology.createInstance(c);
357 return baseOntology.createInstance(c, uri);
361 return baseOntology.createDataValue(value);
365 return baseOntology.createDataValue(value, language);
369 return baseOntology.createDataValue(value, datatypeURI);
373 return baseOntology.createDataValue(value);
386 baseOntology.setProperty(ind, prop, value);
390 baseOntology.setProperty(ind, prop, value);
394 baseOntology.setProperty(ind, prop, value);
399 baseOntology.addProperty(ind, prop, value);
403 baseOntology.addProperty(ind, prop, value);
407 baseOntology.addProperty(ind, prop, value);
411 baseOntology.addProperty(ind, prop, value);
415 baseOntology.removeProperties(ind, prop);
419 baseOntology.removeProperty(theInd,theProp,theValue);
423 baseOntology.addProperty(ind, prop, value);
427 baseOntology.setProperty(ind, prop, value);
432 baseOntology.addType(ind, c);
436 baseOntology.removeTypes(ind);
440 baseOntology.removeIndividuals(ind);
444 baseOntology.removeIndividuals(ind, recursive);