@openhps/rdf
    Preparing search index...

    Interface RDFChangeLog

    interface RDFChangeLog {
        additions?: Quad[];
        deletions?: Quad[];
    }
    Index

    Properties

    additions?: Quad[]
    deletions?: Quad[]