{
    "@context": {
        "@version": 1.1,
        "Records": {
          "@container": "@type",
          "@id": "@graph"
        },
        "prov" : "http://www.w3.org/ns/prov#",
        "xsd": "http://www.w3.org/2001/XMLSchema#",
        "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
        "spdx": "http://spdx.org/rdf/terms#",
        "RRID":  "http://scicrunch.org/resolver/",
        "Id": "@id",
        "Type": "@type",
        "Label": "rdfs:label",
        "Description": "rdfs:comment",
        "StartedAtTime" : {
          "@id": "prov:startedAtTime",
          "@type": "xsd:dateTime"
        },
        "EndedAtTime" : {
          "@id": "prov:endedAtTime",
          "@type": "xsd:dateTime"
        },
        "GeneratedBy" : {
          "@id": "prov:wasGeneratedBy",
          "@type": "@id"
        },
        "AttributedTo" : {
          "@id": "prov:wasAttributedTo",
          "@type": "@id"
        },
        "AssociatedWith" : {
          "@id": "prov:wasAssociatedWith",
          "@type": "@id"
        },
        "InformedBy" : {
          "@id": "prov:wasInformedBy",
          "@type": "@id"
        },
        "DerivedFrom" : {
          "@id": "prov:wasDerivedFrom",
          "@type": "@id"
        },
        "Used" : {
          "@id": "prov:used",
          "@type": "@id"
        },
        "ActedOnBehalfOf" : {
          "@id": "prov:actedOnBehalfOf",
          "@type": "@id"
        },
        "Files": "prov:Entity",
        "Datasets": "prov:Collection",
        "Environments": "prov:Entity",
        "Activities": "prov:Activity",
        "Software": "prov:Agent",
        "Atlocation": "prov:atLocation",
        "Checksum": "spdx:Checksum",
        "ChecksumAlgorithm": "spdx:ChecksumAlgorithm",
        "ChecksumValue": "spdx:ChecksumValue"
    }
}
