public final class IRIUtils extends Object
Modifier and Type | Method and Description |
---|---|
static String |
generateIRIBasedOnLabel(String classURI,
String label)
Create a unique IRI for the class URI and the label.
|
static String |
generateUniqueIRI()
Creates a unique IRI using the UUID scheme.
|
public static String generateUniqueIRI()
public static String generateIRIBasedOnLabel(String classURI, String label)
classURI
- the IRI if of the metadata classlabel
- the labelCopyright © 2024. All rights reserved.