json-ld-preloaded 3.3.0 → 3.3.2

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.
@@ -0,0 +1,34 @@
1
+ # -*- encoding: utf-8 -*-
2
+ # frozen_string_literal: true
3
+ # This file generated automatically from https://w3id.org/webkms/v1
4
+ require 'json/ld'
5
+ class JSON::LD::Context
6
+ add_preloaded("https://w3id.org/webkms/v1") do
7
+ new(processingMode: "json-ld-1.1", term_definitions: {
8
+ "DeleteKeyOperation" => TermDefinition.new("DeleteKeyOperation", id: "https://w3id.org/security#DeleteKeyOperation", simple: true, protected: true),
9
+ "DeriveSecretOperation" => TermDefinition.new("DeriveSecretOperation", id: "https://w3id.org/security#DeriveSecretOperation", simple: true, protected: true),
10
+ "ExportKeyOperation" => TermDefinition.new("ExportKeyOperation", id: "https://w3id.org/security#ExportKeyOperation", simple: true, protected: true),
11
+ "GenerateKeyOperation" => TermDefinition.new("GenerateKeyOperation", id: "https://w3id.org/security#GenerateKeyOperation", simple: true, protected: true),
12
+ "KmsOperation" => TermDefinition.new("KmsOperation", id: "https://w3id.org/security#KmsOperation", simple: true, protected: true),
13
+ "RevokeKeyOperation" => TermDefinition.new("RevokeKeyOperation", id: "https://w3id.org/security#RevokeKeyOperation", simple: true, protected: true),
14
+ "SignOperation" => TermDefinition.new("SignOperation", id: "https://w3id.org/security#SignOperation", simple: true, protected: true),
15
+ "UnwrapKeyOperation" => TermDefinition.new("UnwrapKeyOperation", id: "https://w3id.org/security#UnwrapKeyOperation", simple: true, protected: true),
16
+ "UpdateKeyOperation" => TermDefinition.new("UpdateKeyOperation", id: "https://w3id.org/security#UpdateKeyOperation", simple: true, protected: true),
17
+ "VerifyOperation" => TermDefinition.new("VerifyOperation", id: "https://w3id.org/security#VerifyOperation", simple: true, protected: true),
18
+ "WrapKeyOperation" => TermDefinition.new("WrapKeyOperation", id: "https://w3id.org/security#WrapKeyOperation", simple: true, protected: true),
19
+ "id" => TermDefinition.new("id", id: "@id", simple: true, protected: true),
20
+ "invocationTarget" => TermDefinition.new("invocationTarget", id: "https://w3id.org/security#invocationTarget", type_mapping: "@id", protected: true),
21
+ "kmsModule" => TermDefinition.new("kmsModule", id: "https://w3id.org/security#kmsModule", simple: true, protected: true),
22
+ "maxCapabilityChainLength" => TermDefinition.new("maxCapabilityChainLength", id: "https://w3id.org/security#maxCapabilityChainLength", type_mapping: "http://www.w3.org/2001/XMLSchema#integer", protected: true),
23
+ "publicAlias" => TermDefinition.new("publicAlias", id: "https://w3id.org/security#publicAlias", type_mapping: "@id", protected: true),
24
+ "publicAliasTemplate" => TermDefinition.new("publicAliasTemplate", id: "https://w3id.org/security#publicAliasTemplate", simple: true, protected: true),
25
+ "publicKey" => TermDefinition.new("publicKey", id: "https://w3id.org/security#publicKey", type_mapping: "@id", protected: true),
26
+ "revoked" => TermDefinition.new("revoked", id: "https://w3id.org/security#revoked", type_mapping: "http://www.w3.org/2001/XMLSchema#dateTime", protected: true),
27
+ "signatureValue" => TermDefinition.new("signatureValue", id: "https://w3id.org/security#signatureValue", simple: true, protected: true),
28
+ "type" => TermDefinition.new("type", id: "@type", simple: true, protected: true),
29
+ "unwrappedKey" => TermDefinition.new("unwrappedKey", id: "https://w3id.org/security#unwrappedKey", simple: true, protected: true),
30
+ "verifyData" => TermDefinition.new("verifyData", id: "https://w3id.org/security#verifyData", simple: true, protected: true),
31
+ "wrappedKey" => TermDefinition.new("wrappedKey", id: "https://w3id.org/security#wrappedKey", simple: true, protected: true)
32
+ })
33
+ end
34
+ end
@@ -0,0 +1,13 @@
1
+ # -*- encoding: utf-8 -*-
2
+ # frozen_string_literal: true
3
+ # This file generated automatically from https://w3id.org/security/suites/x25519-2020/v1
4
+ require 'json/ld'
5
+ class JSON::LD::Context
6
+ add_preloaded("https://w3id.org/security/suites/x25519-2020/v1") do
7
+ new(processingMode: "json-ld-1.1", term_definitions: {
8
+ "X25519KeyAgreementKey2020" => TermDefinition.new("X25519KeyAgreementKey2020", id: "https://w3id.org/security#X25519KeyAgreementKey2020", context: {"@protected" => true, "id" => "@id", "type" => "@type", "controller" => {"@id" => "https://w3id.org/security#controller", "@type" => "@id"}, "revoked" => {"@id" => "https://w3id.org/security#revoked", "@type" => "http://www.w3.org/2001/XMLSchema#dateTime"}, "publicKeyMultibase" => {"@id" => "https://w3id.org/security#publicKeyMultibase", "@type" => "https://w3id.org/security#multibase"}}, protected: true),
9
+ "id" => TermDefinition.new("id", id: "@id", simple: true, protected: true),
10
+ "type" => TermDefinition.new("type", id: "@type", simple: true, protected: true)
11
+ })
12
+ end
13
+ end
@@ -0,0 +1,28 @@
1
+ # -*- encoding: utf-8 -*-
2
+ # frozen_string_literal: true
3
+ # This file generated automatically from https://w3id.org/zcap/v1
4
+ require 'json/ld'
5
+ class JSON::LD::Context
6
+ add_preloaded("https://w3id.org/zcap/v1") do
7
+ new(processingMode: "json-ld-1.1", term_definitions: {
8
+ "allowedAction" => TermDefinition.new("allowedAction", id: "https://w3id.org/security#allowedAction", simple: true, protected: true),
9
+ "capability" => TermDefinition.new("capability", id: "https://w3id.org/security#capability", type_mapping: "@id", protected: true),
10
+ "capabilityAction" => TermDefinition.new("capabilityAction", id: "https://w3id.org/security#capabilityAction", simple: true, protected: true),
11
+ "capabilityChain" => TermDefinition.new("capabilityChain", id: "https://w3id.org/security#capabilityChain", type_mapping: "@id", container_mapping: "@list", protected: true),
12
+ "capabilityDelegation" => TermDefinition.new("capabilityDelegation", id: "https://w3id.org/security#capabilityDelegationMethod", type_mapping: "@id", container_mapping: "@set", protected: true),
13
+ "capabilityInvocation" => TermDefinition.new("capabilityInvocation", id: "https://w3id.org/security#capabilityInvocationMethod", type_mapping: "@id", container_mapping: "@set", protected: true),
14
+ "caveat" => TermDefinition.new("caveat", id: "https://w3id.org/security#caveat", type_mapping: "@id", container_mapping: "@set", protected: true),
15
+ "controller" => TermDefinition.new("controller", id: "https://w3id.org/security#controller", type_mapping: "@id", protected: true),
16
+ "delegator" => TermDefinition.new("delegator", id: "https://w3id.org/security#delegator", type_mapping: "@id", protected: true),
17
+ "expires" => TermDefinition.new("expires", id: "https://w3id.org/security#expiration", type_mapping: "http://www.w3.org/2001/XMLSchema#dateTime", protected: true),
18
+ "id" => TermDefinition.new("id", id: "@id", simple: true, protected: true),
19
+ "invocationTarget" => TermDefinition.new("invocationTarget", id: "https://w3id.org/security#invocationTarget", type_mapping: "@id", protected: true),
20
+ "invoker" => TermDefinition.new("invoker", id: "https://w3id.org/security#invoker", type_mapping: "@id", protected: true),
21
+ "parentCapability" => TermDefinition.new("parentCapability", id: "https://w3id.org/security#parentCapability", type_mapping: "@id", protected: true),
22
+ "proof" => TermDefinition.new("proof", id: "https://w3id.org/security#proof", type_mapping: "@id", container_mapping: "@graph", protected: true),
23
+ "publicAlias" => TermDefinition.new("publicAlias", id: "https://w3id.org/security#publicAlias", type_mapping: "@id", protected: true),
24
+ "referenceId" => TermDefinition.new("referenceId", id: "https://w3id.org/security#referenceId", simple: true, protected: true),
25
+ "type" => TermDefinition.new("type", id: "@type", simple: true, protected: true)
26
+ })
27
+ end
28
+ end
@@ -6,8 +6,18 @@ end
6
6
 
7
7
  # Require individual context files here
8
8
  load "json/ld/preloaded/activitystreams.rb"
9
+ load "json/ld/preloaded/aesKeyWrapping.rb"
10
+ load "json/ld/preloaded/agever.rb"
11
+ load "json/ld/preloaded/btStatus.rb"
12
+ load "json/ld/preloaded/concealedId.rb"
9
13
  load "json/ld/preloaded/csvw.rb"
10
14
  load "json/ld/preloaded/datacube.rb"
15
+ load "json/ld/preloaded/dataIntegrityv1.rb"
16
+ load "json/ld/preloaded/dataIntegrityv2.rb"
17
+ load "json/ld/preloaded/dcc.rb"
18
+ load "json/ld/preloaded/did.rb"
19
+ load "json/ld/preloaded/ed25519sig2018.rb"
20
+ load "json/ld/preloaded/ed25519sig2020.rb"
11
21
  load "json/ld/preloaded/entityfacts.rb"
12
22
  load "json/ld/preloaded/foaf.rb"
13
23
  load "json/ld/preloaded/geojson.rb"
@@ -21,5 +31,13 @@ load "json/ld/preloaded/presentation.rb"
21
31
  load "json/ld/preloaded/rdfa.rb"
22
32
  load "json/ld/preloaded/research.rb"
23
33
  load "json/ld/preloaded/schema.rb"
34
+ load "json/ld/preloaded/sha256HmacKey.rb"
35
+ load "json/ld/preloaded/vaccination.rb"
24
36
  load "json/ld/preloaded/vc.rb"
37
+ load "json/ld/preloaded/vc2.rb"
25
38
  load "json/ld/preloaded/vcard.rb"
39
+ load "json/ld/preloaded/vcRevoc.rb"
40
+ load "json/ld/preloaded/ver1.rb"
41
+ load "json/ld/preloaded/webKMS.rb"
42
+ load "json/ld/preloaded/x25519KeyAgr.rb"
43
+ load "json/ld/preloaded/zcap.rb"
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: json-ld-preloaded
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.0
4
+ version: 3.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gregg Kellogg
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2023-09-01 00:00:00.000000000 Z
10
+ date: 2025-07-22 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: rdf
@@ -79,8 +78,18 @@ files:
79
78
  - VERSION
80
79
  - lib/json/ld/preloaded.rb
81
80
  - lib/json/ld/preloaded/activitystreams.rb
81
+ - lib/json/ld/preloaded/aesKeyWrapping.rb
82
+ - lib/json/ld/preloaded/agever.rb
83
+ - lib/json/ld/preloaded/btStatus.rb
84
+ - lib/json/ld/preloaded/concealedId.rb
82
85
  - lib/json/ld/preloaded/csvw.rb
86
+ - lib/json/ld/preloaded/dataIntegrityv1.rb
87
+ - lib/json/ld/preloaded/dataIntegrityv2.rb
83
88
  - lib/json/ld/preloaded/datacube.rb
89
+ - lib/json/ld/preloaded/dcc.rb
90
+ - lib/json/ld/preloaded/did.rb
91
+ - lib/json/ld/preloaded/ed25519sig2018.rb
92
+ - lib/json/ld/preloaded/ed25519sig2020.rb
84
93
  - lib/json/ld/preloaded/entityfacts.rb
85
94
  - lib/json/ld/preloaded/foaf.rb
86
95
  - lib/json/ld/preloaded/geojson.rb
@@ -95,9 +104,18 @@ files:
95
104
  - lib/json/ld/preloaded/rdfa.rb
96
105
  - lib/json/ld/preloaded/research.rb
97
106
  - lib/json/ld/preloaded/schema.rb
107
+ - lib/json/ld/preloaded/sha256HmacKey.rb
108
+ - lib/json/ld/preloaded/vaccination.rb
98
109
  - lib/json/ld/preloaded/vc.rb
110
+ - lib/json/ld/preloaded/vc2.rb
111
+ - lib/json/ld/preloaded/vcRevoc.rb
112
+ - lib/json/ld/preloaded/vcStatus.rb
99
113
  - lib/json/ld/preloaded/vcard.rb
114
+ - lib/json/ld/preloaded/ver1.rb
100
115
  - lib/json/ld/preloaded/version.rb
116
+ - lib/json/ld/preloaded/webKMS.rb
117
+ - lib/json/ld/preloaded/x25519KeyAgr.rb
118
+ - lib/json/ld/preloaded/zcap.rb
101
119
  - spec/preloaded_spec.rb
102
120
  - spec/spec_helper.rb
103
121
  homepage: https://github.com/ruby-rdf/json-ld-preloaded
@@ -109,7 +127,6 @@ metadata:
109
127
  homepage_uri: https://github.com/ruby-rdf/json-ld-preloaded
110
128
  mailing_list_uri: https://lists.w3.org/Archives/Public/public-rdf-ruby/
111
129
  source_code_uri: https://github.com/ruby-rdf/json-ld-preloaded
112
- post_install_message:
113
130
  rdoc_options: []
114
131
  require_paths:
115
132
  - lib
@@ -124,8 +141,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
124
141
  - !ruby/object:Gem::Version
125
142
  version: '0'
126
143
  requirements: []
127
- rubygems_version: 3.4.19
128
- signing_key:
144
+ rubygems_version: 3.6.7
129
145
  specification_version: 4
130
146
  summary: JSON-LD with preloaded contexts for RDF.rb.
131
147
  test_files: