@twin.org/standards-ld-contexts 0.0.3-next.6 → 0.0.3-next.61
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/odrl-dataspace-protocol.json +96 -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 +66 -27
- package/dist/es/ldContexts.js.map +1 -1
- package/docs/changelog.md +486 -77
- package/docs/examples.md +19 -1
- package/package.json +4 -4
- /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
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@context": {
|
|
3
|
+
"odrl": "http://www.w3.org/ns/odrl/2/",
|
|
4
|
+
"Policy": "odrl:Policy",
|
|
5
|
+
"Rule": "odrl:Rule",
|
|
6
|
+
"profile": {
|
|
7
|
+
"@type": "@id",
|
|
8
|
+
"@id": "odrl:profile"
|
|
9
|
+
},
|
|
10
|
+
"prohibit": "odrl:prohibit",
|
|
11
|
+
"Agreement": "odrl:Agreement",
|
|
12
|
+
"Assertion": "odrl:Assertion",
|
|
13
|
+
"Offer": "odrl:Offer",
|
|
14
|
+
"Set": "odrl:Set",
|
|
15
|
+
"Asset": "odrl:Asset",
|
|
16
|
+
"hasPolicy": {
|
|
17
|
+
"@type": "@id",
|
|
18
|
+
"@id": "odrl:hasPolicy"
|
|
19
|
+
},
|
|
20
|
+
"target": {
|
|
21
|
+
"@type": "@id",
|
|
22
|
+
"@id": "odrl:target"
|
|
23
|
+
},
|
|
24
|
+
"assignee": {
|
|
25
|
+
"@type": "@id",
|
|
26
|
+
"@id": "odrl:assignee"
|
|
27
|
+
},
|
|
28
|
+
"assigner": {
|
|
29
|
+
"@type": "@id",
|
|
30
|
+
"@id": "odrl:assigner"
|
|
31
|
+
},
|
|
32
|
+
"Action": "odrl:Action",
|
|
33
|
+
"action": {
|
|
34
|
+
"@type": "@vocab",
|
|
35
|
+
"@id": "odrl:action"
|
|
36
|
+
},
|
|
37
|
+
"Permission": "odrl:Permission",
|
|
38
|
+
"permission": {
|
|
39
|
+
"@type": "@id",
|
|
40
|
+
"@id": "odrl:permission",
|
|
41
|
+
"@container": "@set"
|
|
42
|
+
},
|
|
43
|
+
"Prohibition": "odrl:Prohibition",
|
|
44
|
+
"prohibition": {
|
|
45
|
+
"@type": "@id",
|
|
46
|
+
"@id": "odrl:prohibition",
|
|
47
|
+
"@container": "@set"
|
|
48
|
+
},
|
|
49
|
+
"obligation": {
|
|
50
|
+
"@type": "@id",
|
|
51
|
+
"@id": "odrl:obligation",
|
|
52
|
+
"@container": "@set"
|
|
53
|
+
},
|
|
54
|
+
"use": "odrl:use",
|
|
55
|
+
"Duty": "odrl:Duty",
|
|
56
|
+
"duty": {
|
|
57
|
+
"@type": "@id",
|
|
58
|
+
"@id": "odrl:duty",
|
|
59
|
+
"@container": "@set"
|
|
60
|
+
},
|
|
61
|
+
"Constraint": "odrl:Constraint",
|
|
62
|
+
"constraint": {
|
|
63
|
+
"@type": "@id",
|
|
64
|
+
"@id": "odrl:constraint",
|
|
65
|
+
"@container": "@set"
|
|
66
|
+
},
|
|
67
|
+
"Operator": "odrl:Operator",
|
|
68
|
+
"operator": {
|
|
69
|
+
"@type": "@vocab",
|
|
70
|
+
"@id": "odrl:operator"
|
|
71
|
+
},
|
|
72
|
+
"RightOperand": "odrl:RightOperand",
|
|
73
|
+
"rightOperand": "odrl:rightOperand",
|
|
74
|
+
"LeftOperand": "odrl:LeftOperand",
|
|
75
|
+
"leftOperand": {
|
|
76
|
+
"@type": "@vocab",
|
|
77
|
+
"@id": "odrl:leftOperand"
|
|
78
|
+
},
|
|
79
|
+
"eq": "odrl:eq",
|
|
80
|
+
"gt": "odrl:gt",
|
|
81
|
+
"gteq": "odrl:gteq",
|
|
82
|
+
"lt": "odrl:lt",
|
|
83
|
+
"lteq": "odrl:lteq",
|
|
84
|
+
"neq": "odrl:neq",
|
|
85
|
+
"isA": "odrl:isA",
|
|
86
|
+
"hasPart": "odrl:hasPart",
|
|
87
|
+
"isPartOf": "odrl:isPartOf",
|
|
88
|
+
"isAllOf": "odrl:isAllOf",
|
|
89
|
+
"isAnyOf": "odrl:isAnyOf",
|
|
90
|
+
"isNoneOf": "odrl:isNoneOf",
|
|
91
|
+
"or": "odrl:or",
|
|
92
|
+
"xone": "odrl:xone",
|
|
93
|
+
"and": "odrl:and",
|
|
94
|
+
"andSequence": "odrl:andSequence"
|
|
95
|
+
}
|
|
96
|
+
}
|
|
@@ -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
|
+
}
|