From 40eeef9d449dfde81eae0999c2bd7033009fc984 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Tue, 29 Oct 2019 14:38:59 +0100 Subject: [PATCH] fix: account context --- src/context.jsonld | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/context.jsonld b/src/context.jsonld index be7f99d..0159815 100644 --- a/src/context.jsonld +++ b/src/context.jsonld @@ -2,5 +2,6 @@ { "inbox": "http://happy-dev.fr/owl/#inbox", "object": "http://happy-dev.fr/owl/#object", - "author": "http://happy-dev.fr/owl/#author" + "author": "http://happy-dev.fr/owl/#author", + "account": "http://happy-dev.fr/owl/#account" }