UNPKG

@solid/community-server

Version:

Community Solid Server: an open and modular implementation of the Solid specifications

32 lines (31 loc) 4.32 kB
export declare const AS: import("rdf-vocabulary").Vocabulary<"https://www.w3.org/ns/activitystreams#", "object" | "target" | "Add" | "Create" | "Delete" | "Remove" | "Update">; export declare const AUTH: import("rdf-vocabulary").Vocabulary<"urn:solid:auth:", "userMode" | "publicMode">; export declare const DC: import("rdf-vocabulary").Vocabulary<"http://purl.org/dc/terms/", "description" | "modified" | "title">; export declare const FOAF: import("rdf-vocabulary").Vocabulary<"http://xmlns.com/foaf/0.1/", "Agent">; export declare const HH: import("rdf-vocabulary").Vocabulary<"http://www.w3.org/2011/http-headers#", "content-length" | "etag">; export declare const HTTP: import("rdf-vocabulary").Vocabulary<"http://www.w3.org/2011/http#", "statusCodeNumber">; export declare const IANA: import("rdf-vocabulary").PartialVocabulary<"http://www.w3.org/ns/iana/media-types/">; export declare const JSON_LD: import("rdf-vocabulary").Vocabulary<"http://www.w3.org/ns/json-ld#", "context">; export declare const LDP: import("rdf-vocabulary").Vocabulary<"http://www.w3.org/ns/ldp#", "contains" | "BasicContainer" | "Container" | "Resource">; export declare const MA: import("rdf-vocabulary").Vocabulary<"http://www.w3.org/ns/ma-ont#", "format">; export declare const NOTIFY: import("rdf-vocabulary").Vocabulary<"http://www.w3.org/ns/solid/notifications#", "accept" | "channelType" | "endAt" | "feature" | "rate" | "receiveFrom" | "startAt" | "state" | "sender" | "sendTo" | "subscription" | "topic" | "webhookAuth" | "WebhookChannel2023" | "WebSocketChannel2023" | "StreamingHTTPChannel2023">; export declare const OIDC: import("rdf-vocabulary").Vocabulary<"http://www.w3.org/ns/solid/oidc#", "redirect_uris">; export declare const PIM: import("rdf-vocabulary").Vocabulary<"http://www.w3.org/ns/pim/space#", "Storage">; export declare const POSIX: import("rdf-vocabulary").Vocabulary<"http://www.w3.org/ns/posix/stat#", "mtime" | "size">; export declare const RDF: import("rdf-vocabulary").Vocabulary<"http://www.w3.org/1999/02/22-rdf-syntax-ns#", "type">; export declare const RDFS: import("rdf-vocabulary").Vocabulary<"http://www.w3.org/2000/01/rdf-schema#", "label">; export declare const SOLID: import("rdf-vocabulary").Vocabulary<"http://www.w3.org/ns/solid/terms#", "deletes" | "inserts" | "oidcIssuer" | "oidcIssuerRegistrationToken" | "oidcRegistration" | "storageDescription" | "where" | "InsertDeletePatch">; export declare const SOLID_AS: import("rdf-vocabulary").Vocabulary<"urn:npm:solid:community-server:activity:", "activity">; export declare const SOLID_ERROR: import("rdf-vocabulary").Vocabulary<"urn:npm:solid:community-server:error:", "target" | "disallowedMethod" | "emptyBody" | "errorCode" | "errorResponse" | "stack">; export declare const SOLID_ERROR_TERM: import("rdf-vocabulary").Vocabulary<"urn:npm:solid:community-server:error-term:", "path">; export declare const SOLID_HTTP: import("rdf-vocabulary").Vocabulary<"urn:npm:solid:community-server:http:", "accountCookie" | "accountCookieExpiration" | "end" | "location" | "start" | "slug" | "unit">; export declare const SOLID_META: import("rdf-vocabulary").Vocabulary<"urn:npm:solid:community-server:meta:", "value" | "ResponseMetadata" | "template" | "contentTypeParameter" | "preserve" | "requestedAccess" | "accessTarget" | "accessMode">; export declare const VANN: import("rdf-vocabulary").Vocabulary<"http://purl.org/vocab/vann/", "preferredNamespacePrefix">; export declare const VCARD: import("rdf-vocabulary").Vocabulary<"http://www.w3.org/2006/vcard/ns#", "hasMember">; export declare const XSD: import("rdf-vocabulary").Vocabulary<"http://www.w3.org/2001/XMLSchema#", "string" | "dateTime" | "duration" | "integer">; export declare const CONTENT_LENGTH: "http://www.w3.org/2011/http-headers#content-length"; export declare const CONTENT_LENGTH_TERM: import("rdf-js").NamedNode<"http://www.w3.org/2011/http-headers#content-length">; export declare const CONTENT_TYPE: "http://www.w3.org/ns/ma-ont#format"; export declare const CONTENT_TYPE_TERM: import("rdf-js").NamedNode<"http://www.w3.org/ns/ma-ont#format">; export declare const PREFERRED_PREFIX: "http://purl.org/vocab/vann/preferredNamespacePrefix"; export declare const PREFERRED_PREFIX_TERM: import("rdf-js").NamedNode<"http://purl.org/vocab/vann/preferredNamespacePrefix">;