From 34247826b2e00550b70d4bf3eb666dbd2dce59d3 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Fri, 15 Nov 2019 17:13:17 +0100 Subject: [PATCH] fix: context for jabberID --- src/context.jsonld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context.jsonld b/src/context.jsonld index 9bbf7ab..6ffc880 100644 --- a/src/context.jsonld +++ b/src/context.jsonld @@ -4,5 +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" + "jabberID": "foaf:jabberID" }