From 150464dfc1bbe74d85e0a502957ad56125f0db99 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Fri, 15 Nov 2019 16:50:20 +0100 Subject: [PATCH] fix: context for jabberID --- src/context.jsonld | 1 + src/context.jsonld~ | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 src/context.jsonld~ diff --git a/src/context.jsonld b/src/context.jsonld index 0159815..4d5d925 100644 --- a/src/context.jsonld +++ b/src/context.jsonld @@ -4,4 +4,5 @@ "object": "http://happy-dev.fr/owl/#object", "author": "http://happy-dev.fr/owl/#author", "account": "http://happy-dev.fr/owl/#account" + "foaf:jabberID": "foaf:jabberID" } diff --git a/src/context.jsonld~ b/src/context.jsonld~ new file mode 100644 index 0000000..0159815 --- /dev/null +++ b/src/context.jsonld~ @@ -0,0 +1,7 @@ + + { + "inbox": "http://happy-dev.fr/owl/#inbox", + "object": "http://happy-dev.fr/owl/#object", + "author": "http://happy-dev.fr/owl/#author", + "account": "http://happy-dev.fr/owl/#account" + }