Skip to content

Instantly share code, notes, and snippets.

@jaxoncreed
Created August 1, 2020 20:43
Show Gist options
  • Save jaxoncreed/c23b47b9e1097aa8c1410346eef2ef2e to your computer and use it in GitHub Desktop.
Save jaxoncreed/c23b47b9e1097aa8c1410346eef2ef2e to your computer and use it in GitHub Desktop.
@prefix : <#>.
@prefix mee: <http://www.w3.org/ns/pim/meeting#>.
@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#>.
@prefix c0: <https://jackson2.inrupt.net/profile/card#>.
@prefix n1: <http://purl.org/dc/elements/1.1/>.
@prefix flow: <http://www.w3.org/2005/01/wf/flow#>.
:Msg1595552390897
terms:created "2020-07-24T00:59:50Z"^^XML:dateTime;
n:content "Hello this is the demo chat!";
n0:maker c:me.
:Msg1595552500044
terms:created "2020-07-24T01:01:40Z"^^XML:dateTime;
n:content "That's so cool, I'm a totally different person!";
n0:maker c0:me.
:Msg1595552535433
terms:created "2020-07-24T01:02:15Z"^^XML:dateTime;
n:content
"I can see that. How are you doing, completely unique person who is not me?";
n0:maker c:me.
:Msg1595552582652
terms:created "2020-07-24T01:03:02Z"^^XML:dateTime;
n:content
"I'm doing well, thanks for asking. I was just making fun of some people for talking to themselves.";
n0:maker c0:me.
:Msg1595552612553
terms:created "2020-07-24T01:03:32Z"^^XML:dateTime;
n:content
"Yeah, those people are super weird. We should shun them from polite society.";
n0:maker c:me.
:Msg1595552624879
terms:created "2020-07-24T01:03:44Z"^^XML:dateTime;
n:content "I agree 100%!";
n0:maker c0:me.
:this
a mee:Chat;
n1:author c:me;
n1:created "2020-07-24T00:59:12Z"^^XML:dateTime;
n1:title "Chat";
flow:message
:Msg1595552390897, :Msg1595552500044, :Msg1595552535433,
:Msg1595552582652, :Msg1595552612553, :Msg1595552624879.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment