Class StreamCanonicalLiterals

All Implemented Interfaces:
StreamRDF

public class StreamCanonicalLiterals extends StreamRDFApplyObject
Canonicalize literal lexical forms (in the object position). Canoncialize literals use the same RDF term (same lexcial form) for a given value. So "+01"^^xsd:integer is converted to "1"^^xsd:integer. Language tags are canonicalized for case as well. See RDFParserBuilder.canonicalValues(boolean) and RDFParserBuilder.langTagCanonical().
  • Constructor Details

    • StreamCanonicalLiterals

      public StreamCanonicalLiterals(StreamRDF other)