By adding @rhiaro work on https://github.com/rhiaro/mf2rdf to JSON-LD context, one could use [mf2:h-entry](http://microformats.org/wiki/h-entry) instead of [as:Note](http://www.w3.org/TR/activitystreams-vocabulary/#dfn-note) for result of _as:Post_ / _as:Create_ activity. Another option to make _as:Note_ more specific subtype of _h-entry_ ``` ttl as:Note rdfs:subClassOf mf2:h-entry . ```