@prefix : <#>.
@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 mee: <http://www.w3.org/ns/pim/meeting#>.
@prefix rd: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix ind: <SharedNotes/index.ttl#>.
@prefix n0: <http://purl.org/dc/elements/1.1/>.

:id1544797646386
    ic:dtstart "2018-12-14T14:27:26Z"^^XML:dateTime;
    flow:participant c:me;
    ui:backgroundColor "#d7c2d1".
:id1544797890838
    a mee:Tool;
    rd:label "Chat";
    mee:icon <https://solid.github.io/solid-ui/src/icons/noun_346319.svg>;
    mee:target <Chat/chat.ttl>.
:id1544797916358
    a mee:Tool;
    rd:label "Shared Notes";
    mee:icon <https://solid.github.io/solid-ui/src/icons/noun_79217.svg>;
    mee:target ind:this.
:this
    a mee:Meeting;
    n0:author c:me;
    n0:created "2018-12-14T14:27:18Z"^^XML:dateTime;
    ic:comment
        """Sample comment. 
Test entry.""";
    ic:dtend "2018-12-14"^^XML:date;
    ic:dtstart "2018-12-14"^^XML:date;
    ic:location "Web";
    ic:summary "QA Meeting";
    flow:participation :id1544797646386;
    mee:chat <Chat/chat.ttl>;
    mee:sharedNotes ind:this;
    mee:toolList ( :this :id1544797890838 :id1544797916358 ), ( :this );
    ui:backgroundColor "#6be045"^^XML:color.
