Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

ryanatkn/corpus-activity-streams

Repository files navigation

corpus-activity-streams

⚠️ archived because I'm not keeping up with the small changes to the spec, mostly because it's not available in a machine-readable format

alternative docs for ActivityStreams 2.0 vocabulary

important: 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

website🕸️

ryanatkn.github.io/corpus-activity-streams

compared to the spec

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.

develop

npm i
# then
npm run dev
# or
gro dev # npm i -g @ryanatkn/gro

learn more about Gro

build

npm run build
# or
gro build

deploy

Deploy (build, commit, and push) to the deploy branch, e.g. for GitHub Pages:

npm run deploy
# or
gro deploy

license 🐦

public domain (The Unlicense)