@bcts/known-values 1.0.0-alpha.17 → 1.0.0-alpha.18
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 +1 -1
- package/data/0_blockchain_commons_registry.json +720 -0
- package/data/100000_community_registry.json +33 -0
- package/data/10000_schema_registry.json +17171 -0
- package/data/1000_community_registry.json +19 -0
- package/data/2000_rdf_registry.json +168 -0
- package/data/2050_rdfs_registry.json +126 -0
- package/data/2100_owl2_registry.json +546 -0
- package/data/2200_dce_registry.json +126 -0
- package/data/2300_dct_registry.json +644 -0
- package/data/2500_foaf_registry.json +546 -0
- package/data/2700_skos_registry.json +245 -0
- package/data/2800_solid_registry.json +252 -0
- package/data/2900_vc_registry.json +217 -0
- package/data/3000_gs1_registry.json +4284 -0
- package/dist/index.cjs +25298 -109
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +50 -1
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +50 -1
- package/dist/index.d.mts.map +1 -1
- package/dist/index.iife.js +25298 -109
- package/dist/index.iife.js.map +1 -1
- package/dist/index.mjs +25296 -110
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -8
- package/src/bundled-registries.ts +99 -0
- package/src/index.ts +3 -0
- package/src/known-values-registry.ts +124 -110
- package/src/known-values-store.ts +10 -0
|
@@ -0,0 +1,245 @@
|
|
|
1
|
+
{
|
|
2
|
+
"ontology": {
|
|
3
|
+
"name": "skos",
|
|
4
|
+
"source_url": "http://www.w3.org/2004/02/skos/core#",
|
|
5
|
+
"start_code_point": 2700,
|
|
6
|
+
"processing_strategy": "StandardRDF"
|
|
7
|
+
},
|
|
8
|
+
"generated": {
|
|
9
|
+
"tool": "KnownValueAssigner",
|
|
10
|
+
"version": "1.0.0"
|
|
11
|
+
},
|
|
12
|
+
"entries": [
|
|
13
|
+
{
|
|
14
|
+
"codepoint": 2700,
|
|
15
|
+
"name": "skos:Collection",
|
|
16
|
+
"type": "class",
|
|
17
|
+
"uri": "http://www.w3.org/2004/02/skos/core#Collection",
|
|
18
|
+
"description": "A meaningful collection of concepts."
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"codepoint": 2701,
|
|
22
|
+
"name": "skos:Concept",
|
|
23
|
+
"type": "class",
|
|
24
|
+
"uri": "http://www.w3.org/2004/02/skos/core#Concept",
|
|
25
|
+
"description": "An idea or notion; a unit of thought."
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"codepoint": 2702,
|
|
29
|
+
"name": "skos:ConceptScheme",
|
|
30
|
+
"type": "class",
|
|
31
|
+
"uri": "http://www.w3.org/2004/02/skos/core#ConceptScheme",
|
|
32
|
+
"description": "A set of concepts, optionally including statements about semantic relationships between those concepts."
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"codepoint": 2703,
|
|
36
|
+
"name": "skos:OrderedCollection",
|
|
37
|
+
"type": "class",
|
|
38
|
+
"uri": "http://www.w3.org/2004/02/skos/core#OrderedCollection",
|
|
39
|
+
"description": "An ordered collection of concepts, where both the grouping and the ordering are meaningful."
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"codepoint": 2704,
|
|
43
|
+
"name": "skos:altLabel",
|
|
44
|
+
"type": "property",
|
|
45
|
+
"uri": "http://www.w3.org/2004/02/skos/core#altLabel",
|
|
46
|
+
"description": "The range of skos:altLabel is the class of RDF plain literals."
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"codepoint": 2705,
|
|
50
|
+
"name": "skos:broadMatch",
|
|
51
|
+
"type": "property",
|
|
52
|
+
"uri": "http://www.w3.org/2004/02/skos/core#broadMatch",
|
|
53
|
+
"description": "skos:broadMatch is used to state a hierarchical mapping link between two conceptual resources in different concept schemes."
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"codepoint": 2706,
|
|
57
|
+
"name": "skos:broader",
|
|
58
|
+
"type": "property",
|
|
59
|
+
"uri": "http://www.w3.org/2004/02/skos/core#broader",
|
|
60
|
+
"description": "Broader concepts are typically rendered as parents in a concept hierarchy (tree)."
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"codepoint": 2707,
|
|
64
|
+
"name": "skos:broaderTransitive",
|
|
65
|
+
"type": "property",
|
|
66
|
+
"uri": "http://www.w3.org/2004/02/skos/core#broaderTransitive",
|
|
67
|
+
"description": "skos:broaderTransitive is a transitive superproperty of skos:broader."
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"codepoint": 2708,
|
|
71
|
+
"name": "skos:changeNote",
|
|
72
|
+
"type": "property",
|
|
73
|
+
"uri": "http://www.w3.org/2004/02/skos/core#changeNote",
|
|
74
|
+
"description": "A note about a modification to a concept."
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"codepoint": 2709,
|
|
78
|
+
"name": "skos:closeMatch",
|
|
79
|
+
"type": "property",
|
|
80
|
+
"uri": "http://www.w3.org/2004/02/skos/core#closeMatch",
|
|
81
|
+
"description": "skos:closeMatch is used to link two concepts that are sufficiently similar that they can be used interchangeably in some information retrieval applications. In order to avoid the possibility of \"compound errors\" when combining mappings across more than two concept schemes, skos:closeMatch is not declared to be a transitive property."
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"codepoint": 2710,
|
|
85
|
+
"name": "skos:definition",
|
|
86
|
+
"type": "property",
|
|
87
|
+
"uri": "http://www.w3.org/2004/02/skos/core#definition",
|
|
88
|
+
"description": "A statement or formal explanation of the meaning of a concept."
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"codepoint": 2711,
|
|
92
|
+
"name": "skos:editorialNote",
|
|
93
|
+
"type": "property",
|
|
94
|
+
"uri": "http://www.w3.org/2004/02/skos/core#editorialNote",
|
|
95
|
+
"description": "A note for an editor, translator or maintainer of the vocabulary."
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"codepoint": 2712,
|
|
99
|
+
"name": "skos:exactMatch",
|
|
100
|
+
"type": "property",
|
|
101
|
+
"uri": "http://www.w3.org/2004/02/skos/core#exactMatch",
|
|
102
|
+
"description": "skos:exactMatch is disjoint with each of the properties skos:broadMatch and skos:relatedMatch."
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"codepoint": 2713,
|
|
106
|
+
"name": "skos:example",
|
|
107
|
+
"type": "property",
|
|
108
|
+
"uri": "http://www.w3.org/2004/02/skos/core#example",
|
|
109
|
+
"description": "An example of the use of a concept."
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"codepoint": 2714,
|
|
113
|
+
"name": "skos:hasTopConcept",
|
|
114
|
+
"type": "property",
|
|
115
|
+
"uri": "http://www.w3.org/2004/02/skos/core#hasTopConcept",
|
|
116
|
+
"description": "Relates, by convention, a concept scheme to a concept which is topmost in the broader/narrower concept hierarchies for that scheme, providing an entry point to these hierarchies."
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"codepoint": 2715,
|
|
120
|
+
"name": "skos:hiddenLabel",
|
|
121
|
+
"type": "property",
|
|
122
|
+
"uri": "http://www.w3.org/2004/02/skos/core#hiddenLabel",
|
|
123
|
+
"description": "The range of skos:hiddenLabel is the class of RDF plain literals."
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"codepoint": 2716,
|
|
127
|
+
"name": "skos:historyNote",
|
|
128
|
+
"type": "property",
|
|
129
|
+
"uri": "http://www.w3.org/2004/02/skos/core#historyNote",
|
|
130
|
+
"description": "A note about the past state/use/meaning of a concept."
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"codepoint": 2717,
|
|
134
|
+
"name": "skos:inScheme",
|
|
135
|
+
"type": "property",
|
|
136
|
+
"uri": "http://www.w3.org/2004/02/skos/core#inScheme",
|
|
137
|
+
"description": "Relates a resource (for example a concept) to a concept scheme in which it is included."
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"codepoint": 2718,
|
|
141
|
+
"name": "skos:mappingRelation",
|
|
142
|
+
"type": "property",
|
|
143
|
+
"uri": "http://www.w3.org/2004/02/skos/core#mappingRelation",
|
|
144
|
+
"description": "These concept mapping relations mirror semantic relations, and the data model defined below is similar (with the exception of skos:exactMatch) to the data model defined for semantic relations. A distinct vocabulary is provided for concept mapping relations, to provide a convenient way to differentiate links within a concept scheme from links between concept schemes. However, this pattern of usage is not a formal requirement of the SKOS data model, and relies on informal definitions of best practice."
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"codepoint": 2719,
|
|
148
|
+
"name": "skos:member",
|
|
149
|
+
"type": "property",
|
|
150
|
+
"uri": "http://www.w3.org/2004/02/skos/core#member",
|
|
151
|
+
"description": "Relates a collection to one of its members."
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"codepoint": 2720,
|
|
155
|
+
"name": "skos:memberList",
|
|
156
|
+
"type": "property",
|
|
157
|
+
"uri": "http://www.w3.org/2004/02/skos/core#memberList",
|
|
158
|
+
"description": "For any resource, every item in the list given as the value of the\n skos:memberList property is also a value of the skos:member property."
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"codepoint": 2721,
|
|
162
|
+
"name": "skos:narrowMatch",
|
|
163
|
+
"type": "property",
|
|
164
|
+
"uri": "http://www.w3.org/2004/02/skos/core#narrowMatch",
|
|
165
|
+
"description": "skos:narrowMatch is used to state a hierarchical mapping link between two conceptual resources in different concept schemes."
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"codepoint": 2722,
|
|
169
|
+
"name": "skos:narrower",
|
|
170
|
+
"type": "property",
|
|
171
|
+
"uri": "http://www.w3.org/2004/02/skos/core#narrower",
|
|
172
|
+
"description": "Narrower concepts are typically rendered as children in a concept hierarchy (tree)."
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"codepoint": 2723,
|
|
176
|
+
"name": "skos:narrowerTransitive",
|
|
177
|
+
"type": "property",
|
|
178
|
+
"uri": "http://www.w3.org/2004/02/skos/core#narrowerTransitive",
|
|
179
|
+
"description": "skos:narrowerTransitive is a transitive superproperty of skos:narrower."
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"codepoint": 2724,
|
|
183
|
+
"name": "skos:notation",
|
|
184
|
+
"type": "property",
|
|
185
|
+
"uri": "http://www.w3.org/2004/02/skos/core#notation",
|
|
186
|
+
"description": "A notation, also known as classification code, is a string of characters such as \"T58.5\" or \"303.4833\" used to uniquely identify a concept within the scope of a given concept scheme."
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"codepoint": 2725,
|
|
190
|
+
"name": "skos:note",
|
|
191
|
+
"type": "property",
|
|
192
|
+
"uri": "http://www.w3.org/2004/02/skos/core#note",
|
|
193
|
+
"description": "A general note, for any purpose."
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"codepoint": 2726,
|
|
197
|
+
"name": "skos:prefLabel",
|
|
198
|
+
"type": "property",
|
|
199
|
+
"uri": "http://www.w3.org/2004/02/skos/core#prefLabel",
|
|
200
|
+
"description": "A resource has no more than one value of skos:prefLabel per language tag, and no more than one value of skos:prefLabel without language tag."
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"codepoint": 2727,
|
|
204
|
+
"name": "skos:related",
|
|
205
|
+
"type": "property",
|
|
206
|
+
"uri": "http://www.w3.org/2004/02/skos/core#related",
|
|
207
|
+
"description": "skos:related is disjoint with skos:broaderTransitive"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"codepoint": 2728,
|
|
211
|
+
"name": "skos:relatedMatch",
|
|
212
|
+
"type": "property",
|
|
213
|
+
"uri": "http://www.w3.org/2004/02/skos/core#relatedMatch",
|
|
214
|
+
"description": "skos:relatedMatch is used to state an associative mapping link between two conceptual resources in different concept schemes."
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"codepoint": 2729,
|
|
218
|
+
"name": "skos:scopeNote",
|
|
219
|
+
"type": "property",
|
|
220
|
+
"uri": "http://www.w3.org/2004/02/skos/core#scopeNote",
|
|
221
|
+
"description": "A note that helps to clarify the meaning and/or the use of a concept."
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"codepoint": 2730,
|
|
225
|
+
"name": "skos:semanticRelation",
|
|
226
|
+
"type": "property",
|
|
227
|
+
"uri": "http://www.w3.org/2004/02/skos/core#semanticRelation",
|
|
228
|
+
"description": "Links a concept to a concept related by meaning."
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"codepoint": 2731,
|
|
232
|
+
"name": "skos:topConceptOf",
|
|
233
|
+
"type": "property",
|
|
234
|
+
"uri": "http://www.w3.org/2004/02/skos/core#topConceptOf",
|
|
235
|
+
"description": "Relates a concept to the concept scheme that it is a top level concept of."
|
|
236
|
+
}
|
|
237
|
+
],
|
|
238
|
+
"statistics": {
|
|
239
|
+
"total_entries": 32,
|
|
240
|
+
"code_point_range": {
|
|
241
|
+
"start": 2700,
|
|
242
|
+
"end": 2731
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
}
|
|
@@ -0,0 +1,252 @@
|
|
|
1
|
+
{
|
|
2
|
+
"ontology": {
|
|
3
|
+
"name": "solid",
|
|
4
|
+
"source_url": "http://www.w3.org/ns/solid/terms#",
|
|
5
|
+
"start_code_point": 2800,
|
|
6
|
+
"processing_strategy": "StandardRDF"
|
|
7
|
+
},
|
|
8
|
+
"generated": {
|
|
9
|
+
"tool": "KnownValueAssigner",
|
|
10
|
+
"version": "1.0.0"
|
|
11
|
+
},
|
|
12
|
+
"entries": [
|
|
13
|
+
{
|
|
14
|
+
"codepoint": 2800,
|
|
15
|
+
"name": "solid:Account",
|
|
16
|
+
"type": "class",
|
|
17
|
+
"uri": "http://www.w3.org/ns/solid/terms#Account",
|
|
18
|
+
"description": "A Solid account."
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"codepoint": 2801,
|
|
22
|
+
"name": "solid:Inbox",
|
|
23
|
+
"type": "class",
|
|
24
|
+
"uri": "http://www.w3.org/ns/solid/terms#Inbox",
|
|
25
|
+
"description": "A resource containing notifications."
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"codepoint": 2802,
|
|
29
|
+
"name": "solid:InsertDeletePatch",
|
|
30
|
+
"type": "class",
|
|
31
|
+
"uri": "http://www.w3.org/ns/solid/terms#InsertDeletePatch",
|
|
32
|
+
"description": "A class of patch expressing insertions, deletions, and conditional modifications to a resource that has an RDF-based representation."
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"codepoint": 2803,
|
|
36
|
+
"name": "solid:ListedDocument",
|
|
37
|
+
"type": "class",
|
|
38
|
+
"uri": "http://www.w3.org/ns/solid/terms#ListedDocument",
|
|
39
|
+
"description": "Listed Type Index is a registry of resources that are publicly discoverable by outside users and applications."
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"codepoint": 2804,
|
|
43
|
+
"name": "solid:Notification",
|
|
44
|
+
"type": "class",
|
|
45
|
+
"uri": "http://www.w3.org/ns/solid/terms#Notification",
|
|
46
|
+
"description": "A notification resource."
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"codepoint": 2805,
|
|
50
|
+
"name": "solid:Patch",
|
|
51
|
+
"type": "class",
|
|
52
|
+
"uri": "http://www.w3.org/ns/solid/terms#Patch",
|
|
53
|
+
"description": "A patch expresses conditional modifications to a resource that has an RDF-based representation."
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"codepoint": 2806,
|
|
57
|
+
"name": "solid:Timeline",
|
|
58
|
+
"type": "class",
|
|
59
|
+
"uri": "http://www.w3.org/ns/solid/terms#Timeline",
|
|
60
|
+
"description": "A resource containing time ordered items and sub-containers. Sub-containers may be desirable in file based systems to split the timeline into logical components e.g. /yyyy-mm-dd/ as used in ISO 8061."
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"codepoint": 2807,
|
|
64
|
+
"name": "solid:TypeIndex",
|
|
65
|
+
"type": "class",
|
|
66
|
+
"uri": "http://www.w3.org/ns/solid/terms#TypeIndex",
|
|
67
|
+
"description": "A index of type registries for resources. Applications can register the RDF type they use and list them in the index resource."
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"codepoint": 2808,
|
|
71
|
+
"name": "solid:TypeRegistration",
|
|
72
|
+
"type": "class",
|
|
73
|
+
"uri": "http://www.w3.org/ns/solid/terms#TypeRegistration",
|
|
74
|
+
"description": "The registered types that map a RDF classes/types to their locations using either `instance` or `instanceContainer` property."
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"codepoint": 2809,
|
|
78
|
+
"name": "solid:UnlistedDocument",
|
|
79
|
+
"type": "class",
|
|
80
|
+
"uri": "http://www.w3.org/ns/solid/terms#UnlistedDocument",
|
|
81
|
+
"description": "Unlisted Type Index is a registry of resources that are private to the user and their apps, for types that are not publicly discoverable."
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"codepoint": 2810,
|
|
85
|
+
"name": "solid:account",
|
|
86
|
+
"type": "property",
|
|
87
|
+
"uri": "http://www.w3.org/ns/solid/terms#account",
|
|
88
|
+
"description": "A solid account belonging to an Agent."
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"codepoint": 2811,
|
|
92
|
+
"name": "solid:deletes",
|
|
93
|
+
"type": "property",
|
|
94
|
+
"uri": "http://www.w3.org/ns/solid/terms#deletes",
|
|
95
|
+
"description": "The triple patterns this patch removes from the document."
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"codepoint": 2812,
|
|
99
|
+
"name": "solid:forClass",
|
|
100
|
+
"type": "property",
|
|
101
|
+
"uri": "http://www.w3.org/ns/solid/terms#forClass",
|
|
102
|
+
"description": "A class that is used to map an listed or unlisted type index."
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"codepoint": 2813,
|
|
106
|
+
"name": "solid:inbox",
|
|
107
|
+
"type": "property",
|
|
108
|
+
"uri": "http://www.w3.org/ns/solid/terms#inbox",
|
|
109
|
+
"description": "Deprecated pointer to a Linked Data Notifications inbox; please use http://www.w3.org/ns/ldp#inbox instead."
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"codepoint": 2814,
|
|
113
|
+
"name": "solid:inserts",
|
|
114
|
+
"type": "property",
|
|
115
|
+
"uri": "http://www.w3.org/ns/solid/terms#inserts",
|
|
116
|
+
"description": "The triple patterns this patch adds to the document."
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"codepoint": 2815,
|
|
120
|
+
"name": "solid:instance",
|
|
121
|
+
"type": "property",
|
|
122
|
+
"uri": "http://www.w3.org/ns/solid/terms#instance",
|
|
123
|
+
"description": "Maps a type to an individual resource, typically an index or a directory listing resource."
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"codepoint": 2816,
|
|
127
|
+
"name": "solid:instanceContainer",
|
|
128
|
+
"type": "property",
|
|
129
|
+
"uri": "http://www.w3.org/ns/solid/terms#instanceContainer",
|
|
130
|
+
"description": "Maps a type to a container which the client would have to list to get the instances of that type."
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"codepoint": 2817,
|
|
134
|
+
"name": "solid:loginEndpoint",
|
|
135
|
+
"type": "property",
|
|
136
|
+
"uri": "http://www.w3.org/ns/solid/terms#loginEndpoint",
|
|
137
|
+
"description": "The login URI of a given server."
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"codepoint": 2818,
|
|
141
|
+
"name": "solid:logoutEndpoint",
|
|
142
|
+
"type": "property",
|
|
143
|
+
"uri": "http://www.w3.org/ns/solid/terms#logoutEndpoint",
|
|
144
|
+
"description": "The logout URI of a given server."
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"codepoint": 2819,
|
|
148
|
+
"name": "solid:notification",
|
|
149
|
+
"type": "property",
|
|
150
|
+
"uri": "http://www.w3.org/ns/solid/terms#notification",
|
|
151
|
+
"description": "Notification resource for an inbox."
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"codepoint": 2820,
|
|
155
|
+
"name": "solid:oidcIssuer",
|
|
156
|
+
"type": "property",
|
|
157
|
+
"uri": "http://www.w3.org/ns/solid/terms#oidcIssuer",
|
|
158
|
+
"description": "The preferred OpenID Connect issuer URI for a given WebID."
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"codepoint": 2821,
|
|
162
|
+
"name": "solid:owner",
|
|
163
|
+
"type": "property",
|
|
164
|
+
"uri": "http://www.w3.org/ns/solid/terms#owner",
|
|
165
|
+
"description": "A person or social entity that is considered to have control, rights, and responsibilities over a data storage."
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"codepoint": 2822,
|
|
169
|
+
"name": "solid:patches",
|
|
170
|
+
"type": "property",
|
|
171
|
+
"uri": "http://www.w3.org/ns/solid/terms#patches",
|
|
172
|
+
"description": "The document to which this patch applies."
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"codepoint": 2823,
|
|
176
|
+
"name": "solid:privateLabelIndex",
|
|
177
|
+
"type": "property",
|
|
178
|
+
"uri": "http://www.w3.org/ns/solid/terms#privateLabelIndex",
|
|
179
|
+
"description": "Points to an unlisted label index resource."
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"codepoint": 2824,
|
|
183
|
+
"name": "solid:privateTypeIndex",
|
|
184
|
+
"type": "property",
|
|
185
|
+
"uri": "http://www.w3.org/ns/solid/terms#privateTypeIndex",
|
|
186
|
+
"description": "Points to an unlisted type index resource."
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"codepoint": 2825,
|
|
190
|
+
"name": "solid:publicTypeIndex",
|
|
191
|
+
"type": "property",
|
|
192
|
+
"uri": "http://www.w3.org/ns/solid/terms#publicTypeIndex",
|
|
193
|
+
"description": "Points to a listed type index resource."
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"codepoint": 2826,
|
|
197
|
+
"name": "solid:read",
|
|
198
|
+
"type": "property",
|
|
199
|
+
"uri": "http://www.w3.org/ns/solid/terms#read",
|
|
200
|
+
"description": "Indicates if a message has been read or not. This property should have a boolean datatype."
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"codepoint": 2827,
|
|
204
|
+
"name": "solid:storageDescription",
|
|
205
|
+
"type": "property",
|
|
206
|
+
"uri": "http://www.w3.org/ns/solid/terms#storageDescription",
|
|
207
|
+
"description": "Refers to the resource that provides a description of the storage containing this resource."
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"codepoint": 2828,
|
|
211
|
+
"name": "solid:storageQuota",
|
|
212
|
+
"type": "property",
|
|
213
|
+
"uri": "http://www.w3.org/ns/solid/terms#storageQuota",
|
|
214
|
+
"description": "The quota of non-volatile memory that is available for the account (in bytes)"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"codepoint": 2829,
|
|
218
|
+
"name": "solid:storageUsage",
|
|
219
|
+
"type": "property",
|
|
220
|
+
"uri": "http://www.w3.org/ns/solid/terms#storageUsage",
|
|
221
|
+
"description": "The amount of non-volatile memory that the account have used (in bytes)"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"codepoint": 2830,
|
|
225
|
+
"name": "solid:timeline",
|
|
226
|
+
"type": "property",
|
|
227
|
+
"uri": "http://www.w3.org/ns/solid/terms#timeline",
|
|
228
|
+
"description": "Timeline for a given resource."
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"codepoint": 2831,
|
|
232
|
+
"name": "solid:typeIndex",
|
|
233
|
+
"type": "property",
|
|
234
|
+
"uri": "http://www.w3.org/ns/solid/terms#typeIndex",
|
|
235
|
+
"description": "Points to a TypeIndex resource."
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"codepoint": 2832,
|
|
239
|
+
"name": "solid:where",
|
|
240
|
+
"type": "property",
|
|
241
|
+
"uri": "http://www.w3.org/ns/solid/terms#where",
|
|
242
|
+
"description": "The conditions the document and the inserted and deleted triple patterns need to satisfy in order for the patch to be applied."
|
|
243
|
+
}
|
|
244
|
+
],
|
|
245
|
+
"statistics": {
|
|
246
|
+
"total_entries": 33,
|
|
247
|
+
"code_point_range": {
|
|
248
|
+
"start": 2800,
|
|
249
|
+
"end": 2832
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
}
|