@prefix : <#>.
@prefix mee: <http://www.w3.org/ns/pim/meeting#>.
@prefix ic: <http://www.w3.org/2002/12/cal/ical#>.
@prefix XML: <http://www.w3.org/2001/XMLSchema#>.
@prefix flow: <http://www.w3.org/2005/01/wf/flow#>.
@prefix c: </profile/card#>.
@prefix ui: <http://www.w3.org/ns/ui#>.
@prefix n0: <http://purl.org/dc/elements/1.1/>.

:id1545331329143
    ic:dtstart "2018-12-20T18:42:09Z"^^XML:dateTime;
    flow:participant c:me;
    ui:backgroundColor "#d7c2d1".
:this
    a mee:LongChat;
    n0:author c:me;
    n0:created "2018-12-20T18:42:06Z"^^XML:dateTime;
    n0:title "Chat channel";
    flow:participation :id1545331329143;
    ui:sharedPreferences :SharedPreferences.
