Class DeleteDataQuery

    • Constructor Detail

      • DeleteDataQuery

        public DeleteDataQuery()
    • Method Detail

      • deleteData

        public DeleteDataQuery deleteData​(TriplePattern... triples)
        Add triples to be deleted
        Parameters:
        triples - the triples to add to this delete data query
        Returns:
        this Delete Data query instance
      • from

        public DeleteDataQuery from​(GraphName graph)
        Specify a graph to delete the data from
        Parameters:
        graph - the identifier of the graph
        Returns:
        this Delete Data query instance