type IriString = `${'http' | 'https'}://${string}`; type OwlClass = IriString; type OwlObjectProperty = IriString; type OwlDatatypeProperty = IriString; type OtherIndividual = IriString; /** * relationship * * On a Relationship object, describes the type of relationship * * https://www.w3.org/ns/activitystreams#relationship */ export declare const relationship: OwlObjectProperty; /** * Activity * * An Object representing some form of Action that has been taken * * https://www.w3.org/ns/activitystreams#Activity */ export declare const Activity: OwlClass; /** * Object * * undefined * Note that `Object` is a reserved Javascript keyword, and is therefore suffixed by `__workaround`. * For a list of reserved keywords, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Lexical_grammar#Keywords. * * https://www.w3.org/ns/activitystreams#Object */ export declare const Object__workaround: OwlClass; /** * Link * * Represents a qualified reference to another resource. Patterned after the RFC5988 Web Linking Model * * https://www.w3.org/ns/activitystreams#Link */ export declare const Link: OwlClass; /** * Collection * * An ordered or unordered collection of Objects or Links * * https://www.w3.org/ns/activitystreams#Collection */ export declare const Collection: OwlClass; /** * CollectionPage * * A subset of items from a Collection * * https://www.w3.org/ns/activitystreams#CollectionPage */ export declare const CollectionPage: OwlClass; /** * Image * * An Image file * * https://www.w3.org/ns/activitystreams#Image */ export declare const Image: OwlClass; /** * OrderedItems * * A rdf:List variant for Objects and Links * * https://www.w3.org/ns/activitystreams#OrderedItems */ export declare const OrderedItems: OwlClass; /** * Relationship * * Represents a Social Graph relationship between two Individuals (indicated by the 'a' and 'b' properties) * * https://www.w3.org/ns/activitystreams#Relationship */ export declare const Relationship: OwlClass; /** * Question * * A question of any sort. * * https://www.w3.org/ns/activitystreams#Question */ export declare const Question: OwlClass; /** * Profile * * A Profile Document * * https://www.w3.org/ns/activitystreams#Profile */ export declare const Profile: OwlClass; /** * Tombstone * * A placeholder for a deleted object * * https://www.w3.org/ns/activitystreams#Tombstone */ export declare const Tombstone: OwlClass; /** * Place * * A physical or logical location * * https://www.w3.org/ns/activitystreams#Place */ export declare const Place: OwlClass; /** * OrderedCollectionPage * * An ordered subset of items from an OrderedCollection * * https://www.w3.org/ns/activitystreams#OrderedCollectionPage */ export declare const OrderedCollectionPage: OwlClass; /** * Accept * * Actor accepts the Object * * https://www.w3.org/ns/activitystreams#Accept */ export declare const Accept: OwlClass; /** * Block * * * * https://www.w3.org/ns/activitystreams#Block */ export declare const Block: OwlClass; /** * Ignore * * Actor is ignoring the Object * * https://www.w3.org/ns/activitystreams#Ignore */ export declare const Ignore: OwlClass; /** * IntransitiveActivity * * An Activity that has no direct object * * https://www.w3.org/ns/activitystreams#IntransitiveActivity */ export declare const IntransitiveActivity: OwlClass; /** * Add * * To Add an Object or Link to Something * * https://www.w3.org/ns/activitystreams#Add */ export declare const Add: OwlClass; /** * Announce * * Actor announces the object to the target * * https://www.w3.org/ns/activitystreams#Announce */ export declare const Announce: OwlClass; /** * Application * * Represents a software application of any sort * * https://www.w3.org/ns/activitystreams#Application */ export declare const Application: OwlClass; /** * Arrive * * To Arrive Somewhere (can be used, for instance, to indicate that a particular entity is currently located somewhere, e.g. a "check-in") * * https://www.w3.org/ns/activitystreams#Arrive */ export declare const Arrive: OwlClass; /** * Article * * A written work. Typically several paragraphs long. For example, a blog post or a news article. * * https://www.w3.org/ns/activitystreams#Article */ export declare const Article: OwlClass; /** * Audio * * An audio file * * https://www.w3.org/ns/activitystreams#Audio */ export declare const Audio: OwlClass; /** * Document * * Represents a digital document/file of any sort * * https://www.w3.org/ns/activitystreams#Document */ export declare const Document: OwlClass; /** * OrderedCollection * * A variation of Collection in which items are strictly ordered * * https://www.w3.org/ns/activitystreams#OrderedCollection */ export declare const OrderedCollection: OwlClass; /** * Create * * To Create Something * * https://www.w3.org/ns/activitystreams#Create */ export declare const Create: OwlClass; /** * Delete * * To Delete Something * * https://www.w3.org/ns/activitystreams#Delete */ export declare const Delete: OwlClass; /** * Dislike * * The actor dislikes the object * * https://www.w3.org/ns/activitystreams#Dislike */ export declare const Dislike: OwlClass; /** * Event * * An Event of any kind * * https://www.w3.org/ns/activitystreams#Event */ export declare const Event: OwlClass; /** * Flag * * To flag something (e.g. flag as inappropriate, flag as spam, etc) * * https://www.w3.org/ns/activitystreams#Flag */ export declare const Flag: OwlClass; /** * Follow * * To Express Interest in Something * * https://www.w3.org/ns/activitystreams#Follow */ export declare const Follow: OwlClass; /** * Group * * A Group of any kind. * * https://www.w3.org/ns/activitystreams#Group */ export declare const Group: OwlClass; /** * Invite * * To invite someone or something to something * * https://www.w3.org/ns/activitystreams#Invite */ export declare const Invite: OwlClass; /** * Offer * * To Offer something to someone or something * * https://www.w3.org/ns/activitystreams#Offer */ export declare const Offer: OwlClass; /** * Join * * To Join Something * * https://www.w3.org/ns/activitystreams#Join */ export declare const Join: OwlClass; /** * Leave * * To Leave Something * * https://www.w3.org/ns/activitystreams#Leave */ export declare const Leave: OwlClass; /** * Like * * To Like Something * * https://www.w3.org/ns/activitystreams#Like */ export declare const Like: OwlClass; /** * View * * The actor viewed the object * * https://www.w3.org/ns/activitystreams#View */ export declare const View: OwlClass; /** * Listen * * The actor listened to the object * * https://www.w3.org/ns/activitystreams#Listen */ export declare const Listen: OwlClass; /** * Read * * The actor read the object * * https://www.w3.org/ns/activitystreams#Read */ export declare const Read: OwlClass; /** * Move * * * * https://www.w3.org/ns/activitystreams#Move */ export declare const Move: OwlClass; /** * Travel * * * * https://www.w3.org/ns/activitystreams#Travel */ export declare const Travel: OwlClass; /** * Mention * * A specialized Link that represents an @mention * * https://www.w3.org/ns/activitystreams#Mention */ export declare const Mention: OwlClass; /** * Note * * A Short note, typically less than a single paragraph. A "tweet" is an example, or a "status update" * * https://www.w3.org/ns/activitystreams#Note */ export declare const Note: OwlClass; /** * Page * * A Web Page * * https://www.w3.org/ns/activitystreams#Page */ export declare const Page: OwlClass; /** * Person * * A Person * * https://www.w3.org/ns/activitystreams#Person */ export declare const Person: OwlClass; /** * Organization * * An Organization * * https://www.w3.org/ns/activitystreams#Organization */ export declare const Organization: OwlClass; /** * Reject * * Actor rejects the Object * * https://www.w3.org/ns/activitystreams#Reject */ export declare const Reject: OwlClass; /** * Remove * * To Remove Something * * https://www.w3.org/ns/activitystreams#Remove */ export declare const Remove: OwlClass; /** * Service * * A service provided by some entity * * https://www.w3.org/ns/activitystreams#Service */ export declare const Service: OwlClass; /** * TentativeAccept * * Actor tentatively accepts the Object * * https://www.w3.org/ns/activitystreams#TentativeAccept */ export declare const TentativeAccept: OwlClass; /** * TentativeReject * * Actor tentatively rejects the object * * https://www.w3.org/ns/activitystreams#TentativeReject */ export declare const TentativeReject: OwlClass; /** * Undo * * To Undo Something. This would typically be used to indicate that a previous Activity has been undone. * * https://www.w3.org/ns/activitystreams#Undo */ export declare const Undo: OwlClass; /** * Update * * To Update/Modify Something * * https://www.w3.org/ns/activitystreams#Update */ export declare const Update: OwlClass; /** * Video * * A Video document of any kind. * * https://www.w3.org/ns/activitystreams#Video */ export declare const Video: OwlClass; /** * actor * * Subproperty of as:attributedTo that identifies the primary actor * * https://www.w3.org/ns/activitystreams#actor */ export declare const actor: OwlObjectProperty; /** * attributedTo * * Identifies an entity to which an object is attributed * * https://www.w3.org/ns/activitystreams#attributedTo */ export declare const attributedTo: OwlObjectProperty; /** * attachment * * * * https://www.w3.org/ns/activitystreams#attachment */ export declare const attachment: OwlObjectProperty; /** * attachments * * * * https://www.w3.org/ns/activitystreams#attachments */ export declare const attachments: OwlObjectProperty; /** * author * * Identifies the author of an object. Deprecated. Use as:attributedTo instead * * https://www.w3.org/ns/activitystreams#author */ export declare const author: OwlObjectProperty; /** * bcc * * * * https://www.w3.org/ns/activitystreams#bcc */ export declare const bcc: OwlObjectProperty; /** * bto * * * * https://www.w3.org/ns/activitystreams#bto */ export declare const bto: OwlObjectProperty; /** * cc * * * * https://www.w3.org/ns/activitystreams#cc */ export declare const cc: OwlObjectProperty; /** * context * * Specifies the context within which an object exists or an activity was performed * * https://www.w3.org/ns/activitystreams#context */ export declare const context: OwlObjectProperty; /** * current * * * * https://www.w3.org/ns/activitystreams#current */ export declare const current: OwlObjectProperty; /** * first * * * * https://www.w3.org/ns/activitystreams#first */ export declare const first: OwlObjectProperty; /** * generator * * * * https://www.w3.org/ns/activitystreams#generator */ export declare const generator: OwlObjectProperty; /** * icon * * * * https://www.w3.org/ns/activitystreams#icon */ export declare const icon: OwlObjectProperty; /** * image * * * * https://www.w3.org/ns/activitystreams#image */ export declare const image: OwlObjectProperty; /** * inReplyTo * * * * https://www.w3.org/ns/activitystreams#inReplyTo */ export declare const inReplyTo: OwlObjectProperty; /** * items * * * * https://www.w3.org/ns/activitystreams#items */ export declare const items: OwlObjectProperty; /** * last * * * * https://www.w3.org/ns/activitystreams#last */ export declare const last: OwlObjectProperty; /** * location * * * * https://www.w3.org/ns/activitystreams#location */ export declare const location: OwlObjectProperty; /** * next * * * * https://www.w3.org/ns/activitystreams#next */ export declare const next: OwlObjectProperty; /** * object * * * * https://www.w3.org/ns/activitystreams#object */ export declare const object: OwlObjectProperty; /** * oneOf * * Describes a possible exclusive answer or option for a question. * * https://www.w3.org/ns/activitystreams#oneOf */ export declare const oneOf: OwlObjectProperty; /** * oneOf * * Describes a possible inclusive answer or option for a question. * * https://www.w3.org/ns/activitystreams#anyOf */ export declare const anyOf: OwlObjectProperty; /** * prev * * * * https://www.w3.org/ns/activitystreams#prev */ export declare const prev: OwlObjectProperty; /** * preview * * * * https://www.w3.org/ns/activitystreams#preview */ export declare const preview: OwlObjectProperty; /** * provider * * * * https://www.w3.org/ns/activitystreams#provider */ export declare const provider: OwlObjectProperty; /** * replies * * * * https://www.w3.org/ns/activitystreams#replies */ export declare const replies: OwlObjectProperty; /** * result * * * * https://www.w3.org/ns/activitystreams#result */ export declare const result: OwlObjectProperty; /** * audience * * * * https://www.w3.org/ns/activitystreams#audience */ export declare const audience: OwlObjectProperty; /** * partOf * * * * https://www.w3.org/ns/activitystreams#partOf */ export declare const partOf: OwlObjectProperty; /** * tag * * * * https://www.w3.org/ns/activitystreams#tag */ export declare const tag: OwlObjectProperty; /** * tags * * * * https://www.w3.org/ns/activitystreams#tags */ export declare const tags: OwlObjectProperty; /** * target * * * * https://www.w3.org/ns/activitystreams#target */ export declare const target: OwlObjectProperty; /** * origin * * For certain activities, specifies the entity from which the action is directed. * * https://www.w3.org/ns/activitystreams#origin */ export declare const origin: OwlObjectProperty; /** * instrument * * Indentifies an object used (or to be used) to complete an activity * * https://www.w3.org/ns/activitystreams#instrument */ export declare const instrument: OwlObjectProperty; /** * to * * * * https://www.w3.org/ns/activitystreams#to */ export declare const to: OwlObjectProperty; /** * url * * Specifies a link to a specific representation of the Object * * https://www.w3.org/ns/activitystreams#url */ export declare const url: OwlObjectProperty; /** * a * * On a Relationship object, identifies the subject. e.g. when saying "John is connected to Sally", 'subject' refers to 'John' * * https://www.w3.org/ns/activitystreams#subject */ export declare const subject: OwlObjectProperty; /** * describes * * On a Profile object, describes the object described by the profile * * https://www.w3.org/ns/activitystreams#describes */ export declare const describes: OwlObjectProperty; /** * formerType * * On a Tombstone object, describes the former type of the deleted object * * https://www.w3.org/ns/activitystreams#formerType */ export declare const formerType: OwlObjectProperty; /** * accuracy * * Specifies the accuracy around the point established by the longitude and latitude * * https://www.w3.org/ns/activitystreams#accuracy */ export declare const accuracy: OtherIndividual; /** * altitude * * The altitude of a place * * https://www.w3.org/ns/activitystreams#altitude */ export declare const altitude: OtherIndividual; /** * content * * The content of the object. * * https://www.w3.org/ns/activitystreams#content */ export declare const content: OwlDatatypeProperty; /** * name * * * * https://www.w3.org/ns/activitystreams#name */ export declare const name: OwlDatatypeProperty; /** * downstreamDuplicates * * * * https://www.w3.org/ns/activitystreams#downstreamDuplicates */ export declare const downstreamDuplicates: OtherIndividual; /** * duration * * The duration of the object * * https://www.w3.org/ns/activitystreams#duration */ export declare const duration: OtherIndividual; /** * endTime * * The ending time of the object * * https://www.w3.org/ns/activitystreams#endTime */ export declare const endTime: OtherIndividual; /** * height * * The display height expressed as device independent pixels * * https://www.w3.org/ns/activitystreams#height */ export declare const height: OtherIndividual; /** * href * * The target URI of the Link * * https://www.w3.org/ns/activitystreams#href */ export declare const href: OtherIndividual; /** * hreflang * * A hint about the language of the referenced resource * * https://www.w3.org/ns/activitystreams#hreflang */ export declare const hreflang: OtherIndividual; /** * id * * * * https://www.w3.org/ns/activitystreams#id */ export declare const id: OtherIndividual; /** * latitude * * The latitude * * https://www.w3.org/ns/activitystreams#latitude */ export declare const latitude: OtherIndividual; /** * longitude * * The longitude * * https://www.w3.org/ns/activitystreams#longitude */ export declare const longitude: OtherIndividual; /** * mediaType * * The MIME Media Type * * https://www.w3.org/ns/activitystreams#mediaType */ export declare const mediaType: OtherIndividual; /** * objectType * * * * https://www.w3.org/ns/activitystreams#objectType */ export declare const objectType: OtherIndividual; /** * published * * Specifies the date and time the object was published * * https://www.w3.org/ns/activitystreams#published */ export declare const published: OtherIndividual; /** * radius * * Specifies a radius around the point established by the longitude and latitude * * https://www.w3.org/ns/activitystreams#radius */ export declare const radius: OtherIndividual; /** * rating * * A numeric rating (>= 0.0, <= 5.0) for the object * * https://www.w3.org/ns/activitystreams#rating */ export declare const rating: OtherIndividual; /** * rel * * The RFC 5988 or HTML5 Link Relation associated with the Link * * https://www.w3.org/ns/activitystreams#rel */ export declare const rel: OwlDatatypeProperty; /** * startIndex * * In a strictly ordered logical collection, specifies the index position of the first item in the items list * * https://www.w3.org/ns/activitystreams#startIndex */ export declare const startIndex: OtherIndividual; /** * startTime * * The starting time of the object * * https://www.w3.org/ns/activitystreams#startTime */ export declare const startTime: OtherIndividual; /** * summary * * A short summary of the object * * https://www.w3.org/ns/activitystreams#summary */ export declare const summary: OwlDatatypeProperty; /** * totalItems * * The total number of items in a logical collection * * https://www.w3.org/ns/activitystreams#totalItems */ export declare const totalItems: OtherIndividual; /** * units * * Identifies the unit of measurement used by the radius, altitude and accuracy properties. The value can be expressed either as one of a set of predefined units or as a well-known common URI that identifies units. * * https://www.w3.org/ns/activitystreams#units */ export declare const units: OtherIndividual; /** * updated * * Specifies when the object was last updated * * https://www.w3.org/ns/activitystreams#updated */ export declare const updated: OtherIndividual; /** * upstreamDuplicates * * * * https://www.w3.org/ns/activitystreams#upstreamDuplicates */ export declare const upstreamDuplicates: OtherIndividual; /** * verb * * * * https://www.w3.org/ns/activitystreams#verb */ export declare const verb: OtherIndividual; /** * width * * Specifies the preferred display width of the content, expressed in terms of device independent pixels. * * https://www.w3.org/ns/activitystreams#width */ export declare const width: OtherIndividual; /** * deleted * * Specifies the date and time the object was deleted * * https://www.w3.org/ns/activitystreams#deleted */ export declare const deleted: OtherIndividual; export declare const _BASE: IriString; export declare const _PREFIX: string; export {}; //# sourceMappingURL=activitystreams.d.ts.map