项目作者: ryanatkn

项目描述 :
unofficial Activity Streams 2.0 vocabulary data and alternative docs
高级语言: TypeScript
项目地址: git://github.com/ryanatkn/corpus-activity-streams.git
创建时间: 2021-01-26T01:18:34Z
项目社区:https://github.com/ryanatkn/corpus-activity-streams

开源协议:The Unlicense

下载


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

  1. npm i
  2. # then
  3. npm run dev
  4. # or
  5. gro dev # npm i -g @ryanatkn/gro

learn more about Gro

build

  1. npm run build
  2. # or
  3. gro build

deploy

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

  1. npm run deploy
  2. # or
  3. gro deploy

license 🐦

public domain (The Unlicense)