summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfr33domlover <fr33domlover@riseup.net>2020-07-22 20:12:49 +0300
committerfr33domlover <fr33domlover@riseup.net>2020-07-22 20:12:49 +0300
commit9b9079eb030f7e54f65eb1bcc551d9e0c12b623e (patch)
treef111a4d657f35e94624f048c5fd01958f4cd90cd
parent34d0c694ae555380a7d81295233b342cfd7aea31 (diff)
Add 'resolvedBy' to the JSON-LD context
-rw-r--r--rdf/context.jsonld3
1 files changed, 3 insertions, 0 deletions
diff --git a/rdf/context.jsonld b/rdf/context.jsonld
index 64c7276..e42b6ff 100644
--- a/rdf/context.jsonld
+++ b/rdf/context.jsonld
@@ -59,6 +59,9 @@
"ref": {
"@id": "forge:ref",
"@type": "xsd:string" },
+ "resolvedBy": {
+ "@id": "forge:resolvedBy",
+ "@type": "@id" },
"team": {
"@id": "forge:team",
"@type": "@id" },