public class SKOSUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
SKOSUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Concept |
createConceptUsingXMLFromURL(Concept concept,
String conceptURLString,
String langTagValue,
boolean addNotes) |
static Concept |
createConceptUsingXMLModel(Concept concept,
String results,
String langTagValue,
boolean addNotes)
The above code, although functional, does not take advantage of the fact
that we can actually read and query the RDF in precisely the manner we
wish.
|
static String |
getConceptXML(String conceptUriString) |
static List<String> |
removeConceptURIFromList(List<String> uris,
String conceptURI) |
Copyright © 2021. All rights reserved.