sparql-view-unfold
    Preparing search index...

    Function isRdfQuad

    • Whether an object is an RDF Quad (triple term).

      Parameters

      • obj: object

        The object to check

      Returns obj is BaseQuad

      whether it is a quad, narrowed to RDF.BaseQuad - a termType tells nothing about the terms its positions hold, and RDF.BaseQuad is the narrowing that works, RDF.Quad leaving it standing in the negative branch where "not a triple term" is what the caller is after