@twin.org/standards-ld-contexts 0.0.3-next.8 → 0.9.0-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/es/ldContexts/dataspace-protocol-2024.json +57 -0
- package/dist/es/ldContexts/gs1-epcis.json +593 -0
- package/dist/es/ldContexts/gs1-vocab.json +59070 -0
- package/dist/es/ldContexts/schema.org.json +139 -1
- package/dist/es/ldContexts/w3c-data-integrity-v2.json +81 -0
- package/dist/es/ldContexts/w3c-odrl.json +1 -1
- package/dist/es/ldContexts/w3c-vc-data-model-v1.json +231 -0
- package/dist/es/ldContexts/w3id-cid-v1.json +113 -0
- package/dist/es/ldContexts/w3id-did-v1.json +57 -0
- package/dist/es/ldContexts/w3id-ed25519-v1.json +93 -0
- package/dist/es/ldContexts/w3id-multikey-v1.json +35 -0
- package/dist/es/ldContexts.js +63 -33
- package/dist/es/ldContexts.js.map +1 -1
- package/dist/types/ldContexts.d.ts +3 -0
- package/docs/changelog.md +562 -82
- package/docs/examples.md +19 -1
- package/docs/reference/functions/addAllContextsToDocumentCache.md +2 -0
- package/docs/reference/functions/addContextToDocumentCache.md +6 -0
- package/package.json +6 -6
- package/dist/es/ldContexts/gaia-x-v24.11.json +0 -2397
- /package/dist/es/ldContexts/{dataspace-protocol.json → dataspace-protocol-2025.json} +0 -0
- /package/dist/es/ldContexts/{un-cefact-vocab.json → un-cefact-d23b.json} +0 -0
|
@@ -35,6 +35,50 @@
|
|
|
35
35
|
"xml": "http://www.w3.org/XML/1998/namespace",
|
|
36
36
|
"dct": "http://purl.org/dc/terms/",
|
|
37
37
|
"dctype": "http://purl.org/dc/dcmitype/",
|
|
38
|
+
"cmns-cls": "https://www.omg.org/spec/Commons/Classifiers/",
|
|
39
|
+
"cmns-col": "https://www.omg.org/spec/Commons/Collections/",
|
|
40
|
+
"cmns-dt": "https://www.omg.org/spec/Commons/DatesAndTimes/",
|
|
41
|
+
"cmns-ge": "https://www.omg.org/spec/Commons/GeopoliticalEntities/",
|
|
42
|
+
"cmns-id": "https://www.omg.org/spec/Commons/Identifiers/",
|
|
43
|
+
"cmns-loc": "https://www.omg.org/spec/Commons/Locations/",
|
|
44
|
+
"cmns-q": "https://www.omg.org/spec/Commons/Quantities/",
|
|
45
|
+
"cmns-txt": "https://www.omg.org/spec/Commons/Text/",
|
|
46
|
+
"lcc-3166-1": "https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/",
|
|
47
|
+
"lcc-4217": "https://www.omg.org/spec/LCC/Countries/ISO4217-CurrencyCodes/",
|
|
48
|
+
"lcc-lr": "https://www.omg.org/spec/LCC/Languages/LanguageRepresentation/",
|
|
49
|
+
"fibo-be-corp-corp": "https://spec.edmcouncil.org/fibo/ontology/BE/Corporations/Corporations/",
|
|
50
|
+
"fibo-be-ge-ge": "https://spec.edmcouncil.org/fibo/ontology/BE/GovernmentEntities/GovernmentEntities/",
|
|
51
|
+
"fibo-be-le-cb": "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/CorporateBodies/",
|
|
52
|
+
"fibo-be-le-lp": "https://spec.edmcouncil.org/fibo/ontology/BE/LegalEntities/LegalPersons/",
|
|
53
|
+
"fibo-be-nfp-nfp": "https://spec.edmcouncil.org/fibo/ontology/BE/NotForProfitOrganizations/NotForProfitOrganizations/",
|
|
54
|
+
"fibo-be-oac-cctl": "https://spec.edmcouncil.org/fibo/ontology/BE/OwnershipAndControl/CorporateControl/",
|
|
55
|
+
"fibo-fbc-dae-dbt": "https://spec.edmcouncil.org/fibo/ontology/FBC/DebtAndEquities/Debt/",
|
|
56
|
+
"fibo-fbc-pas-fpas": "https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/FinancialProductsAndServices/",
|
|
57
|
+
"fibo-fnd-acc-cur": "https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/",
|
|
58
|
+
"fibo-fnd-agr-ctr": "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/",
|
|
59
|
+
"fibo-fnd-arr-doc": "https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Documents/",
|
|
60
|
+
"fibo-fnd-arr-lif": "https://spec.edmcouncil.org/fibo/ontology/FND/Arrangements/Lifecycles/",
|
|
61
|
+
"fibo-fnd-dt-oc": "https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/Occurrences/",
|
|
62
|
+
"fibo-fnd-org-org": "https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/Organizations/",
|
|
63
|
+
"fibo-fnd-pas-pas": "https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/",
|
|
64
|
+
"fibo-fnd-plc-adr": "https://spec.edmcouncil.org/fibo/ontology/FND/Places/Addresses/",
|
|
65
|
+
"fibo-fnd-plc-fac": "https://spec.edmcouncil.org/fibo/ontology/FND/Places/Facilities/",
|
|
66
|
+
"fibo-fnd-plc-loc": "https://spec.edmcouncil.org/fibo/ontology/FND/Places/Locations/",
|
|
67
|
+
"fibo-fnd-pty-pty": "https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/",
|
|
68
|
+
"fibo-fnd-rel-rel": "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/",
|
|
69
|
+
"fibo-pay-ps-ps": "https://spec.edmcouncil.org/fibo/ontology/PAY/PaymentServices/PaymentServices/",
|
|
70
|
+
"gleif-L1": "https://www.gleif.org/ontology/L1/",
|
|
71
|
+
"gs1": "https://ref.gs1.org/voc/",
|
|
72
|
+
"lcc-cr": "https://www.omg.org/spec/LCC/Countries/CountryRepresentation/",
|
|
73
|
+
"unece": "http://unece.org/vocab#",
|
|
74
|
+
"vcard": "http://www.w3.org/2006/vcard/ns#",
|
|
75
|
+
"bibo": "http://purl.org/ontology/bibo/",
|
|
76
|
+
"sarif": "http://sarif.info/",
|
|
77
|
+
"lrmoo": "http://iflastandards.info/ns/lrm/lrmoo/",
|
|
78
|
+
"snomed": "http://purl.bioontology.org/ontology/SNOMEDCT/",
|
|
79
|
+
"eli": "http://data.europa.eu/eli/ontology#",
|
|
80
|
+
"hydra": "http://www.w3.org/ns/hydra/core#",
|
|
81
|
+
"mo": "http://purl.org/ontology/mo/",
|
|
38
82
|
"3DModel": {
|
|
39
83
|
"@id": "schema:3DModel"
|
|
40
84
|
},
|
|
@@ -242,6 +286,9 @@
|
|
|
242
286
|
"AudiobookFormat": {
|
|
243
287
|
"@id": "schema:AudiobookFormat"
|
|
244
288
|
},
|
|
289
|
+
"AuthenticateAction": {
|
|
290
|
+
"@id": "schema:AuthenticateAction"
|
|
291
|
+
},
|
|
245
292
|
"AuthoritativeLegalValue": {
|
|
246
293
|
"@id": "schema:AuthoritativeLegalValue"
|
|
247
294
|
},
|
|
@@ -734,6 +781,9 @@
|
|
|
734
781
|
"ComputerStore": {
|
|
735
782
|
"@id": "schema:ComputerStore"
|
|
736
783
|
},
|
|
784
|
+
"ConferenceEvent": {
|
|
785
|
+
"@id": "schema:ConferenceEvent"
|
|
786
|
+
},
|
|
737
787
|
"ConfirmAction": {
|
|
738
788
|
"@id": "schema:ConfirmAction"
|
|
739
789
|
},
|
|
@@ -773,6 +823,9 @@
|
|
|
773
823
|
"CookAction": {
|
|
774
824
|
"@id": "schema:CookAction"
|
|
775
825
|
},
|
|
826
|
+
"Cooperative": {
|
|
827
|
+
"@id": "schema:Cooperative"
|
|
828
|
+
},
|
|
776
829
|
"Corporation": {
|
|
777
830
|
"@id": "schema:Corporation"
|
|
778
831
|
},
|
|
@@ -1229,6 +1282,9 @@
|
|
|
1229
1282
|
"Episode": {
|
|
1230
1283
|
"@id": "schema:Episode"
|
|
1231
1284
|
},
|
|
1285
|
+
"Error": {
|
|
1286
|
+
"@id": "schema:Error"
|
|
1287
|
+
},
|
|
1232
1288
|
"Event": {
|
|
1233
1289
|
"@id": "schema:Event"
|
|
1234
1290
|
},
|
|
@@ -1787,6 +1843,9 @@
|
|
|
1787
1843
|
"Installment": {
|
|
1788
1844
|
"@id": "schema:Installment"
|
|
1789
1845
|
},
|
|
1846
|
+
"InstantaneousEvent": {
|
|
1847
|
+
"@id": "schema:InstantaneousEvent"
|
|
1848
|
+
},
|
|
1790
1849
|
"InsuranceAgency": {
|
|
1791
1850
|
"@id": "schema:InsuranceAgency"
|
|
1792
1851
|
},
|
|
@@ -1982,6 +2041,9 @@
|
|
|
1982
2041
|
"LodgingReservation": {
|
|
1983
2042
|
"@id": "schema:LodgingReservation"
|
|
1984
2043
|
},
|
|
2044
|
+
"LoginAction": {
|
|
2045
|
+
"@id": "schema:LoginAction"
|
|
2046
|
+
},
|
|
1985
2047
|
"Longitudinal": {
|
|
1986
2048
|
"@id": "schema:Longitudinal"
|
|
1987
2049
|
},
|
|
@@ -2672,6 +2734,9 @@
|
|
|
2672
2734
|
"OnlineFull": {
|
|
2673
2735
|
"@id": "schema:OnlineFull"
|
|
2674
2736
|
},
|
|
2737
|
+
"OnlineMarketplace": {
|
|
2738
|
+
"@id": "schema:OnlineMarketplace"
|
|
2739
|
+
},
|
|
2675
2740
|
"OnlineOnly": {
|
|
2676
2741
|
"@id": "schema:OnlineOnly"
|
|
2677
2742
|
},
|
|
@@ -2684,6 +2749,9 @@
|
|
|
2684
2749
|
"OpeningHoursSpecification": {
|
|
2685
2750
|
"@id": "schema:OpeningHoursSpecification"
|
|
2686
2751
|
},
|
|
2752
|
+
"OperatingSystem": {
|
|
2753
|
+
"@id": "schema:OperatingSystem"
|
|
2754
|
+
},
|
|
2687
2755
|
"OpinionNewsArticle": {
|
|
2688
2756
|
"@id": "schema:OpinionNewsArticle"
|
|
2689
2757
|
},
|
|
@@ -2777,6 +2845,9 @@
|
|
|
2777
2845
|
"PalliativeProcedure": {
|
|
2778
2846
|
"@id": "schema:PalliativeProcedure"
|
|
2779
2847
|
},
|
|
2848
|
+
"Pamphlet": {
|
|
2849
|
+
"@id": "schema:Pamphlet"
|
|
2850
|
+
},
|
|
2780
2851
|
"Paperback": {
|
|
2781
2852
|
"@id": "schema:Paperback"
|
|
2782
2853
|
},
|
|
@@ -2870,6 +2941,9 @@
|
|
|
2870
2941
|
"PerformanceRole": {
|
|
2871
2942
|
"@id": "schema:PerformanceRole"
|
|
2872
2943
|
},
|
|
2944
|
+
"PerformingArtsEvent": {
|
|
2945
|
+
"@id": "schema:PerformingArtsEvent"
|
|
2946
|
+
},
|
|
2873
2947
|
"PerformingArtsTheater": {
|
|
2874
2948
|
"@id": "schema:PerformingArtsTheater"
|
|
2875
2949
|
},
|
|
@@ -3347,6 +3421,9 @@
|
|
|
3347
3421
|
"Reservoir": {
|
|
3348
3422
|
"@id": "schema:Reservoir"
|
|
3349
3423
|
},
|
|
3424
|
+
"ResetPasswordAction": {
|
|
3425
|
+
"@id": "schema:ResetPasswordAction"
|
|
3426
|
+
},
|
|
3350
3427
|
"Residence": {
|
|
3351
3428
|
"@id": "schema:Residence"
|
|
3352
3429
|
},
|
|
@@ -3458,6 +3535,9 @@
|
|
|
3458
3535
|
"RsvpResponseYes": {
|
|
3459
3536
|
"@id": "schema:RsvpResponseYes"
|
|
3460
3537
|
},
|
|
3538
|
+
"RuntimePlatform": {
|
|
3539
|
+
"@id": "schema:RuntimePlatform"
|
|
3540
|
+
},
|
|
3461
3541
|
"SRP": {
|
|
3462
3542
|
"@id": "schema:SRP"
|
|
3463
3543
|
},
|
|
@@ -3545,6 +3625,9 @@
|
|
|
3545
3625
|
"SendAction": {
|
|
3546
3626
|
"@id": "schema:SendAction"
|
|
3547
3627
|
},
|
|
3628
|
+
"SequentialArt": {
|
|
3629
|
+
"@id": "schema:SequentialArt"
|
|
3630
|
+
},
|
|
3548
3631
|
"Series": {
|
|
3549
3632
|
"@id": "schema:Series"
|
|
3550
3633
|
},
|
|
@@ -5063,6 +5146,9 @@
|
|
|
5063
5146
|
"category": {
|
|
5064
5147
|
"@id": "schema:category"
|
|
5065
5148
|
},
|
|
5149
|
+
"cause": {
|
|
5150
|
+
"@id": "schema:cause"
|
|
5151
|
+
},
|
|
5066
5152
|
"causeOf": {
|
|
5067
5153
|
"@id": "schema:causeOf"
|
|
5068
5154
|
},
|
|
@@ -5199,6 +5285,9 @@
|
|
|
5199
5285
|
"@id": "schema:commentTime",
|
|
5200
5286
|
"@type": "Date"
|
|
5201
5287
|
},
|
|
5288
|
+
"companyRegistration": {
|
|
5289
|
+
"@id": "schema:companyRegistration"
|
|
5290
|
+
},
|
|
5202
5291
|
"competencyRequired": {
|
|
5203
5292
|
"@id": "schema:competencyRequired"
|
|
5204
5293
|
},
|
|
@@ -5439,6 +5528,9 @@
|
|
|
5439
5528
|
"cvdNumVentUse": {
|
|
5440
5529
|
"@id": "schema:cvdNumVentUse"
|
|
5441
5530
|
},
|
|
5531
|
+
"data": {
|
|
5532
|
+
"@id": "schema:data"
|
|
5533
|
+
},
|
|
5442
5534
|
"dataFeedElement": {
|
|
5443
5535
|
"@id": "schema:dataFeedElement"
|
|
5444
5536
|
},
|
|
@@ -5610,6 +5702,9 @@
|
|
|
5610
5702
|
"@id": "schema:diseaseSpreadStatistics",
|
|
5611
5703
|
"@type": "@id"
|
|
5612
5704
|
},
|
|
5705
|
+
"displayLocation": {
|
|
5706
|
+
"@id": "schema:displayLocation"
|
|
5707
|
+
},
|
|
5613
5708
|
"dissolutionDate": {
|
|
5614
5709
|
"@id": "schema:dissolutionDate",
|
|
5615
5710
|
"@type": "Date"
|
|
@@ -5864,6 +5959,9 @@
|
|
|
5864
5959
|
"error": {
|
|
5865
5960
|
"@id": "schema:error"
|
|
5866
5961
|
},
|
|
5962
|
+
"errorCode": {
|
|
5963
|
+
"@id": "schema:errorCode"
|
|
5964
|
+
},
|
|
5867
5965
|
"estimatedCost": {
|
|
5868
5966
|
"@id": "schema:estimatedCost"
|
|
5869
5967
|
},
|
|
@@ -5959,6 +6057,9 @@
|
|
|
5959
6057
|
"expressedIn": {
|
|
5960
6058
|
"@id": "schema:expressedIn"
|
|
5961
6059
|
},
|
|
6060
|
+
"extendedAddress": {
|
|
6061
|
+
"@id": "schema:extendedAddress"
|
|
6062
|
+
},
|
|
5962
6063
|
"familyName": {
|
|
5963
6064
|
"@id": "schema:familyName"
|
|
5964
6065
|
},
|
|
@@ -6293,6 +6394,9 @@
|
|
|
6293
6394
|
"hasPart": {
|
|
6294
6395
|
"@id": "schema:hasPart"
|
|
6295
6396
|
},
|
|
6397
|
+
"hasParticipationOffer": {
|
|
6398
|
+
"@id": "schema:hasParticipationOffer"
|
|
6399
|
+
},
|
|
6296
6400
|
"hasProductReturnPolicy": {
|
|
6297
6401
|
"@id": "schema:hasProductReturnPolicy"
|
|
6298
6402
|
},
|
|
@@ -6302,6 +6406,12 @@
|
|
|
6302
6406
|
"hasShippingService": {
|
|
6303
6407
|
"@id": "schema:hasShippingService"
|
|
6304
6408
|
},
|
|
6409
|
+
"hasSponsorshipOffer": {
|
|
6410
|
+
"@id": "schema:hasSponsorshipOffer"
|
|
6411
|
+
},
|
|
6412
|
+
"hasStore": {
|
|
6413
|
+
"@id": "schema:hasStore"
|
|
6414
|
+
},
|
|
6305
6415
|
"hasTierBenefit": {
|
|
6306
6416
|
"@id": "schema:hasTierBenefit"
|
|
6307
6417
|
},
|
|
@@ -6639,6 +6749,9 @@
|
|
|
6639
6749
|
"isSimilarTo": {
|
|
6640
6750
|
"@id": "schema:isSimilarTo"
|
|
6641
6751
|
},
|
|
6752
|
+
"isStoreOn": {
|
|
6753
|
+
"@id": "schema:isStoreOn"
|
|
6754
|
+
},
|
|
6642
6755
|
"isTierOf": {
|
|
6643
6756
|
"@id": "schema:isTierOf"
|
|
6644
6757
|
},
|
|
@@ -6777,9 +6890,15 @@
|
|
|
6777
6890
|
"leaseLength": {
|
|
6778
6891
|
"@id": "schema:leaseLength"
|
|
6779
6892
|
},
|
|
6893
|
+
"legalAddress": {
|
|
6894
|
+
"@id": "schema:legalAddress"
|
|
6895
|
+
},
|
|
6780
6896
|
"legalName": {
|
|
6781
6897
|
"@id": "schema:legalName"
|
|
6782
6898
|
},
|
|
6899
|
+
"legalRepresentative": {
|
|
6900
|
+
"@id": "schema:legalRepresentative"
|
|
6901
|
+
},
|
|
6783
6902
|
"legalStatus": {
|
|
6784
6903
|
"@id": "schema:legalStatus"
|
|
6785
6904
|
},
|
|
@@ -6865,6 +6984,9 @@
|
|
|
6865
6984
|
"@id": "schema:license",
|
|
6866
6985
|
"@type": "@id"
|
|
6867
6986
|
},
|
|
6987
|
+
"lifeEvent": {
|
|
6988
|
+
"@id": "schema:lifeEvent"
|
|
6989
|
+
},
|
|
6868
6990
|
"line": {
|
|
6869
6991
|
"@id": "schema:line"
|
|
6870
6992
|
},
|
|
@@ -7288,7 +7410,8 @@
|
|
|
7288
7410
|
"@id": "schema:observationAbout"
|
|
7289
7411
|
},
|
|
7290
7412
|
"observationDate": {
|
|
7291
|
-
"@id": "schema:observationDate"
|
|
7413
|
+
"@id": "schema:observationDate",
|
|
7414
|
+
"@type": "Date"
|
|
7292
7415
|
},
|
|
7293
7416
|
"observationPeriod": {
|
|
7294
7417
|
"@id": "schema:observationPeriod"
|
|
@@ -7391,6 +7514,9 @@
|
|
|
7391
7514
|
"ownedThrough": {
|
|
7392
7515
|
"@id": "schema:ownedThrough"
|
|
7393
7516
|
},
|
|
7517
|
+
"owner": {
|
|
7518
|
+
"@id": "schema:owner"
|
|
7519
|
+
},
|
|
7394
7520
|
"ownershipFundingInfo": {
|
|
7395
7521
|
"@id": "schema:ownershipFundingInfo"
|
|
7396
7522
|
},
|
|
@@ -7755,6 +7881,9 @@
|
|
|
7755
7881
|
"programmingModel": {
|
|
7756
7882
|
"@id": "schema:programmingModel"
|
|
7757
7883
|
},
|
|
7884
|
+
"pronouns": {
|
|
7885
|
+
"@id": "schema:pronouns"
|
|
7886
|
+
},
|
|
7758
7887
|
"propertyID": {
|
|
7759
7888
|
"@id": "schema:propertyID"
|
|
7760
7889
|
},
|
|
@@ -7906,6 +8035,9 @@
|
|
|
7906
8035
|
"recourseLoan": {
|
|
7907
8036
|
"@id": "schema:recourseLoan"
|
|
7908
8037
|
},
|
|
8038
|
+
"referee": {
|
|
8039
|
+
"@id": "schema:referee"
|
|
8040
|
+
},
|
|
7909
8041
|
"referenceQuantity": {
|
|
7910
8042
|
"@id": "schema:referenceQuantity"
|
|
7911
8043
|
},
|
|
@@ -8356,6 +8488,9 @@
|
|
|
8356
8488
|
"softwareVersion": {
|
|
8357
8489
|
"@id": "schema:softwareVersion"
|
|
8358
8490
|
},
|
|
8491
|
+
"source": {
|
|
8492
|
+
"@id": "schema:source"
|
|
8493
|
+
},
|
|
8359
8494
|
"sourceOrganization": {
|
|
8360
8495
|
"@id": "schema:sourceOrganization"
|
|
8361
8496
|
},
|
|
@@ -8646,6 +8781,9 @@
|
|
|
8646
8781
|
"timeToComplete": {
|
|
8647
8782
|
"@id": "schema:timeToComplete"
|
|
8648
8783
|
},
|
|
8784
|
+
"timestamp": {
|
|
8785
|
+
"@id": "schema:timestamp"
|
|
8786
|
+
},
|
|
8649
8787
|
"tissueSample": {
|
|
8650
8788
|
"@id": "schema:tissueSample"
|
|
8651
8789
|
},
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@context": {
|
|
3
|
+
"id": "@id",
|
|
4
|
+
"type": "@type",
|
|
5
|
+
"@protected": true,
|
|
6
|
+
"proof": {
|
|
7
|
+
"@id": "https://w3id.org/security#proof",
|
|
8
|
+
"@type": "@id",
|
|
9
|
+
"@container": "@graph"
|
|
10
|
+
},
|
|
11
|
+
"DataIntegrityProof": {
|
|
12
|
+
"@id": "https://w3id.org/security#DataIntegrityProof",
|
|
13
|
+
"@context": {
|
|
14
|
+
"@protected": true,
|
|
15
|
+
"id": "@id",
|
|
16
|
+
"type": "@type",
|
|
17
|
+
"challenge": "https://w3id.org/security#challenge",
|
|
18
|
+
"created": {
|
|
19
|
+
"@id": "http://purl.org/dc/terms/created",
|
|
20
|
+
"@type": "http://www.w3.org/2001/XMLSchema#dateTime"
|
|
21
|
+
},
|
|
22
|
+
"domain": "https://w3id.org/security#domain",
|
|
23
|
+
"expires": {
|
|
24
|
+
"@id": "https://w3id.org/security#expiration",
|
|
25
|
+
"@type": "http://www.w3.org/2001/XMLSchema#dateTime"
|
|
26
|
+
},
|
|
27
|
+
"nonce": "https://w3id.org/security#nonce",
|
|
28
|
+
"previousProof": {
|
|
29
|
+
"@id": "https://w3id.org/security#previousProof",
|
|
30
|
+
"@type": "@id"
|
|
31
|
+
},
|
|
32
|
+
"proofPurpose": {
|
|
33
|
+
"@id": "https://w3id.org/security#proofPurpose",
|
|
34
|
+
"@type": "@vocab",
|
|
35
|
+
"@context": {
|
|
36
|
+
"@protected": true,
|
|
37
|
+
"id": "@id",
|
|
38
|
+
"type": "@type",
|
|
39
|
+
"assertionMethod": {
|
|
40
|
+
"@id": "https://w3id.org/security#assertionMethod",
|
|
41
|
+
"@type": "@id",
|
|
42
|
+
"@container": "@set"
|
|
43
|
+
},
|
|
44
|
+
"authentication": {
|
|
45
|
+
"@id": "https://w3id.org/security#authenticationMethod",
|
|
46
|
+
"@type": "@id",
|
|
47
|
+
"@container": "@set"
|
|
48
|
+
},
|
|
49
|
+
"capabilityInvocation": {
|
|
50
|
+
"@id": "https://w3id.org/security#capabilityInvocationMethod",
|
|
51
|
+
"@type": "@id",
|
|
52
|
+
"@container": "@set"
|
|
53
|
+
},
|
|
54
|
+
"capabilityDelegation": {
|
|
55
|
+
"@id": "https://w3id.org/security#capabilityDelegationMethod",
|
|
56
|
+
"@type": "@id",
|
|
57
|
+
"@container": "@set"
|
|
58
|
+
},
|
|
59
|
+
"keyAgreement": {
|
|
60
|
+
"@id": "https://w3id.org/security#keyAgreementMethod",
|
|
61
|
+
"@type": "@id",
|
|
62
|
+
"@container": "@set"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
"cryptosuite": {
|
|
67
|
+
"@id": "https://w3id.org/security#cryptosuite",
|
|
68
|
+
"@type": "https://w3id.org/security#cryptosuiteString"
|
|
69
|
+
},
|
|
70
|
+
"proofValue": {
|
|
71
|
+
"@id": "https://w3id.org/security#proofValue",
|
|
72
|
+
"@type": "https://w3id.org/security#multibase"
|
|
73
|
+
},
|
|
74
|
+
"verificationMethod": {
|
|
75
|
+
"@id": "https://w3id.org/security#verificationMethod",
|
|
76
|
+
"@type": "@id"
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
@@ -0,0 +1,231 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@context": {
|
|
3
|
+
"@version": 1.1,
|
|
4
|
+
"@protected": true,
|
|
5
|
+
"id": "@id",
|
|
6
|
+
"type": "@type",
|
|
7
|
+
"VerifiableCredential": {
|
|
8
|
+
"@id": "https://www.w3.org/2018/credentials#VerifiableCredential",
|
|
9
|
+
"@context": {
|
|
10
|
+
"@version": 1.1,
|
|
11
|
+
"@protected": true,
|
|
12
|
+
"id": "@id",
|
|
13
|
+
"type": "@type",
|
|
14
|
+
"cred": "https://www.w3.org/2018/credentials#",
|
|
15
|
+
"sec": "https://w3id.org/security#",
|
|
16
|
+
"xsd": "http://www.w3.org/2001/XMLSchema#",
|
|
17
|
+
"credentialSchema": {
|
|
18
|
+
"@id": "cred:credentialSchema",
|
|
19
|
+
"@type": "@id",
|
|
20
|
+
"@context": {
|
|
21
|
+
"@version": 1.1,
|
|
22
|
+
"@protected": true,
|
|
23
|
+
"id": "@id",
|
|
24
|
+
"type": "@type",
|
|
25
|
+
"cred": "https://www.w3.org/2018/credentials#",
|
|
26
|
+
"JsonSchemaValidator2018": "cred:JsonSchemaValidator2018"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"credentialStatus": { "@id": "cred:credentialStatus", "@type": "@id" },
|
|
30
|
+
"credentialSubject": { "@id": "cred:credentialSubject", "@type": "@id" },
|
|
31
|
+
"evidence": { "@id": "cred:evidence", "@type": "@id" },
|
|
32
|
+
"expirationDate": { "@id": "cred:expirationDate", "@type": "xsd:dateTime" },
|
|
33
|
+
"holder": { "@id": "cred:holder", "@type": "@id" },
|
|
34
|
+
"issued": { "@id": "cred:issued", "@type": "xsd:dateTime" },
|
|
35
|
+
"issuer": { "@id": "cred:issuer", "@type": "@id" },
|
|
36
|
+
"issuanceDate": { "@id": "cred:issuanceDate", "@type": "xsd:dateTime" },
|
|
37
|
+
"proof": { "@id": "sec:proof", "@type": "@id", "@container": "@graph" },
|
|
38
|
+
"refreshService": {
|
|
39
|
+
"@id": "cred:refreshService",
|
|
40
|
+
"@type": "@id",
|
|
41
|
+
"@context": {
|
|
42
|
+
"@version": 1.1,
|
|
43
|
+
"@protected": true,
|
|
44
|
+
"id": "@id",
|
|
45
|
+
"type": "@type",
|
|
46
|
+
"cred": "https://www.w3.org/2018/credentials#",
|
|
47
|
+
"ManualRefreshService2018": "cred:ManualRefreshService2018"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"termsOfUse": { "@id": "cred:termsOfUse", "@type": "@id" },
|
|
51
|
+
"validFrom": { "@id": "cred:validFrom", "@type": "xsd:dateTime" },
|
|
52
|
+
"validUntil": { "@id": "cred:validUntil", "@type": "xsd:dateTime" }
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"VerifiablePresentation": {
|
|
56
|
+
"@id": "https://www.w3.org/2018/credentials#VerifiablePresentation",
|
|
57
|
+
"@context": {
|
|
58
|
+
"@version": 1.1,
|
|
59
|
+
"@protected": true,
|
|
60
|
+
"id": "@id",
|
|
61
|
+
"type": "@type",
|
|
62
|
+
"cred": "https://www.w3.org/2018/credentials#",
|
|
63
|
+
"sec": "https://w3id.org/security#",
|
|
64
|
+
"holder": { "@id": "cred:holder", "@type": "@id" },
|
|
65
|
+
"proof": { "@id": "sec:proof", "@type": "@id", "@container": "@graph" },
|
|
66
|
+
"verifiableCredential": {
|
|
67
|
+
"@id": "cred:verifiableCredential",
|
|
68
|
+
"@type": "@id",
|
|
69
|
+
"@container": "@graph"
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
"EcdsaSecp256k1Signature2019": {
|
|
74
|
+
"@id": "https://w3id.org/security#EcdsaSecp256k1Signature2019",
|
|
75
|
+
"@context": {
|
|
76
|
+
"@version": 1.1,
|
|
77
|
+
"@protected": true,
|
|
78
|
+
"id": "@id",
|
|
79
|
+
"type": "@type",
|
|
80
|
+
"sec": "https://w3id.org/security#",
|
|
81
|
+
"xsd": "http://www.w3.org/2001/XMLSchema#",
|
|
82
|
+
"challenge": "sec:challenge",
|
|
83
|
+
"created": { "@id": "http://purl.org/dc/terms/created", "@type": "xsd:dateTime" },
|
|
84
|
+
"domain": "sec:domain",
|
|
85
|
+
"expires": { "@id": "sec:expiration", "@type": "xsd:dateTime" },
|
|
86
|
+
"jws": "sec:jws",
|
|
87
|
+
"nonce": "sec:nonce",
|
|
88
|
+
"proofPurpose": {
|
|
89
|
+
"@id": "sec:proofPurpose",
|
|
90
|
+
"@type": "@vocab",
|
|
91
|
+
"@context": {
|
|
92
|
+
"@version": 1.1,
|
|
93
|
+
"@protected": true,
|
|
94
|
+
"id": "@id",
|
|
95
|
+
"type": "@type",
|
|
96
|
+
"sec": "https://w3id.org/security#",
|
|
97
|
+
"assertionMethod": {
|
|
98
|
+
"@id": "sec:assertionMethod",
|
|
99
|
+
"@type": "@id",
|
|
100
|
+
"@container": "@set"
|
|
101
|
+
},
|
|
102
|
+
"authentication": {
|
|
103
|
+
"@id": "sec:authenticationMethod",
|
|
104
|
+
"@type": "@id",
|
|
105
|
+
"@container": "@set"
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
"proofValue": "sec:proofValue",
|
|
110
|
+
"verificationMethod": { "@id": "sec:verificationMethod", "@type": "@id" }
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"EcdsaSecp256r1Signature2019": {
|
|
114
|
+
"@id": "https://w3id.org/security#EcdsaSecp256r1Signature2019",
|
|
115
|
+
"@context": {
|
|
116
|
+
"@version": 1.1,
|
|
117
|
+
"@protected": true,
|
|
118
|
+
"id": "@id",
|
|
119
|
+
"type": "@type",
|
|
120
|
+
"sec": "https://w3id.org/security#",
|
|
121
|
+
"xsd": "http://www.w3.org/2001/XMLSchema#",
|
|
122
|
+
"challenge": "sec:challenge",
|
|
123
|
+
"created": { "@id": "http://purl.org/dc/terms/created", "@type": "xsd:dateTime" },
|
|
124
|
+
"domain": "sec:domain",
|
|
125
|
+
"expires": { "@id": "sec:expiration", "@type": "xsd:dateTime" },
|
|
126
|
+
"jws": "sec:jws",
|
|
127
|
+
"nonce": "sec:nonce",
|
|
128
|
+
"proofPurpose": {
|
|
129
|
+
"@id": "sec:proofPurpose",
|
|
130
|
+
"@type": "@vocab",
|
|
131
|
+
"@context": {
|
|
132
|
+
"@version": 1.1,
|
|
133
|
+
"@protected": true,
|
|
134
|
+
"id": "@id",
|
|
135
|
+
"type": "@type",
|
|
136
|
+
"sec": "https://w3id.org/security#",
|
|
137
|
+
"assertionMethod": {
|
|
138
|
+
"@id": "sec:assertionMethod",
|
|
139
|
+
"@type": "@id",
|
|
140
|
+
"@container": "@set"
|
|
141
|
+
},
|
|
142
|
+
"authentication": {
|
|
143
|
+
"@id": "sec:authenticationMethod",
|
|
144
|
+
"@type": "@id",
|
|
145
|
+
"@container": "@set"
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
"proofValue": "sec:proofValue",
|
|
150
|
+
"verificationMethod": { "@id": "sec:verificationMethod", "@type": "@id" }
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
"Ed25519Signature2018": {
|
|
154
|
+
"@id": "https://w3id.org/security#Ed25519Signature2018",
|
|
155
|
+
"@context": {
|
|
156
|
+
"@version": 1.1,
|
|
157
|
+
"@protected": true,
|
|
158
|
+
"id": "@id",
|
|
159
|
+
"type": "@type",
|
|
160
|
+
"sec": "https://w3id.org/security#",
|
|
161
|
+
"xsd": "http://www.w3.org/2001/XMLSchema#",
|
|
162
|
+
"challenge": "sec:challenge",
|
|
163
|
+
"created": { "@id": "http://purl.org/dc/terms/created", "@type": "xsd:dateTime" },
|
|
164
|
+
"domain": "sec:domain",
|
|
165
|
+
"expires": { "@id": "sec:expiration", "@type": "xsd:dateTime" },
|
|
166
|
+
"jws": "sec:jws",
|
|
167
|
+
"nonce": "sec:nonce",
|
|
168
|
+
"proofPurpose": {
|
|
169
|
+
"@id": "sec:proofPurpose",
|
|
170
|
+
"@type": "@vocab",
|
|
171
|
+
"@context": {
|
|
172
|
+
"@version": 1.1,
|
|
173
|
+
"@protected": true,
|
|
174
|
+
"id": "@id",
|
|
175
|
+
"type": "@type",
|
|
176
|
+
"sec": "https://w3id.org/security#",
|
|
177
|
+
"assertionMethod": {
|
|
178
|
+
"@id": "sec:assertionMethod",
|
|
179
|
+
"@type": "@id",
|
|
180
|
+
"@container": "@set"
|
|
181
|
+
},
|
|
182
|
+
"authentication": {
|
|
183
|
+
"@id": "sec:authenticationMethod",
|
|
184
|
+
"@type": "@id",
|
|
185
|
+
"@container": "@set"
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
"proofValue": "sec:proofValue",
|
|
190
|
+
"verificationMethod": { "@id": "sec:verificationMethod", "@type": "@id" }
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
"RsaSignature2018": {
|
|
194
|
+
"@id": "https://w3id.org/security#RsaSignature2018",
|
|
195
|
+
"@context": {
|
|
196
|
+
"@version": 1.1,
|
|
197
|
+
"@protected": true,
|
|
198
|
+
"challenge": "sec:challenge",
|
|
199
|
+
"created": { "@id": "http://purl.org/dc/terms/created", "@type": "xsd:dateTime" },
|
|
200
|
+
"domain": "sec:domain",
|
|
201
|
+
"expires": { "@id": "sec:expiration", "@type": "xsd:dateTime" },
|
|
202
|
+
"jws": "sec:jws",
|
|
203
|
+
"nonce": "sec:nonce",
|
|
204
|
+
"proofPurpose": {
|
|
205
|
+
"@id": "sec:proofPurpose",
|
|
206
|
+
"@type": "@vocab",
|
|
207
|
+
"@context": {
|
|
208
|
+
"@version": 1.1,
|
|
209
|
+
"@protected": true,
|
|
210
|
+
"id": "@id",
|
|
211
|
+
"type": "@type",
|
|
212
|
+
"sec": "https://w3id.org/security#",
|
|
213
|
+
"assertionMethod": {
|
|
214
|
+
"@id": "sec:assertionMethod",
|
|
215
|
+
"@type": "@id",
|
|
216
|
+
"@container": "@set"
|
|
217
|
+
},
|
|
218
|
+
"authentication": {
|
|
219
|
+
"@id": "sec:authenticationMethod",
|
|
220
|
+
"@type": "@id",
|
|
221
|
+
"@container": "@set"
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
"proofValue": "sec:proofValue",
|
|
226
|
+
"verificationMethod": { "@id": "sec:verificationMethod", "@type": "@id" }
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
"proof": { "@id": "https://w3id.org/security#proof", "@type": "@id", "@container": "@graph" }
|
|
230
|
+
}
|
|
231
|
+
}
|