143144145146147148149150
return node; } Resource r = getModel().getResource(clazzURI.toString()); if (r!=null) return r.as(RDFNode.class); throw new ConceptNotFoundException(this.getClass().toString() + "|getRDFNode : Could not load class " + clazzURI.toString()); }