Here you can find the source of genOntologyNS(String base)
public static String genOntologyNS(String base)
//package com.java2s; //License from project: Open Source License import java.util.UUID; public class Main { public static String genOntologyNS(String base) { return base + UUID.randomUUID() + "#"; }//from w ww . jav a2 s. c o m }