Class RDFHandlers.GraphBuilder

    • Constructor Detail

      • GraphBuilder

        public GraphBuilder()
    • Method Detail

      • graph

        public java.util.Set<Statement> graph()
      • namespace

        public void namespace​(@Nonnull
                              java.lang.String thePrefix,
                              @Nonnull
                              java.lang.String theIRI)
        Event for when a namespace was encountered
        Specified by:
        namespace in interface RDFHandler
        Overrides:
        namespace in class AbstractRDFHandler
        Parameters:
        thePrefix - the namespace prefix
        theIRI - the associated IRI
      • handle

        public void handle​(@Nonnull
                           Statement theStmt)
        Event for when a statement was encountered
        Parameters:
        theStmt - the statement