PrivateTypeIndex
A Solid private type index document (solid:TypeIndex + solid:UnlistedDocument).
Registrations in the private type index are not publicly discoverable — they are only visible to the pod owner. Use this for resources that should remain private, such as a personal contacts address book.
The private type index URI is advertised in the owner's WebID profile via solid:privateTypeIndex. Use getPrivateTypeIndex on WebId to retrieve it.
Spec: https://solid.github.io/webid-profile/ — Type Indexes
Functions
Registers a solid:instance entry for forClass pointing to instanceUri.
Registers a solid:instanceContainer entry for forClass pointing to containerUri.
Returns true if resourceUri is registered (as either instance or instanceContainer) for any class.
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.
Returns all solid:instanceContainer URIs registered for the given forClass IRI.
Returns all solid:instance URIs registered for the given forClass IRI.
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.
Removes the registration entry that points to resourceUri (removes the entire registration node including forClass and type triples).