ActivityStreams 2 Vocabulary for rdf4h
======================================
[![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 that vocabulary into
a format useable with the [rdf4h][rdf4h] package.
The code in this module, as well as its Haddock documentation, is
generated automatically from the OWL ontology published by the W3C.
[rdf4h]: https://hackage.haskell.org/package/rdf4h
[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/