Skip to content

Instantly share code, notes, and snippets.

@argahsuknesib
Created August 31, 2022 13:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save argahsuknesib/d7558e91f57875c744b2e55bdc01c08f to your computer and use it in GitHub Desktop.
Save argahsuknesib/d7558e91f57875c744b2e55bdc01c08f to your computer and use it in GitHub Desktop.
{?s rdf:type email:contact} => {?s rdf:type chat:Chat}
{?s rdf:type email:contact_list} => {?s rdf:type chat:ContactList}
{?s rdf:type email:email} => {?s rdf:type chat:Message}
{?s rdf:type email:thread} => {?s rdf:type chat:Chat}
{?s email:email_timestamp ?o} => {?s chat:timestamp ?o}
{?s email:thread_name ?o} => {?s chat:name ?o}
{?s email:email_body ?o} => {?s chat:text ?o}
{?s email:same_thread_as ?o} => {?s chat:sameChatAs ?o}
{?s email:reply_to ?o} => {?s chat:isReplyTo ?o}
{?s email:has_contact ?o} => {?s chat:hasContact ?o}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment