@prefix : <#>.
@prefix p: <http://www.w3.org/ns/pim/pad#>.
@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/>.
@prefix n: <http://rdfs.org/sioc/ns#>.

:id1544797920605
    ic:dtstart "2018-12-14T14:32:00Z"^^XML:dateTime;
    flow:participant c:me;
    ui:backgroundColor "#d7c2d1".
:id1544797925488 n0:author c:me; n:content ""; p:next :this.

:this
    a p:Notepad;
    n0:author c:me;
    n0:created "2018-12-14T14:31:56Z"^^XML:dateTime;
    n0:title "Shared Notes";
    flow:participation :id1544797920605;
    p:next :this_line0.
:this_line0 n0:author c:me; n:content "Test"; p:next :id1544797925488 .

