sparql-view-unfold
    Preparing search index...

    Function isSubsetOf

    • Tests whether every element of subset is contained in superset.

      Parameters

      • subset: Set<string>

        The set that should be contained

      • superset: Set<string>

        The set that should contain it

      Returns boolean

      whether it does