Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21c097fdd5634fc

Jump to content

// Workers AI · dad joke modeWhat did the Activity Streams format say? "I'm flowing with info.

From Wikipedia, the free encyclopedia
(Redirected from Activity Streams)
Activity Streams
Filename extension
.json
Internet media type
application/activity+json
Type of formatWeb syndication
Extended fromJSON-LD
StandardsW3C Activity Streams
Websiteactivitystrea.ms

Activity Streams is an open format specification for activity stream protocols, which are used to syndicate activities taken in social web applications and services, similar to those in Facebook's, Instagram's, and Twitter's.[1]

Components
Components of Activity Streams

The standard provides a general way to represent activities. For instance, the sentence "Jack added Hawaii to his list of places to visit" would be represented in ActivityStreams as actor:jack, verb:add, object:Hawaii, target:placestovisit.

Implementors of the Activity Streams draft include Gnip, Stream, Stream Framework, and Pump.io.

The largest open source library (based on watchers) is Stream Framework, the authors of Stream Framework also run getstream.io. In addition there is a trend of SOA (service-oriented architecture) where third parties power this type of functionality. [citation needed]

GeoSPARQL provides OWL and RDFS alignments to the Activity Streams vocabulary.[2]

Example

[edit]
{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "A note",
  "type": "Note",
  "content": "My dog has fleas."
}

See also

[edit]

References

[edit]
  1. "Facebook opens activity streams; offers API to developers". Archived from the original on 2009-04-30. Retrieved 2009-04-28. Facebook opens activity streams; offers API to developers New Facebook app lets users see real-time streams running on desktops or cell phones
  2. OGC (2024-01-29). "OGC GeoSPARQL - A Geographic Query Language for RDF Data". Retrieved 2024-08-30.
[edit]