@inrupt/solid-client
    Preparing search index...

    Function getUrlAll

    • Returns the URL values of the specified Property from a [[Thing]]. If the Property is not present, returns an empty array. If the Property's value is not of type URL, omits that value in the array.

      Parameters

      • thing: Thing

        The [[Thing]] to read the URL values from.

      • property: string | Url

        The Property whose URL values to return.

      Returns string[]

      An array of URL values for the given Property.