unofficial Activity Streams 2.0 vocabulary data and alternative docs
⚠️ archived because I’m not keeping up with the small changes to the spec, mostly because it’s
not available in a machine-readable formatalternative docs for
ActivityStreams 2.0 vocabularyimportant: this project has data in a lossy basic JSON form, not the full JSON-LD dataset;
for the full dataset I recommend go-fed/activity and its
activitystreams.jsonld.
also, it’s non-normative
and the spec authors
intentionally do not publish
a machine-readable vocabulary
ActivityStreams spec,
w3c/activitystreams
ryanatkn.github.io/corpus-activity-streams
This project’s data was assembled by hand from both
the ActivityStreams website and
the w3c OWL file.
The data also includes Entity
, a term used informally in
the ActivityStreams spec.
The properties are inferred from what Object
and Link
share.
For a spec-compliant dataset,
I recommend go-fed/activity and its
activitystreams.jsonld.
npm i
# then
npm run dev
# or
gro dev # npm i -g @ryanatkn/gro
learn more about Gro
npm run build
# or
gro build
Deploy
(build, commit, and push) to the deploy
branch, e.g. for GitHub Pages:
npm run deploy
# or
gro deploy
public domain (The Unlicense)