@prefix : <#>.
@prefix mee: <http://www.w3.org/ns/pim/meeting#>.
@prefix flow: <http://www.w3.org/2005/01/wf/flow#>.
@prefix ind: <../index.ttl#>.
@prefix terms: <http://purl.org/dc/terms/>.
@prefix XML: <http://www.w3.org/2001/XMLSchema#>.
@prefix n: <http://rdfs.org/sioc/ns#>.
@prefix n0: <http://xmlns.com/foaf/0.1/>.
@prefix c: </profile/card#>.

<> a mee:Chat; flow:message :Msg1553184239644; mee:parentMeeting ind:this.

:Msg1553184239644
    terms:created "2019-03-21T16:03:59Z"^^XML:dateTime;
    n:content "Test chats for this NS 5.0 applet/pane. ";
    n0:maker c:me.
ind:this mee:chat <>.

