Skip to content

Instantly share code, notes, and snippets.

@argahsuknesib
Created August 31, 2022 13:07
Show Gist options
  • Save argahsuknesib/0f6f3e884cfdd1c3599696ca8515eefc to your computer and use it in GitHub Desktop.
Save argahsuknesib/0f6f3e884cfdd1c3599696ca8515eefc to your computer and use it in GitHub Desktop.
{?s http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://example.com/email#contact} => {?s http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.semanticweb.org/warre/ontologies/2022/3/solid-chat-ontology#Chat}
{?s http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://example.com/email#contact_list} => {?s http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.semanticweb.org/warre/ontologies/2022/3/solid-chat-ontology#ContactList}
{?s http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://example.com/email#email} => {?s http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.semanticweb.org/warre/ontologies/2022/3/solid-chat-ontology#Message}
{?s http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://example.com/email#thread} => {?s http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://www.semanticweb.org/warre/ontologies/2022/3/solid-chat-ontology#Chat}
{?s http://example.com/email#email_timestamp ?o} => {?s http://www.semanticweb.org/warre/ontologies/2022/3/solid-chat-ontology#timestamp ?o}
{?s http://example.com/email#thread_name ?o} => {?s http://www.semanticweb.org/warre/ontologies/2022/3/solid-chat-ontology#name ?o}
{?s http://example.com/email#email_body ?o} => {?s http://www.semanticweb.org/warre/ontologies/2022/3/solid-chat-ontology#text ?o}
{?s http://example.com/email#same_thread_as ?o} => {?s http://www.semanticweb.org/warre/ontologies/2022/3/solid-chat-ontology#sameChatAs ?o}
{?s http://example.com/email#reply_to ?o} => {?s http://www.semanticweb.org/warre/ontologies/2022/3/solid-chat-ontology#isReplyTo ?o}
{?s http://example.com/email#has_contact ?o} => {?s http://www.semanticweb.org/warre/ontologies/2022/3/solid-chat-ontology#hasContact ?o}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment