Lines Matching refs:kb
63 OWLKnowledgeBase kb;
297 kb = OWLFactory.createKB();
300 ont = kb.createOntology();
306 BookFinder = kb.readService("http://www.mindswap.org/2004/owl-s/1.1/BookFinder.owl#").getProcess();
307 BNPrice = kb.readService("http://www.mindswap.org/2004/owl-s/1.1/BNPrice.owl#").getProcess();
308 AmazonPrice = kb.readService("http://www.mindswap.org/2004/owl-s/1.1/AmazonBookPrice.owl#").getProcess();
316 xsdString = kb.getDataType( XSD.string );
317 xsdFloat = kb.getDataType( XSD.xsdFloat );
318 Price = kb.getClass( URIUtils.createURI( concepts, "Price" ) );
319 amount = kb.getDataProperty( URIUtils.createURI( concepts, "amount" ) );