@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/>.

:id1545671796193
    ic:dtstart "2018-12-24T17:16:36Z"^^XML:dateTime;
    flow:participant c:me;
    ui:backgroundColor "#d7c2d1".
:this
    a mee:Meeting;
    n0:author c:me;
    n0:created "2018-12-24T17:16:33Z"^^XML:dateTime;
    ic:comment "Test.";
    ic:dtend "2018-12-24"^^XML:date;
    ic:dtstart "2018-12-24"^^XML:date;
    ic:location "Web";
    ic:summary "Sample Meeting";
    flow:participation :id1545671796193;
    mee:toolList ( :this );
    ui:backgroundColor "#82dd63"^^XML:color.
