-
-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy path0_blockchain_commons_registry.json
More file actions
734 lines (734 loc) · 19.5 KB
/
Copy path0_blockchain_commons_registry.json
File metadata and controls
734 lines (734 loc) · 19.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
{
"ontology": {
"name": "blockchain_commons",
"source_url": "https://github.com/BlockchainCommons/Research/blob/master/papers/bcr-2023-002-known-value.md",
"start_code_point": 0,
"processing_strategy": "Manual"
},
"generated": {
"tool": "Manual"
},
"entries": [
{
"codepoint": 0,
"name": "",
"type": "unit",
"uri": "",
"description": "The Unit type, and its sole inhabitant '', which is a value conveying no information."
},
{
"codepoint": 1,
"name": "isA",
"type": "property",
"uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type",
"description": "The subject is an instance of the class identified by the object."
},
{
"codepoint": 2,
"name": "id",
"type": "property",
"uri": "http://purl.org/dc/terms/identifier",
"description": "The object is an unambiguous identifier of the subject within a given context."
},
{
"codepoint": 3,
"name": "signed",
"type": "property",
"uri": "",
"description": "The object is a cryptographic signature of the subject."
},
{
"codepoint": 4,
"name": "note",
"type": "property",
"uri": "http://www.w3.org/2000/01/rdf-schema#comment",
"description": "The object is a human-readable note about the subject."
},
{
"codepoint": 5,
"name": "hasRecipient",
"type": "property",
"uri": "",
"description": "The subject can be decrypted using the private key that decrypts the content key in the object."
},
{
"codepoint": 6,
"name": "sskrShare",
"type": "property",
"uri": "",
"description": "The subject can be decrypted by a quorum of SSKR shares including the one in the object."
},
{
"codepoint": 7,
"name": "controller",
"type": "property",
"uri": "https://www.w3.org/ns/solid/terms#owner",
"description": "The object is the subject's controlling entity."
},
{
"codepoint": 8,
"name": "key",
"type": "property",
"uri": "",
"description": "The entity identified by the subject holds the private half of the public keys(s) in the object."
},
{
"codepoint": 9,
"name": "dereferenceVia",
"type": "property",
"uri": "",
"description": "The content referenced by the subject can be dereferenced using the object."
},
{
"codepoint": 10,
"name": "entity",
"type": "property",
"uri": "",
"description": "The entity referenced by the subject is specified in the object."
},
{
"codepoint": 11,
"name": "name",
"type": "property",
"uri": "http://xmlns.com/foaf/spec/#term_name",
"description": "The subject is known by the name in the object."
},
{
"codepoint": 12,
"name": "language",
"type": "property",
"uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString",
"description": "The subject is written in the language of the ISO language code object."
},
{
"codepoint": 13,
"name": "issuer",
"type": "property",
"uri": "",
"description": "The object is the subject's issuing entity."
},
{
"codepoint": 14,
"name": "holder",
"type": "property",
"uri": "",
"description": "The object identifies the entity to which the subject has been issued."
},
{
"codepoint": 15,
"name": "salt",
"type": "property",
"uri": "",
"description": "The object is random salt used to decorrelate the digest of the subject."
},
{
"codepoint": 16,
"name": "date",
"type": "property",
"uri": "http://purl.org/dc/terms/date",
"description": "The object is a primary datestamp of the subject."
},
{
"codepoint": 17,
"name": "Unknown",
"type": "value",
"uri": "https://en.wikipedia.org/wiki/Blank_node",
"description": "Placeholder for an unknown value."
},
{
"codepoint": 18,
"name": "version",
"type": "property",
"uri": "http://purl.org/dc/terms/hasVersion",
"description": "The object is the version of the subject."
},
{
"codepoint": 19,
"name": "hasSecret",
"type": "property",
"uri": "",
"description": "The subject can be decrypted using the secret that decrypts the content key in the object."
},
{
"codepoint": 20,
"name": "edits",
"type": "property",
"uri": "",
"description": "The object is a set of edits used by the Envelope.transform(edits:) method."
},
{
"codepoint": 21,
"name": "validFrom",
"type": "property",
"uri": "https://schema.org/validFrom",
"description": "The subject is valid from the date in the object."
},
{
"codepoint": 22,
"name": "validUntil",
"type": "property",
"uri": "https://schema.org/validUntil",
"description": "The subject is valid until the date in the object."
},
{
"codepoint": 23,
"name": "position",
"type": "property",
"uri": "https://schema.org/position",
"description": "The position of an item in a series or sequence of items."
},
{
"codepoint": 24,
"name": "nickname",
"type": "property",
"uri": "http://xmlns.com/foaf/spec/#term_nick",
"description": "The subject is a nickname for the object."
},
{
"codepoint": 50,
"name": "attachment",
"type": "property",
"uri": "",
"description": "Declares that the object is a vendor-defined attachment to the envelope."
},
{
"codepoint": 51,
"name": "vendor",
"type": "property",
"uri": "",
"description": "Declares the vendor of the subject."
},
{
"codepoint": 52,
"name": "conformsTo",
"type": "property",
"uri": "http://purl.org/dc/terms/conformsTo",
"description": "An established standard to which the subject conforms."
},
{
"codepoint": 60,
"name": "allow",
"type": "property",
"uri": "",
"description": "The object is a set of permissions that allow the subject to perform the actions specified in the object."
},
{
"codepoint": 61,
"name": "deny",
"type": "property",
"uri": "",
"description": "The object is a set of permissions that deny the subject from performing the actions specified in the object."
},
{
"codepoint": 62,
"name": "endpoint",
"type": "property",
"uri": "",
"description": "The object is a service endpoint associated with the subject."
},
{
"codepoint": 63,
"name": "delegate",
"type": "property",
"uri": "",
"description": "The object is a delegate authorized by the subject."
},
{
"codepoint": 64,
"name": "provenance",
"type": "property",
"uri": "",
"description": "The object is a provenance mark associated with the subject."
},
{
"codepoint": 65,
"name": "privateKey",
"type": "property",
"uri": "",
"description": "The object is a private key associated with the subject."
},
{
"codepoint": 66,
"name": "service",
"type": "property",
"uri": "",
"description": "The object is a service associated with the subject."
},
{
"codepoint": 67,
"name": "capability",
"type": "property",
"uri": "",
"description": "The object is a capability associated with the subject."
},
{
"codepoint": 68,
"name": "provenanceGenerator",
"type": "property",
"uri": "",
"description": "The object is a provenance mark generator associated with the subject."
},
{
"codepoint": 70,
"name": "All",
"type": "value",
"uri": "",
"description": "The set of all allowed privileges."
},
{
"codepoint": 71,
"name": "Authorize",
"type": "value",
"uri": "",
"description": "Operational privilege: authorize actions on behalf of the subject."
},
{
"codepoint": 72,
"name": "Sign",
"type": "value",
"uri": "",
"description": "Operational privilege: sign documents on behalf of the subject."
},
{
"codepoint": 73,
"name": "Encrypt",
"type": "value",
"uri": "",
"description": "Operational privilege: encrypt messages from the subject and decrypt messages to the subject."
},
{
"codepoint": 74,
"name": "Elide",
"type": "value",
"uri": "",
"description": "Operational privilege: elide the subject's documents."
},
{
"codepoint": 75,
"name": "Issue",
"type": "value",
"uri": "",
"description": "Operational privilege: issue documents on behalf of the subject."
},
{
"codepoint": 76,
"name": "Access",
"type": "value",
"uri": "",
"description": "Operational privilege: access resources on behalf of the subject."
},
{
"codepoint": 80,
"name": "Delegate",
"type": "value",
"uri": "",
"description": "Management privilege: delegate the privileges of the subject to another entity."
},
{
"codepoint": 81,
"name": "Verify",
"type": "value",
"uri": "",
"description": "Management privilege: update the subject's documents, including the ability to reduce privileges."
},
{
"codepoint": 82,
"name": "Update",
"type": "value",
"uri": "",
"description": "Management privilege: update the subject's service endpoints."
},
{
"codepoint": 83,
"name": "Transfer",
"type": "value",
"uri": "",
"description": "Management privilege: remove the inception key from the XID document."
},
{
"codepoint": 84,
"name": "Elect",
"type": "value",
"uri": "",
"description": "Management privilege: add or remove other verifiers (rotate keys)."
},
{
"codepoint": 85,
"name": "Burn",
"type": "value",
"uri": "",
"description": "Management privilege: transition to a new provenance mark chain."
},
{
"codepoint": 86,
"name": "Revoke",
"type": "value",
"uri": "",
"description": "Management privilege: revoke the XID entirely."
},
{
"codepoint": 101,
"name": "result",
"type": "property",
"uri": "",
"description": "The object is the success result of the request identified by the subject."
},
{
"codepoint": 102,
"name": "error",
"type": "property",
"uri": "",
"description": "The object is the failure result of the request identified by the subject."
},
{
"codepoint": 103,
"name": "OK",
"type": "value",
"uri": "",
"description": "The success result of a request that has no other return value."
},
{
"codepoint": 104,
"name": "Processing",
"type": "value",
"uri": "",
"description": "The \"in processing\" result of a request."
},
{
"codepoint": 105,
"name": "sender",
"type": "property",
"uri": "",
"description": "The object identifies the sender, including a way to verify messages from the sender (e.g. public key)."
},
{
"codepoint": 106,
"name": "senderContinuation",
"type": "property",
"uri": "",
"description": "The object is a continuation owned by the sender."
},
{
"codepoint": 107,
"name": "recipientContinuation",
"type": "property",
"uri": "",
"description": "The object is a continuation owned by the recipient."
},
{
"codepoint": 108,
"name": "content",
"type": "property",
"uri": "",
"description": "The object is the content of the event."
},
{
"codepoint": 200,
"name": "Seed",
"type": "class",
"uri": "",
"description": "A cryptographic seed."
},
{
"codepoint": 201,
"name": "PrivateKey",
"type": "class",
"uri": "",
"description": "A cryptographic private key."
},
{
"codepoint": 202,
"name": "PublicKey",
"type": "class",
"uri": "",
"description": "A cryptographic public key."
},
{
"codepoint": 203,
"name": "MasterKey",
"type": "class",
"uri": "",
"description": "A cryptographic master key."
},
{
"codepoint": 300,
"name": "asset",
"type": "property",
"uri": "",
"description": "Declares a cryptocurrency asset specifier, e.g. \"Bitcoin\", \"Ethereum\""
},
{
"codepoint": 301,
"name": "Bitcoin",
"type": "value",
"uri": "",
"description": "The Bitcoin cryptocurrency (\"BTC\")"
},
{
"codepoint": 302,
"name": "Ethereum",
"type": "value",
"uri": "",
"description": "The Ethereum cryptocurrency (\"ETH\")"
},
{
"codepoint": 303,
"name": "Tezos",
"type": "value",
"uri": "",
"description": "The Tezos cryptocurrency (\"XTZ\")"
},
{
"codepoint": 304,
"name": "Polkadot",
"type": "value",
"uri": "",
"description": "The Polkadot cryptocurrency (\"DOT\")"
},
{
"codepoint": 305,
"name": "Kusama",
"type": "value",
"uri": "",
"description": "The Kusama cryptocurrency (\"KSM\")"
},
{
"codepoint": 400,
"name": "network",
"type": "property",
"uri": "",
"description": "Declares a cryptocurrency network, e.g. \"MainNet\", \"TestNet\""
},
{
"codepoint": 401,
"name": "MainNet",
"type": "value",
"uri": "",
"description": "A cryptocurrency main network"
},
{
"codepoint": 402,
"name": "TestNet",
"type": "value",
"uri": "",
"description": "A cryptocurrency test network"
},
{
"codepoint": 500,
"name": "BIP32Key",
"type": "class",
"uri": "",
"description": "A BIP-32 HD key"
},
{
"codepoint": 501,
"name": "chainCode",
"type": "property",
"uri": "",
"description": "Declares the chain code of a BIP-32 HD key"
},
{
"codepoint": 502,
"name": "DerivationPath",
"type": "class",
"uri": "",
"description": "A BIP-32 derivation path"
},
{
"codepoint": 503,
"name": "parentPath",
"type": "property",
"uri": "",
"description": "Declares the derivation path for a BIP-32 key"
},
{
"codepoint": 504,
"name": "childrenPath",
"type": "property",
"uri": "",
"description": "Declares the allowable derivation paths from a BIP-32 key"
},
{
"codepoint": 505,
"name": "parentFingerprint",
"type": "property",
"uri": "",
"description": "Declares the parent fingerprint of a BIP-32 key"
},
{
"codepoint": 506,
"name": "PSBT",
"type": "class",
"uri": "",
"description": "A Partially-Signed Bitcoin Transaction (PSBT)"
},
{
"codepoint": 507,
"name": "OutputDescriptor",
"type": "class",
"uri": "",
"description": "A Bitcoin output descriptor"
},
{
"codepoint": 508,
"name": "outputDescriptor",
"type": "property",
"uri": "",
"description": "Declares a Bitcoin output descriptor associated with the subject"
},
{
"codepoint": 600,
"name": "Graph",
"type": "class",
"uri": "",
"description": "A graph. All other assertions in the envelope must be either node or edge."
},
{
"codepoint": 601,
"name": "SourceTargetGraph",
"type": "class",
"uri": "",
"description": "A graph with edges that have source and target assertions."
},
{
"codepoint": 602,
"name": "ParentChildGraph",
"type": "class",
"uri": "",
"description": "A graph with edges that have parent and child assertions."
},
{
"codepoint": 603,
"name": "Digraph",
"type": "class",
"uri": "",
"description": "A directed graph. Implies SourceTargetGraph. source and target are distinct."
},
{
"codepoint": 604,
"name": "AcyclicGraph",
"type": "class",
"uri": "",
"description": "A graph that does not admit cycles. Implies SourceTargetGraph."
},
{
"codepoint": 605,
"name": "Multigraph",
"type": "class",
"uri": "",
"description": "A multigraph (admits parallel edges). Implies SourceTargetGraph."
},
{
"codepoint": 606,
"name": "Pseudograph",
"type": "class",
"uri": "",
"description": "A pseudograph (admits self-loops and parallel edges). Implies Multigraph."
},
{
"codepoint": 607,
"name": "GraphFragment",
"type": "class",
"uri": "",
"description": "A fragment of a graph. May have references to external nodes and edges that are not resolvable in the fragment."
},
{
"codepoint": 608,
"name": "DAG",
"type": "class",
"uri": "",
"description": "A directed acyclic graph. Implies Digraph and AcyclicGraph."
},
{
"codepoint": 609,
"name": "Tree",
"type": "class",
"uri": "",
"description": "A tree. Implies ParentChildGraph. Exactly one node must have no parent. All other nodes must have exactly one parent."
},
{
"codepoint": 610,
"name": "Forest",
"type": "class",
"uri": "",
"description": "A forest (set of trees). Implies ParentChildGraph."
},
{
"codepoint": 611,
"name": "CompoundGraph",
"type": "class",
"uri": "",
"description": "A compound graph (a graph with subgraphs). Implies Forest and SourceTargetGraph."
},
{
"codepoint": 612,
"name": "Hypergraph",
"type": "class",
"uri": "",
"description": "An undirected hypergraph (edges may connect more than two nodes)."
},
{
"codepoint": 613,
"name": "Dihypergraph",
"type": "class",
"uri": "",
"description": "A directed hypergraph (edges may connect more than two nodes and have a direction). Implies Hypergraph and Digraph."
},
{
"codepoint": 700,
"name": "node",
"type": "property",
"uri": "",
"description": "A node in a graph."
},
{
"codepoint": 701,
"name": "edge",
"type": "property",
"uri": "",
"description": "An edge in a graph."
},
{
"codepoint": 702,
"name": "source",
"type": "property",
"uri": "",
"description": "Identifies the source node of the subject edge of a SourceTargetGraph."
},
{
"codepoint": 703,
"name": "target",
"type": "property",
"uri": "",
"description": "Identifies the target node of the subject edge of a SourceTargetGraph."
},
{
"codepoint": 704,
"name": "parent",
"type": "property",
"uri": "",
"description": "Identifies the parent node of the subject edge of a ParentChildGraph."
},
{
"codepoint": 705,
"name": "child",
"type": "property",
"uri": "",
"description": "Identifies a child node of the subject edge of a ParentChildGraph."
},
{
"codepoint": 706,
"name": "Self",
"type": "value",
"uri": "",
"description": "A reference to the subject itself."
}
],
"statistics": {
"total_entries": 89,
"code_point_range": {
"start": 0,
"end": 706
}
}
}