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

     1  {
     2   "@context": {
     3      "odrl":    "http://www.w3.org/ns/odrl/2/",
     4      "rdf":     "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
     5      "rdfs":    "http://www.w3.org/2000/01/rdf-schema#",
     6      "owl":     "http://www.w3.org/2002/07/owl#",
     7      "skos":    "http://www.w3.org/2004/02/skos/core#",
     8      "dct":     "http://purl.org/dc/terms/",
     9      "xsd":     "http://www.w3.org/2001/XMLSchema#",
    10      "vcard":   "http://www.w3.org/2006/vcard/ns#",
    11      "foaf":    "http://xmlns.com/foaf/0.1/",
    12      "schema":  "http://schema.org/",
    13      "cc":      "http://creativecommons.org/ns#",
    14  
    15      "uid":     "@id",
    16      "type":    "@type",
    17  
    18      "Policy":           "odrl:Policy",
    19      "Rule":             "odrl:Rule",
    20      "profile":          {"@type": "@id", "@id": "odrl:profile"},
    21  
    22      "inheritFrom":      {"@type": "@id", "@id": "odrl:inheritFrom"},
    23  
    24      "ConflictTerm":     "odrl:ConflictTerm",
    25      "conflict":         {"@type": "@vocab", "@id": "odrl:conflict"},
    26      "perm":             "odrl:perm",
    27      "prohibit":         "odrl:prohibit",
    28      "invalid":          "odrl:invalid",
    29  
    30      "Agreement":           "odrl:Agreement",
    31      "Assertion":           "odrl:Assertion",
    32      "Offer":               "odrl:Offer",
    33      "Privacy":             "odrl:Privacy",
    34      "Invitation":             "odrl:Invitation",
    35      "Set":                 "odrl:Set",
    36      "Ticket":              "odrl:Ticket",
    37  
    38      "Asset":               "odrl:Asset",
    39      "AssetCollection":     "odrl:AssetCollection",
    40      "relation":            {"@type": "@id", "@id": "odrl:relation"},
    41      "hasPolicy":           {"@type": "@id", "@id": "odrl:hasPolicy"},
    42  
    43      "target":             {"@type": "@id", "@id": "odrl:target"},
    44      "output":             {"@type": "@id", "@id": "odrl:output"},
    45  
    46      "partOf":            {"@type": "@id", "@id": "odrl:partOf"},
    47  	"source":            {"@type": "@id", "@id": "odrl:source"},
    48  
    49      "Party":              "odrl:Party",
    50      "PartyCollection":    "odrl:PartyCollection",
    51      "function":           {"@type": "@vocab", "@id": "odrl:function"},
    52      "PartyScope":         "odrl:PartyScope",
    53  
    54      "assignee":             {"@type": "@id", "@id": "odrl:assignee"},
    55      "assigner":             {"@type": "@id", "@id": "odrl:assigner"},
    56  	"assigneeOf":           {"@type": "@id", "@id": "odrl:assigneeOf"},
    57      "assignerOf":           {"@type": "@id", "@id": "odrl:assignerOf"},
    58      "attributedParty":      {"@type": "@id", "@id": "odrl:attributedParty"},
    59  	"attributingParty":     {"@type": "@id", "@id": "odrl:attributingParty"},
    60      "compensatedParty":     {"@type": "@id", "@id": "odrl:compensatedParty"},
    61      "compensatingParty":    {"@type": "@id", "@id": "odrl:compensatingParty"},
    62      "consentingParty":      {"@type": "@id", "@id": "odrl:consentingParty"},
    63  	"consentedParty":       {"@type": "@id", "@id": "odrl:consentedParty"},
    64      "informedParty":        {"@type": "@id", "@id": "odrl:informedParty"},
    65  	"informingParty":       {"@type": "@id", "@id": "odrl:informingParty"},
    66      "trackingParty":        {"@type": "@id", "@id": "odrl:trackingParty"},
    67  	"trackedParty":         {"@type": "@id", "@id": "odrl:trackedParty"},
    68  	"contractingParty":     {"@type": "@id", "@id": "odrl:contractingParty"},
    69  	"contractedParty":      {"@type": "@id", "@id": "odrl:contractedParty"},
    70  
    71      "Action":                "odrl:Action",
    72      "action":                {"@type": "@vocab", "@id": "odrl:action"},
    73      "includedIn":            {"@type": "@id", "@id": "odrl:includedIn"},
    74      "implies":               {"@type": "@id", "@id": "odrl:implies"},
    75  
    76      "Permission":            "odrl:Permission",
    77      "permission":            {"@type": "@id", "@id": "odrl:permission"},
    78  
    79      "Prohibition":           "odrl:Prohibition",
    80      "prohibition":           {"@type": "@id", "@id": "odrl:prohibition"},
    81  
    82      "obligation":            {"@type": "@id", "@id": "odrl:obligation"},
    83  
    84      "use":                   "odrl:use",
    85      "grantUse":              "odrl:grantUse",
    86      "aggregate":             "odrl:aggregate",
    87      "annotate":              "odrl:annotate",
    88      "anonymize":             "odrl:anonymize",
    89      "archive":               "odrl:archive",
    90      "concurrentUse":         "odrl:concurrentUse",
    91      "derive":                "odrl:derive",
    92      "digitize":              "odrl:digitize",
    93      "display":               "odrl:display",
    94      "distribute":            "odrl:distribute",
    95      "execute":               "odrl:execute",
    96      "extract":               "odrl:extract",
    97      "give":                  "odrl:give",
    98      "index":                 "odrl:index",
    99      "install":               "odrl:install",
   100      "modify":                "odrl:modify",
   101      "move":                  "odrl:move",
   102      "play":                  "odrl:play",
   103      "present":               "odrl:present",
   104      "print":                 "odrl:print",
   105      "read":                  "odrl:read",
   106      "reproduce":             "odrl:reproduce",
   107      "sell":                  "odrl:sell",
   108      "stream":                "odrl:stream",
   109      "textToSpeech":          "odrl:textToSpeech",
   110      "transfer":              "odrl:transfer",
   111      "transform":             "odrl:transform",
   112      "translate":             "odrl:translate",
   113  
   114      "Duty":                 "odrl:Duty",
   115      "duty":                 {"@type": "@id", "@id": "odrl:duty"},
   116      "consequence":          {"@type": "@id", "@id": "odrl:consequence"},
   117  	"remedy":               {"@type": "@id", "@id": "odrl:remedy"},
   118  
   119      "acceptTracking":       "odrl:acceptTracking",
   120      "attribute":            "odrl:attribute",
   121      "compensate":           "odrl:compensate",
   122      "delete":               "odrl:delete",
   123      "ensureExclusivity":    "odrl:ensureExclusivity",
   124      "include":              "odrl:include",
   125      "inform":               "odrl:inform",
   126      "nextPolicy":           "odrl:nextPolicy",
   127      "obtainConsent":        "odrl:obtainConsent",
   128      "reviewPolicy":         "odrl:reviewPolicy",
   129      "uninstall":            "odrl:uninstall",
   130      "watermark":            "odrl:watermark",
   131  
   132      "Constraint":           "odrl:Constraint",
   133  	"LogicalConstraint":    "odrl:LogicalConstraint",
   134      "constraint":           {"@type": "@id", "@id": "odrl:constraint"},
   135  	"refinement":           {"@type": "@id", "@id": "odrl:refinement"},
   136      "Operator":             "odrl:Operator",
   137      "operator":             {"@type": "@vocab", "@id": "odrl:operator"},
   138      "RightOperand":         "odrl:RightOperand",
   139      "rightOperand":         "odrl:rightOperand",
   140      "rightOperandReference":{"@type": "xsd:anyURI", "@id": "odrl:rightOperandReference"},
   141      "LeftOperand":          "odrl:LeftOperand",
   142      "leftOperand":          {"@type": "@vocab", "@id": "odrl:leftOperand"},
   143      "unit":                 "odrl:unit",
   144      "dataType":             {"@type": "xsd:anyType", "@id": "odrl:datatype"},
   145      "status":               "odrl:status",
   146  
   147      "absolutePosition":        "odrl:absolutePosition",
   148      "absoluteSpatialPosition": "odrl:absoluteSpatialPosition",
   149      "absoluteTemporalPosition":"odrl:absoluteTemporalPosition",
   150      "absoluteSize":            "odrl:absoluteSize",
   151      "count":                   "odrl:count",
   152      "dateTime":                "odrl:dateTime",
   153      "delayPeriod":             "odrl:delayPeriod",
   154      "deliveryChannel":         "odrl:deliveryChannel",
   155      "elapsedTime":             "odrl:elapsedTime",
   156      "event":                   "odrl:event",
   157      "fileFormat":              "odrl:fileFormat",
   158      "industry":                "odrl:industry:",
   159      "language":                "odrl:language",
   160      "media":                   "odrl:media",
   161      "meteredTime":             "odrl:meteredTime",
   162      "payAmount":               "odrl:payAmount",
   163      "percentage":              "odrl:percentage",
   164      "product":                 "odrl:product",
   165      "purpose":                 "odrl:purpose",
   166      "recipient":               "odrl:recipient",
   167      "relativePosition":        "odrl:relativePosition",
   168      "relativeSpatialPosition": "odrl:relativeSpatialPosition",
   169      "relativeTemporalPosition":"odrl:relativeTemporalPosition",
   170      "relativeSize":            "odrl:relativeSize",
   171      "resolution":              "odrl:resolution",
   172      "spatial":                 "odrl:spatial",
   173      "spatialCoordinates":      "odrl:spatialCoordinates",
   174      "systemDevice":            "odrl:systemDevice",
   175      "timeInterval":            "odrl:timeInterval",
   176      "unitOfCount":             "odrl:unitOfCount",
   177      "version":                 "odrl:version",
   178      "virtualLocation":         "odrl:virtualLocation",
   179  
   180      "eq":                   "odrl:eq",
   181      "gt":                   "odrl:gt",
   182      "gteq":                 "odrl:gteq",
   183      "lt":                   "odrl:lt",
   184      "lteq":                 "odrl:lteq",
   185      "neq":                  "odrl:neg",
   186      "isA":                  "odrl:isA",
   187      "hasPart":              "odrl:hasPart",
   188      "isPartOf":             "odrl:isPartOf",
   189      "isAllOf":              "odrl:isAllOf",
   190      "isAnyOf":              "odrl:isAnyOf",
   191      "isNoneOf":             "odrl:isNoneOf",
   192      "or":                   "odrl:or",
   193      "xone":                 "odrl:xone",
   194      "and":                  "odrl:and",
   195      "andSequence":          "odrl:andSequence",
   196  
   197      "policyUsage":                "odrl:policyUsage"
   198  
   199      }
   200  }