github.com/hyperledger/aries-framework-go@v0.3.2/test/bbs/src/contexts/credentials-examples_v1.jsonld (about)

     1  {
     2    "@context": [{
     3      "@version": 1.1
     4    },"https://www.w3.org/ns/odrl.jsonld", {
     5      "ex": "https://example.org/examples#",
     6      "schema": "http://schema.org/",
     7      "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
     8  
     9      "3rdPartyCorrelation": "ex:3rdPartyCorrelation",
    10      "AllVerifiers": "ex:AllVerifiers",
    11      "Archival": "ex:Archival",
    12      "BachelorDegree": "ex:BachelorDegree",
    13      "Child": "ex:Child",
    14      "CLCredentialDefinition2019": "ex:CLCredentialDefinition2019",
    15      "CLSignature2019": "ex:CLSignature2019",
    16      "IssuerPolicy": "ex:IssuerPolicy",
    17      "HolderPolicy": "ex:HolderPolicy",
    18      "Mother": "ex:Mother",
    19      "RelationshipCredential": "ex:RelationshipCredential",
    20      "UniversityDegreeCredential": "ex:UniversityDegreeCredential",
    21      "ZkpExampleSchema2018": "ex:ZkpExampleSchema2018",
    22  
    23      "issuerData": "ex:issuerData",
    24      "attributes": "ex:attributes",
    25      "signature": "ex:signature",
    26      "signatureCorrectnessProof": "ex:signatureCorrectnessProof",
    27      "primaryProof": "ex:primaryProof",
    28      "nonRevocationProof": "ex:nonRevocationProof",
    29  
    30      "alumniOf": {"@id": "schema:alumniOf", "@type": "rdf:HTML"},
    31      "child": {"@id": "ex:child", "@type": "@id"},
    32      "degree": "ex:degree",
    33      "degreeType": "ex:degreeType",
    34      "degreeSchool": "ex:degreeSchool",
    35      "college": "ex:college",
    36      "name": {"@id": "schema:name", "@type": "rdf:HTML"},
    37      "givenName": "schema:givenName",
    38      "familyName": "schema:familyName",
    39      "parent": {"@id": "ex:parent", "@type": "@id"},
    40      "referenceId": "ex:referenceId",
    41      "documentPresence": "ex:documentPresence",
    42      "evidenceDocument": "ex:evidenceDocument",
    43      "spouse": "schema:spouse",
    44      "subjectPresence": "ex:subjectPresence",
    45      "verifier": {"@id": "ex:verifier", "@type": "@id"}
    46    }]
    47  }