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" + }