An open API service indexing awesome lists of open source software.

https://github.com/pniedzielski/activitystreams2

ActivityStreams 2.0 Vocabulary and Core implementation in Haskell
https://github.com/pniedzielski/activitystreams2

Last synced: 3 months ago
JSON representation

ActivityStreams 2.0 Vocabulary and Core implementation in Haskell

Awesome Lists containing this project

README

        

ActivityStreams 2 in Haskell
============================

[![License BSD3][badge-license]][license]

[badge-license]: https://img.shields.io/badge/license-BSD3-green.svg?dummy
[license]: https://github.com/pniedzielski/rdf4h-vocab-activitystreams/blob/master/LICENSE.md

ActivityStreams 2.0 is an RDF [vocabulary][as2-vocab] and
[serialization format][as2-core] for decentralized social media
activities that is standardized by the W3C, and used by the
[ActivityPub][ap] protocol. This package imports this vocabulary into
a native Haskell data module and allows easy
serialization/deserialization in the ActivityStreams format, as well
as into an RDF format.

[as2-vocab]: https://www.w3.org/TR/activitystreams-vocabulary/
[as2-core]: https://www.w3.org/TR/activitystreams-core/
[ap]: https://www.w3.org/TR/activitypub/