@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: <https://ricmac.solid.community/profile/card#>.
@prefix ui: <http://www.w3.org/ns/ui#>.
@prefix c0: </profile/card#>.
@prefix kid: <http://www.linkedin.com/in/kidehen#>.
@prefix n0: <http://purl.org/dc/elements/1.1/>.

:id1538626246766
    ic:dtstart "2018-10-04T04:10:46Z"^^XML:dateTime;
    flow:participant c:me;
    ui:backgroundColor "#d5d0c0".
:id1539973842334
    ic:dtstart "2018-10-19T18:30:42Z"^^XML:dateTime;
    flow:participant c0:me;
    ui:backgroundColor "#ede4d0".
:id1541020835759
    ic:dtstart "2018-10-31T21:20:35Z"^^XML:dateTime;
    flow:participant kid:this;
    ui:backgroundColor "#facee4".
:this
    a mee:Meeting;
    n0:author c:me;
    n0:created "2018-10-04T04:10:38Z"^^XML:dateTime;
    ic:comment
        """just testing.
I see you've created something in my pod :) """;
    ic:dtend "2018-10-19"^^XML:date;
    ic:dtstart "2018-10-19"^^XML:date;
    ic:location "Web";
    ic:summary "Meeting with ricmac";
    flow:participation :id1538626246766, :id1539973842334, :id1541020835759;
    mee:toolList ( :this );
    ui:backgroundColor "#ddddcc"^^XML:color.
