java.lang.Object
it.uniroma2.art.semanticturkey.changetracking.sail.NILDecoder
All Implemented Interfaces:
Function<org.eclipse.rdf4j.model.Statement,QuadPattern>

public class NILDecoder extends Object implements Function<org.eclipse.rdf4j.model.Statement,QuadPattern>
Maps a statement in which SESAME.NIL encodes null into a QuadPattern.
Author:
Manuel Fiorelli
  • Field Details

    • INSTANCE

      public static final NILDecoder INSTANCE
  • Constructor Details

    • NILDecoder

      public NILDecoder()
  • Method Details