示例#1
0
 public void SaveAsOwl(string filepath)
 {
     com.articulate.sigma.OWLtranslator owt = new com.articulate.sigma.OWLtranslator();
     owt.kb = _kb;
     owt.write(filepath);
 }
示例#2
0
 public void SaveAsOwl(string filepath)
 {
     com.articulate.sigma.OWLtranslator owt = new com.articulate.sigma.OWLtranslator();
     owt.kb = _kb;
     owt.write(filepath);
 }