Ejemplo n.º 1
0
 /** Print an ontology term mapping created by LOOM. */
 private static void printLoomMapping(Mapping loomMap) {
   if (!mapSet.contains(loomMap.hashString())) {
     mapSet.add(loomMap.hashString());
     // if (oSerializeFormat.equals("turtle")) {
     oStream.print(loomMap.toTurtle(true));
     // }
     oMapCount++;
   }
 }