摘要: 直接上代码 1 OntClass animalCls = ontModel.getOntClass(strDefaultPrefix + "居民地"); 2 Iterator<OntProperty> properties123 = animalCls.listDeclaredProperties(); 3 // properties123 = animalCls.listDeclaredProperties(false); 4 OntClass superCls123 = null; 5 for(Iterator<... 阅读全文
posted @ 2012-01-13 17:37 iLocationStudio 阅读(383) 评论(0) 推荐(0)