Solid

object Solid

Solid Terms vocabulary constants. http://www.w3.org/ns/solid/terms#

Core Solid-specific terms covering authentication discovery (OIDC_ISSUER), storage description (STORAGE_DESCRIPTION), type indexes, N3 Patch documents, and access-control agent classes.

Properties

Link copied to clipboard

Matches only authenticated agents.

Link copied to clipboard
const val DELETES: String

Triples to delete in a patch.

Link copied to clipboard
const val FOR_CLASS: String

The RDF class this registration entry applies to.

Link copied to clipboard

rdf:type for a Solid N3 Patch document.

Link copied to clipboard
const val INSERTS: String

Triples to insert in a patch.

Link copied to clipboard
const val INSTANCE: String

A specific resource instance that holds data of the registered class.

Link copied to clipboard

A container whose members are instances of the registered class.

Link copied to clipboard

A type index that is discoverable from the public profile.

Link copied to clipboard
const val NAMESPACE: String
Link copied to clipboard

Links a storage description to an available notification channel.

Link copied to clipboard
const val OIDC_ISSUER: String

OpenID Connect issuer for a WebID.

Link copied to clipboard

Client identifier registration document.

Link copied to clipboard
const val OWNER: String

Identifies the owner of a storage.

Link copied to clipboard

Links a WebID to a non-public type index (access-controlled).

Link copied to clipboard
const val PUBLIC_AGENT: String

Matches any agent (authenticated or not). Same as foaf:Agent.

Link copied to clipboard

Links a WebID to a publicly readable type index.

Link copied to clipboard

Links a resource to a storage description resource.

Link copied to clipboard
const val TYPE_INDEX: String

The type of a type index document itself.

Link copied to clipboard

An entry in a type index that maps a class to one or more instances or containers.

Link copied to clipboard

A type index that is not listed in the public profile.

Link copied to clipboard
const val WHERE: String

Conditions that must hold for the patch to apply.