From 19d323e95c6aea9002cbe6ff9987fc5f34088320 Mon Sep 17 00:00:00 2001 From: Arnold Schrijver Date: Thu, 13 Apr 2023 22:33:08 +0200 Subject: [PATCH] Add ActivityPub Ontology to Protocol Specifications --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2316990..b610122 100644 --- a/README.md +++ b/README.md @@ -422,6 +422,8 @@ This category is for any code project related to the Fediverse. They need not be ### Protocol specifications +* [**ActivityPub Ontology**](https://github.com/steve-bate/activitypub-ontology): Turtle definitions of ActivityStreams 2.0 and Mastodon Toot vocabularies. `MIT, Turtle` + * :heavy_check_mark: [**LitePub**](https://github.com/litepub/litepub) ([Fedi account](https://pleroma.site/users/kaniini)): A set of extensions to AP, being developed by devs from Pleroma and Mastodon (status: for the most part litepub group folded back into SocialCG, see: [issue](https://github.com/litepub/litepub/issues/6)) * [**NodeInfo**](https://github.com/jhass/nodeinfo): Defines a standardized way to expose metadata about an installation of a distributed social network. `CC0`