static boolean isOntopia(TopicMap topicMap) { return topicMap.getClass().getName().startsWith(_ONTOPIA); }
static boolean isTinyTim(TopicMap topicMap) { return topicMap.getClass().getName().startsWith(_TINYTIM); }