Class SKOSUtils
- java.lang.Object
-
- edu.cornell.mannlib.semservices.util.SKOSUtils
-
public class SKOSUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.commons.logging.Loglog
-
Constructor Summary
Constructors Constructor Description SKOSUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ConceptcreateConceptUsingXMLFromURL(Concept concept, String conceptURLString, String langTagValue, boolean addNotes)static ConceptcreateConceptUsingXMLModel(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 StringgetConceptXML(String conceptUriString)static List<String>removeConceptURIFromList(List<String> uris, String conceptURI)
-