diff --git a/context.json b/context.json index beb20c44f..caad01f6a 100644 --- a/context.json +++ b/context.json @@ -1,51 +1,49 @@ { "@context": { "@version": 1.1, - "Version": "@version", - "Records": { + "records": { "@container": "@type", "@id": "@graph" }, "prov" : "http://www.w3.org/ns/prov#", "xsd": "http://www.w3.org/2001/XMLSchema#", "RRID": "http://scicrunch.org/resolver/", - "Label": "http://www.w3.org/2000/01/rdf-schema#label", - "StartedAtTime" : { + "label": "http://www.w3.org/2000/01/rdf-schema#label", + "startedAtTime" : { "@id": "prov:startedAtTime", "@type": "http://www.w3.org/2001/XMLSchema#dateTime" }, - "StartedAtTime" : { + "startedAtTime" : { "@id": "prov:endedAtTime", "@type": "xsd:dateTime" }, - "EndedAtTime" : { + "endedAtTime" : { "@id": "prov:endedAtTime", "@type": "xsd:dateTime" }, - "GeneratedBy" : { + "generatedBy" : { "@id": "prov:wasGeneratedBy", "@type": "@id" }, - "AttributedTo" : { + "attributedTo" : { "@id": "prov:wasAttributedTo", "@type": "@id" }, - "AssociatedWith" : { + "associatedWith" : { "@id": "prov:wasAssociatedWith", "@type": "@id" }, - "InformedBy" : { + "informedBy" : { "@id": "prov:wasInformedBy", "@type": "@id" }, - "Used" : { + "used" : { "@id": "prov:used", "@type": "@id" }, - "Type": "@type", - "Entities": "prov:Entity", - "Activities": "prov:Activity", - "Agents": "prov:Agent", - "AtLocation": "prov:atLocation" + "entities": "prov:Entity", + "activities": "prov:Activity", + "software": "prov:SoftwareAgent", + "location": "prov:atLocation" } }