pub fn replace_lexical_value_whole(
lexical: &str,
lang: Option<&str>,
datatype: Option<&str>,
replacement: &str,
) -> LexicalLiteralExpand description
Whole-string lexical replacement (Protégé replaceLexicalValue without pattern).