SolidStorage
Represents a Solid pod storage root container.
A storage is an LDP BasicContainer that carries rdf:type pim:Storage and is advertised via Link: rel="type" <http://www.w3.org/ns/pim/space#Storage>.
Spec: https://solidproject.org/TR/protocol — Storage
Functions
Replaces the contained-resource references with refs.
Returns the object values of every triple with the given predicate, across all subjects.
Returns the object value of the first triple with the given predicate, or null if none.
Returns a snapshot copy of all triples held by this resource.
Returns references to the resources directly contained in this container, parsed from its ldp:contains triples and any server-supplied stat metadata.
The media type of the resource representation (the value of its Content-Type).
The creation time in epoch milliseconds, from this resource's own dcterms:created (then stat:ctime) triple, or null when neither is present.
Returns the resource representation as a byte stream.
The HTTP headers associated with this resource (empty when constructed locally).
The URI that identifies this resource on the pod.
The last-modified time in epoch milliseconds. Prefers this resource's own dcterms:modified (then stat:mtime) triple and falls back to the Last-Modified header. null when none is present.
Returns the URI of this storage's storage-description resource, or null if not advertised.
Returns true if this resource's triples assert rdf:type pim:Storage.