From ca5b917996ef2cbddca3eb2e0772db3ce44827b7 Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Jun 13 2022 08:00:32 +0000 Subject: Vocabulary: Add cloneUri to JSON-LD context file --- diff --git a/rdf/context.jsonld b/rdf/context.jsonld index ac53e35..a0bb79c 100644 --- a/rdf/context.jsonld +++ b/rdf/context.jsonld @@ -51,6 +51,9 @@ "description": { "@id": "forge:description", "@type": "@id" }, + "cloneUri": { + "@id": "forge:cloneUri", + "@type": "@id" }, "committedBy": { "@id": "forge:committedBy", "@type": "@id" },