Lines Matching refs:getURI
122 outputOnt = OWLFactory.createOntology(ont.getURI());
227 translated = outputOnt.createInstance(owlClass, ind.getURI());
243 newInd = outputOnt.createInstance(owlClass, ind.getURI());
670 URI typeURI = inputOnt.getProperty(paramInfo, OWLS_1_0.Process.parameterType).getURI();
693 if ((!profileInputURIs.contains(param.getURI())) && (paramInfo.getProperties().size() <= 1)) {
726 System.out.println(" Process " + process.getURI() + "\n" +
728 param.getURI() + "\n" +
832 "\n in profile: " + profile.getURI() + ")");
837 if (refersTo.getURI() != null) {
838 profileInputURIs.add(refersTo.getURI());
845 System.out.println(" Profile " + profile.getURI() + "\n" +
847 p.getURI() + "\n" +
910 "\n grounding " + grounding.getURI() + ")");
941 + p.getURI().getFragment() + " property");
946 error("The value of grounding:" + p.getURI().getFragment()
1001 System.out.println(" Process " + process.getURI() + "\n" +
1027 System.out.println(" Process " + process.getURI() + "\n" +
1088 URI owlsParameterInfo = inputOnt.getProperty(messageMap, OWLS_1_0.Grounding.owlsParameter).getURI();
1105 "\n in process: " + process.getURI() + ", " +
1112 System.out.println(" Process " + process.getURI() + "\n" +
1180 // private URI getURI(OWLDataValue value) {