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
- Host: GitHub
- URL: https://github.com/pniedzielski/activitystreams2
- Owner: pniedzielski
- License: bsd-3-clause
- Created: 2024-04-02T02:55:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-02T04:07:18.000Z (about 1 year ago)
- Last Synced: 2025-01-17T05:42:57.282Z (5 months ago)
- Language: Haskell
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
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.mdActivityStreams 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/