SolidRDFResource
An RDFResource retrieved from a Solid server.
Adds server-supplied SolidMetadata (parsed from the response headers — ACL URI, WAC-Allow, allowed methods, ETag, advertised types, and so on) on top of the in-memory triple model inherited from RDFResource. This is the type returned for non-container RDF documents read from a pod.
Inheritors
Functions
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.
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.