In the retrieveThesaurusTitle method of the Thesaurus class the defaultNamespace is initialized with the about attribute of the parent element of the title element, but when the title element not exists, a default value is used, configured in a static variable of the class. It is esier and better to get it from the skos:ConceptScheme element directly as a fallback.
In the retrieveThesaurusTitle method of the Thesaurus class the defaultNamespace is initialized with the about attribute of the parent element of the title element, but when the title element not exists, a default value is used, configured in a static variable of the class. It is esier and better to get it from the skos:ConceptScheme element directly as a fallback.