diff --git a/context.json b/context.json index cb88c3edb..f1b496055 100644 --- a/context.json +++ b/context.json @@ -2,6 +2,7 @@ "@context": { "@version": 1.1, "BIDSProvVersion": "@version", + "Version": "@version", "Records": { "@container": "@type", "@id": "@graph" @@ -46,6 +47,6 @@ "entities": "prov:Entity", "activities": "prov:Activity", "software": "prov:SoftwareAgent", - "location": "prov:atLocation" + "AtLocation": "prov:atLocation" } }