rdf4h-vocab-activitystreams-1.0.0: The ActivityStreams 2 RDF vocabulary for rdf4h.
Copyright© 2024 Patrick M. Niedzielski
LicenseBSD-3-Clause
Maintainerpatrick@pniedzielski.net
Stabilitystable
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.RDF.Vocabulary.ActivityStreams2

Description

The ActivityStreams 2 Vocabulary is a foundational RDF vocabulary for representing activity structures and specific activity types in a decentralized social media application.

Synopsis

Documentation

_Accept :: Node Source #

Actor accepts the Object

_Activity :: Node Source #

An Object representing some form of Action that has been taken

_Add :: Node Source #

To Add an Object or Link to Something

_Announce :: Node Source #

Actor announces the object to the target

_Application :: Node Source #

Represents a software application of any sort

_Arrive :: Node Source #

To Arrive Somewhere (can be used, for instance, to indicate that a particular entity is currently located somewhere, e.g. a "check-in")

_Article :: Node Source #

A written work. Typically several paragraphs long. For example, a blog post or a news article.

_Audio :: Node Source #

An audio file

_Collection :: Node Source #

An ordered or unordered collection of Objects or Links

_CollectionPage :: Node Source #

A subset of items from a Collection

_Create :: Node Source #

To Create Something

_Delete :: Node Source #

To Delete Something

_Dislike :: Node Source #

The actor dislikes the object

_Document :: Node Source #

Represents a digital document/file of any sort

_Event :: Node Source #

An Event of any kind

_Flag :: Node Source #

To flag something (e.g. flag as inappropriate, flag as spam, etc)

_Follow :: Node Source #

To Express Interest in Something

_Group :: Node Source #

A Group of any kind.

_Ignore :: Node Source #

Actor is ignoring the Object

_Image :: Node Source #

An Image file

_IntransitiveActivity :: Node Source #

An Activity that has no direct object

_Invite :: Node Source #

To invite someone or something to something

_Join :: Node Source #

To Join Something

_Leave :: Node Source #

To Leave Something

_Like :: Node Source #

To Like Something

_Link :: Node Source #

Represents a qualified reference to another resource. Patterned after the RFC5988 Web Linking Model

_Listen :: Node Source #

The actor listened to the object

_Mention :: Node Source #

A specialized Link that represents an @mention

_Move :: Node Source #

The actor is moving the object. The target specifies where the object is moving to. The origin specifies where the object is moving from.

_Note :: Node Source #

A Short note, typically less than a single paragraph. A "tweet" is an example, or a "status update"

_Offer :: Node Source #

To Offer something to someone or something

_OrderedCollection :: Node Source #

A variation of Collection in which items are strictly ordered

_OrderedCollectionPage :: Node Source #

An ordered subset of items from an OrderedCollection

_OrderedItems :: Node Source #

A rdf:List variant for Objects and Links

_Organization :: Node Source #

An Organization

_Page :: Node Source #

A Web Page

_Person :: Node Source #

A Person

_Place :: Node Source #

A physical or logical location

_Profile :: Node Source #

A Profile Document

_Question :: Node Source #

A question of any sort.

_Read :: Node Source #

The actor read the object

_Reject :: Node Source #

Actor rejects the Object

_Relationship :: Node Source #

Represents a Social Graph relationship between two Individuals (indicated by the a and b properties)

_Remove :: Node Source #

To Remove Something

_Service :: Node Source #

A service provided by some entity

_TentativeAccept :: Node Source #

Actor tentatively accepts the Object

_TentativeReject :: Node Source #

Actor tentatively rejects the object

_Tombstone :: Node Source #

A placeholder for a deleted object

_Travel :: Node Source #

The actor is traveling to the target. The origin specifies where the actor is traveling from.

_Undo :: Node Source #

To Undo Something. This would typically be used to indicate that a previous Activity has been undone.

_Update :: Node Source #

To Update/Modify Something

_Video :: Node Source #

A Video document of any kind.

_View :: Node Source #

The actor viewed the object

accuracy :: Node Source #

Specifies the accuracy around the point established by the longitude and latitude

activitystreams :: Node Source #

Extended Activity Streams 2.0 Vocabulary

actor :: Node Source #

Subproperty of as:attributedTo that identifies the primary actor

altitude :: Node Source #

The altitude of a place

anyOf :: Node Source #

Describes a possible inclusive answer or option for a question.

attributedTo :: Node Source #

Identifies an entity to which an object is attributed

author :: Node Source #

Identifies the author of an object. Deprecated. Use as:attributedTo instead

content :: Node Source #

The content of the object.

context :: Node Source #

Specifies the context within which an object exists or an activity was performed

deleted :: Node Source #

Specifies the date and time the object was deleted

describes :: Node Source #

On a Profile object, describes the object described by the profile

duration :: Node Source #

The duration of the object

endTime :: Node Source #

The ending time of the object

formerType :: Node Source #

On a Tombstone object, describes the former type of the deleted object

height :: Node Source #

The display height expressed as device independent pixels

href :: Node Source #

The target URI of the Link

hreflang :: Node Source #

A hint about the language of the referenced resource

instrument :: Node Source #

Indentifies an object used (or to be used) to complete an activity

latitude :: Node Source #

The latitude

longitude :: Node Source #

The longitude

mediaType :: Node Source #

The MIME Media Type

oneOf :: Node Source #

Describes a possible exclusive answer or option for a question.

origin :: Node Source #

For certain activities, specifies the entity from which the action is directed.

published :: Node Source #

Specifies the date and time the object was published

radius :: Node Source #

Specifies a radius around the point established by the longitude and latitude

rating :: Node Source #

A numeric rating (>= 0.0, <= 5.0) for the object

rel :: Node Source #

The RFC 5988 or HTML5 Link Relation associated with the Link

relationship :: Node Source #

On a Relationship object, describes the type of relationship

startIndex :: Node Source #

In a strictly ordered logical collection, specifies the index position of the first item in the items list

startTime :: Node Source #

The starting time of the object

subject :: Node Source #

On a Relationship object, identifies the subject. e.g. when saying "John is connected to Sally", subject refers to John

summary :: Node Source #

A short summary of the object

totalItems :: Node Source #

The total number of items in a logical collection

units :: Node Source #

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.

updated :: Node Source #

Specifies when the object was last updated

url :: Node Source #

Specifies a link to a specific representation of the Object

width :: Node Source #

Specifies the preferred display width of the content, expressed in terms of device independent pixels.

iris :: [Node] Source #

All IRIs in this vocabulary.