Class OntologySearch


  • public class OntologySearch
    extends Object
    • Constructor Detail

      • OntologySearch

        public OntologySearch()
    • Method Detail

      • stripInvalidCharacters

        public static String stripInvalidCharacters​(String toStrip)
        Will remove characters that jena is unable to parse. Will also escape and remove leading and trailing white space (which also causes jena to die)
        Parameters:
        toStrip - the string to clean
        Returns: