github.com/hyperledger/aries-framework-go@v0.3.2/test/aries-js-worker/fixtures/data/agent-startup-contexts.json (about)

     1  {
     2    "documents": [
     3      {
     4        "url": "https://www.w3.org/2018/credentials/examples/v1",
     5        "content": {
     6          "@context": [{
     7            "@version": 1.1
     8          },"https://www.w3.org/ns/odrl.jsonld", {
     9            "ex": "https://example.org/examples#",
    10            "schema": "http://schema.org/",
    11            "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    12  
    13            "3rdPartyCorrelation": "ex:3rdPartyCorrelation",
    14            "AllVerifiers": "ex:AllVerifiers",
    15            "Archival": "ex:Archival",
    16            "BachelorDegree": "ex:BachelorDegree",
    17            "Child": "ex:Child",
    18            "CLCredentialDefinition2019": "ex:CLCredentialDefinition2019",
    19            "CLSignature2019": "ex:CLSignature2019",
    20            "IssuerPolicy": "ex:IssuerPolicy",
    21            "HolderPolicy": "ex:HolderPolicy",
    22            "Mother": "ex:Mother",
    23            "RelationshipCredential": "ex:RelationshipCredential",
    24            "UniversityDegreeCredential": "ex:UniversityDegreeCredential",
    25            "ZkpExampleSchema2018": "ex:ZkpExampleSchema2018",
    26  
    27            "issuerData": "ex:issuerData",
    28            "attributes": "ex:attributes",
    29            "signature": "ex:signature",
    30            "signatureCorrectnessProof": "ex:signatureCorrectnessProof",
    31            "primaryProof": "ex:primaryProof",
    32            "nonRevocationProof": "ex:nonRevocationProof",
    33  
    34            "alumniOf": {"@id": "schema:alumniOf", "@type": "rdf:HTML"},
    35            "child": {"@id": "ex:child", "@type": "@id"},
    36            "degree": "ex:degree",
    37            "degreeType": "ex:degreeType",
    38            "degreeSchool": "ex:degreeSchool",
    39            "college": "ex:college",
    40            "name": {"@id": "schema:name", "@type": "rdf:HTML"},
    41            "givenName": "schema:givenName",
    42            "familyName": "schema:familyName",
    43            "parent": {"@id": "ex:parent", "@type": "@id"},
    44            "referenceId": "ex:referenceId",
    45            "documentPresence": "ex:documentPresence",
    46            "evidenceDocument": "ex:evidenceDocument",
    47            "spouse": "schema:spouse",
    48            "subjectPresence": "ex:subjectPresence",
    49            "verifier": {"@id": "ex:verifier", "@type": "@id"}
    50          }]
    51        }
    52      },
    53      {
    54        "url": "https://www.w3.org/ns/odrl.jsonld",
    55        "content": {
    56          "@context": {
    57            "odrl":    "http://www.w3.org/ns/odrl/2/",
    58            "rdf":     "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    59            "rdfs":    "http://www.w3.org/2000/01/rdf-schema#",
    60            "owl":     "http://www.w3.org/2002/07/owl#",
    61            "skos":    "http://www.w3.org/2004/02/skos/core#",
    62            "dct":     "http://purl.org/dc/terms/",
    63            "xsd":     "http://www.w3.org/2001/XMLSchema#",
    64            "vcard":   "http://www.w3.org/2006/vcard/ns#",
    65            "foaf":    "http://xmlns.com/foaf/0.1/",
    66            "schema":  "http://schema.org/",
    67            "cc":      "http://creativecommons.org/ns#",
    68  
    69            "uid":     "@id",
    70            "type":    "@type",
    71  
    72            "Policy":           "odrl:Policy",
    73            "Rule":             "odrl:Rule",
    74            "profile":          {"@type": "@id", "@id": "odrl:profile"},
    75  
    76            "inheritFrom":      {"@type": "@id", "@id": "odrl:inheritFrom"},
    77  
    78            "ConflictTerm":     "odrl:ConflictTerm",
    79            "conflict":         {"@type": "@vocab", "@id": "odrl:conflict"},
    80            "perm":             "odrl:perm",
    81            "prohibit":         "odrl:prohibit",
    82            "invalid":          "odrl:invalid",
    83  
    84            "Agreement":           "odrl:Agreement",
    85            "Assertion":           "odrl:Assertion",
    86            "Offer":               "odrl:Offer",
    87            "Privacy":             "odrl:Privacy",
    88            "Invitation":             "odrl:Invitation",
    89            "Set":                 "odrl:Set",
    90            "Ticket":              "odrl:Ticket",
    91  
    92            "Asset":               "odrl:Asset",
    93            "AssetCollection":     "odrl:AssetCollection",
    94            "relation":            {"@type": "@id", "@id": "odrl:relation"},
    95            "hasPolicy":           {"@type": "@id", "@id": "odrl:hasPolicy"},
    96  
    97            "target":             {"@type": "@id", "@id": "odrl:target"},
    98            "output":             {"@type": "@id", "@id": "odrl:output"},
    99  
   100            "partOf":            {"@type": "@id", "@id": "odrl:partOf"},
   101            "source":            {"@type": "@id", "@id": "odrl:source"},
   102  
   103            "Party":              "odrl:Party",
   104            "PartyCollection":    "odrl:PartyCollection",
   105            "function":           {"@type": "@vocab", "@id": "odrl:function"},
   106            "PartyScope":         "odrl:PartyScope",
   107  
   108            "assignee":             {"@type": "@id", "@id": "odrl:assignee"},
   109            "assigner":             {"@type": "@id", "@id": "odrl:assigner"},
   110            "assigneeOf":           {"@type": "@id", "@id": "odrl:assigneeOf"},
   111            "assignerOf":           {"@type": "@id", "@id": "odrl:assignerOf"},
   112            "attributedParty":      {"@type": "@id", "@id": "odrl:attributedParty"},
   113            "attributingParty":     {"@type": "@id", "@id": "odrl:attributingParty"},
   114            "compensatedParty":     {"@type": "@id", "@id": "odrl:compensatedParty"},
   115            "compensatingParty":    {"@type": "@id", "@id": "odrl:compensatingParty"},
   116            "consentingParty":      {"@type": "@id", "@id": "odrl:consentingParty"},
   117            "consentedParty":       {"@type": "@id", "@id": "odrl:consentedParty"},
   118            "informedParty":        {"@type": "@id", "@id": "odrl:informedParty"},
   119            "informingParty":       {"@type": "@id", "@id": "odrl:informingParty"},
   120            "trackingParty":        {"@type": "@id", "@id": "odrl:trackingParty"},
   121            "trackedParty":         {"@type": "@id", "@id": "odrl:trackedParty"},
   122            "contractingParty":     {"@type": "@id", "@id": "odrl:contractingParty"},
   123            "contractedParty":      {"@type": "@id", "@id": "odrl:contractedParty"},
   124  
   125            "Action":                "odrl:Action",
   126            "action":                {"@type": "@vocab", "@id": "odrl:action"},
   127            "includedIn":            {"@type": "@id", "@id": "odrl:includedIn"},
   128            "implies":               {"@type": "@id", "@id": "odrl:implies"},
   129  
   130            "Permission":            "odrl:Permission",
   131            "permission":            {"@type": "@id", "@id": "odrl:permission"},
   132  
   133            "Prohibition":           "odrl:Prohibition",
   134            "prohibition":           {"@type": "@id", "@id": "odrl:prohibition"},
   135  
   136            "obligation":            {"@type": "@id", "@id": "odrl:obligation"},
   137  
   138            "use":                   "odrl:use",
   139            "grantUse":              "odrl:grantUse",
   140            "aggregate":             "odrl:aggregate",
   141            "annotate":              "odrl:annotate",
   142            "anonymize":             "odrl:anonymize",
   143            "archive":               "odrl:archive",
   144            "concurrentUse":         "odrl:concurrentUse",
   145            "derive":                "odrl:derive",
   146            "digitize":              "odrl:digitize",
   147            "display":               "odrl:display",
   148            "distribute":            "odrl:distribute",
   149            "execute":               "odrl:execute",
   150            "extract":               "odrl:extract",
   151            "give":                  "odrl:give",
   152            "index":                 "odrl:index",
   153            "install":               "odrl:install",
   154            "modify":                "odrl:modify",
   155            "move":                  "odrl:move",
   156            "play":                  "odrl:play",
   157            "present":               "odrl:present",
   158            "print":                 "odrl:print",
   159            "read":                  "odrl:read",
   160            "reproduce":             "odrl:reproduce",
   161            "sell":                  "odrl:sell",
   162            "stream":                "odrl:stream",
   163            "textToSpeech":          "odrl:textToSpeech",
   164            "transfer":              "odrl:transfer",
   165            "transform":             "odrl:transform",
   166            "translate":             "odrl:translate",
   167  
   168            "Duty":                 "odrl:Duty",
   169            "duty":                 {"@type": "@id", "@id": "odrl:duty"},
   170            "consequence":          {"@type": "@id", "@id": "odrl:consequence"},
   171            "remedy":               {"@type": "@id", "@id": "odrl:remedy"},
   172  
   173            "acceptTracking":       "odrl:acceptTracking",
   174            "attribute":            "odrl:attribute",
   175            "compensate":           "odrl:compensate",
   176            "delete":               "odrl:delete",
   177            "ensureExclusivity":    "odrl:ensureExclusivity",
   178            "include":              "odrl:include",
   179            "inform":               "odrl:inform",
   180            "nextPolicy":           "odrl:nextPolicy",
   181            "obtainConsent":        "odrl:obtainConsent",
   182            "reviewPolicy":         "odrl:reviewPolicy",
   183            "uninstall":            "odrl:uninstall",
   184            "watermark":            "odrl:watermark",
   185  
   186            "Constraint":           "odrl:Constraint",
   187            "LogicalConstraint":    "odrl:LogicalConstraint",
   188            "constraint":           {"@type": "@id", "@id": "odrl:constraint"},
   189            "refinement":           {"@type": "@id", "@id": "odrl:refinement"},
   190            "Operator":             "odrl:Operator",
   191            "operator":             {"@type": "@vocab", "@id": "odrl:operator"},
   192            "RightOperand":         "odrl:RightOperand",
   193            "rightOperand":         "odrl:rightOperand",
   194            "rightOperandReference":{"@type": "xsd:anyURI", "@id": "odrl:rightOperandReference"},
   195            "LeftOperand":          "odrl:LeftOperand",
   196            "leftOperand":          {"@type": "@vocab", "@id": "odrl:leftOperand"},
   197            "unit":                 "odrl:unit",
   198            "dataType":             {"@type": "xsd:anyType", "@id": "odrl:datatype"},
   199            "status":               "odrl:status",
   200  
   201            "absolutePosition":        "odrl:absolutePosition",
   202            "absoluteSpatialPosition": "odrl:absoluteSpatialPosition",
   203            "absoluteTemporalPosition":"odrl:absoluteTemporalPosition",
   204            "absoluteSize":            "odrl:absoluteSize",
   205            "count":                   "odrl:count",
   206            "dateTime":                "odrl:dateTime",
   207            "delayPeriod":             "odrl:delayPeriod",
   208            "deliveryChannel":         "odrl:deliveryChannel",
   209            "elapsedTime":             "odrl:elapsedTime",
   210            "event":                   "odrl:event",
   211            "fileFormat":              "odrl:fileFormat",
   212            "industry":                "odrl:industry:",
   213            "language":                "odrl:language",
   214            "media":                   "odrl:media",
   215            "meteredTime":             "odrl:meteredTime",
   216            "payAmount":               "odrl:payAmount",
   217            "percentage":              "odrl:percentage",
   218            "product":                 "odrl:product",
   219            "purpose":                 "odrl:purpose",
   220            "recipient":               "odrl:recipient",
   221            "relativePosition":        "odrl:relativePosition",
   222            "relativeSpatialPosition": "odrl:relativeSpatialPosition",
   223            "relativeTemporalPosition":"odrl:relativeTemporalPosition",
   224            "relativeSize":            "odrl:relativeSize",
   225            "resolution":              "odrl:resolution",
   226            "spatial":                 "odrl:spatial",
   227            "spatialCoordinates":      "odrl:spatialCoordinates",
   228            "systemDevice":            "odrl:systemDevice",
   229            "timeInterval":            "odrl:timeInterval",
   230            "unitOfCount":             "odrl:unitOfCount",
   231            "version":                 "odrl:version",
   232            "virtualLocation":         "odrl:virtualLocation",
   233  
   234            "eq":                   "odrl:eq",
   235            "gt":                   "odrl:gt",
   236            "gteq":                 "odrl:gteq",
   237            "lt":                   "odrl:lt",
   238            "lteq":                 "odrl:lteq",
   239            "neq":                  "odrl:neg",
   240            "isA":                  "odrl:isA",
   241            "hasPart":              "odrl:hasPart",
   242            "isPartOf":             "odrl:isPartOf",
   243            "isAllOf":              "odrl:isAllOf",
   244            "isAnyOf":              "odrl:isAnyOf",
   245            "isNoneOf":             "odrl:isNoneOf",
   246            "or":                   "odrl:or",
   247            "xone":                 "odrl:xone",
   248            "and":                  "odrl:and",
   249            "andSequence":          "odrl:andSequence",
   250  
   251            "policyUsage":                "odrl:policyUsage"
   252          }
   253        }
   254      }
   255    ]
   256  }