Meshpocalypse Semantic
    Preparing search index...

    Interface SparqlUpdateBody

    Request body for POST /mesh/sparql/update

    interface SparqlUpdateBody {
        update: string;
    }
    Index

    Properties

    Properties

    update: string

    A SPARQL UPDATE string (INSERT DATA, DELETE DATA, etc.)