@prefix : <#>.
@prefix cal: <http://www.w3.org/2002/12/cal/ical#>.
@prefix dc: <http://purl.org/dc/elements/1.1/>.
@prefix pad: <http://www.w3.org/ns/pim/pad#>.
@prefix sioc: <http://rdfs.org/sioc/ns#>.
@prefix ui: <http://www.w3.org/ns/ui#>.
@prefix wf: <http://www.w3.org/2005/01/wf/flow#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix c8: </profile/card#>.

:id1659993620932
    cal:dtstart "2022-08-08T21:20:20Z"^^xsd:dateTime;
    wf:participant c8:me;
    ui:backgroundColor "#fecfde".
:this
    a pad:Notepad;
    dc:author c8:me;
    dc:created "2022-08-08T21:20:11Z"^^xsd:dateTime;
    dc:title "Shared Notes";
    wf:participation :id1659993620932;
    pad:next :this_line0 .

:this_line0 dc:author c8:me; sioc:content ""; pad:next :this.
