@prefix : <#>.
@prefix n0: <https://www.w3.org/ns/activitystreams#>.
@prefix c: <https://angelo.veltens.org/profile/card#>.
@prefix XML: <http://www.w3.org/2001/XMLSchema#>.
@prefix n1: <https://twitter.com/i/web/status/1283093047459356676/>.

:it
    a n0:Note;
    n0:attributedTo c:me;
    n0:content
        """Mit @project_solid nach Mastodon posten, geht das?

Spoiler: Ja \ud83d\ude43

https://t.co/iBu7Y5a55X

#solid #solidproject #mastodon #fediverse #activitypub https://t.co/QZaE9YlVXu""";
    n0:published "2020-07-14T17:36:35Z"^^XML:dateTime;
    n0:url n1:.
