@bcts/known-values 1.0.0-alpha.16 → 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 -2
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +50 -2
- 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 +8 -12
- 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,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"ontology": {
|
|
3
|
+
"name": "community_registry",
|
|
4
|
+
"start_code_point": 1000,
|
|
5
|
+
"processing_strategy": "Manual"
|
|
6
|
+
},
|
|
7
|
+
"generated": {
|
|
8
|
+
"tool": "Manual"
|
|
9
|
+
},
|
|
10
|
+
"entries": [
|
|
11
|
+
],
|
|
12
|
+
"statistics": {
|
|
13
|
+
"total_entries": 0,
|
|
14
|
+
"code_point_range": {
|
|
15
|
+
"start": 1000,
|
|
16
|
+
"end": 1000
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
{
|
|
2
|
+
"ontology": {
|
|
3
|
+
"name": "rdf",
|
|
4
|
+
"source_url": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
|
|
5
|
+
"start_code_point": 2000,
|
|
6
|
+
"processing_strategy": "StandardRDF"
|
|
7
|
+
},
|
|
8
|
+
"generated": {
|
|
9
|
+
"tool": "KnownValueAssigner",
|
|
10
|
+
"version": "1.0.0"
|
|
11
|
+
},
|
|
12
|
+
"entries": [
|
|
13
|
+
{
|
|
14
|
+
"codepoint": 2000,
|
|
15
|
+
"name": "rdf:Alt",
|
|
16
|
+
"type": "class",
|
|
17
|
+
"uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt",
|
|
18
|
+
"description": "The class of containers of alternatives."
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"codepoint": 2001,
|
|
22
|
+
"name": "rdf:Bag",
|
|
23
|
+
"type": "class",
|
|
24
|
+
"uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag",
|
|
25
|
+
"description": "The class of unordered containers."
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"codepoint": 2002,
|
|
29
|
+
"name": "rdf:CompoundLiteral",
|
|
30
|
+
"type": "class",
|
|
31
|
+
"uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#CompoundLiteral",
|
|
32
|
+
"description": "A class representing a compound literal."
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"codepoint": 2003,
|
|
36
|
+
"name": "rdf:HTML",
|
|
37
|
+
"type": "datatype",
|
|
38
|
+
"uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML",
|
|
39
|
+
"description": "The datatype of RDF literals storing fragments of HTML content"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"codepoint": 2004,
|
|
43
|
+
"name": "rdf:JSON",
|
|
44
|
+
"type": "datatype",
|
|
45
|
+
"uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#JSON",
|
|
46
|
+
"description": "The datatype of RDF literals storing JSON content."
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"codepoint": 2005,
|
|
50
|
+
"name": "rdf:List",
|
|
51
|
+
"type": "class",
|
|
52
|
+
"uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#List",
|
|
53
|
+
"description": "The class of RDF Lists."
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"codepoint": 2006,
|
|
57
|
+
"name": "rdf:PlainLiteral",
|
|
58
|
+
"type": "datatype",
|
|
59
|
+
"uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral",
|
|
60
|
+
"description": "The class of plain (i.e. untyped) literal values, as used in RIF and OWL 2"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"codepoint": 2007,
|
|
64
|
+
"name": "rdf:Property",
|
|
65
|
+
"type": "class",
|
|
66
|
+
"uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property",
|
|
67
|
+
"description": "The class of RDF properties."
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"codepoint": 2008,
|
|
71
|
+
"name": "rdf:Seq",
|
|
72
|
+
"type": "class",
|
|
73
|
+
"uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq",
|
|
74
|
+
"description": "The class of ordered containers."
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"codepoint": 2009,
|
|
78
|
+
"name": "rdf:Statement",
|
|
79
|
+
"type": "class",
|
|
80
|
+
"uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement",
|
|
81
|
+
"description": "The class of RDF statements."
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"codepoint": 2010,
|
|
85
|
+
"name": "rdf:XMLLiteral",
|
|
86
|
+
"type": "datatype",
|
|
87
|
+
"uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral",
|
|
88
|
+
"description": "The datatype of XML literal values."
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"codepoint": 2011,
|
|
92
|
+
"name": "rdf:direction",
|
|
93
|
+
"type": "property",
|
|
94
|
+
"uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#direction",
|
|
95
|
+
"description": "The base direction component of a CompoundLiteral."
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"codepoint": 2012,
|
|
99
|
+
"name": "rdf:first",
|
|
100
|
+
"type": "property",
|
|
101
|
+
"uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#first",
|
|
102
|
+
"description": "The first item in the subject RDF list."
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"codepoint": 12,
|
|
106
|
+
"name": "language",
|
|
107
|
+
"type": "datatype",
|
|
108
|
+
"uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString",
|
|
109
|
+
"description": "The datatype of language-tagged string values"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"codepoint": 2013,
|
|
113
|
+
"name": "rdf:language",
|
|
114
|
+
"type": "property",
|
|
115
|
+
"uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#language",
|
|
116
|
+
"description": "The language component of a CompoundLiteral."
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"codepoint": 2014,
|
|
120
|
+
"name": "rdf:object",
|
|
121
|
+
"type": "property",
|
|
122
|
+
"uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#object",
|
|
123
|
+
"description": "The object of the subject RDF statement."
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"codepoint": 2015,
|
|
127
|
+
"name": "rdf:predicate",
|
|
128
|
+
"type": "property",
|
|
129
|
+
"uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate",
|
|
130
|
+
"description": "The predicate of the subject RDF statement."
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"codepoint": 2016,
|
|
134
|
+
"name": "rdf:rest",
|
|
135
|
+
"type": "property",
|
|
136
|
+
"uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest",
|
|
137
|
+
"description": "The rest of the subject RDF list after the first item."
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"codepoint": 2017,
|
|
141
|
+
"name": "rdf:subject",
|
|
142
|
+
"type": "property",
|
|
143
|
+
"uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#subject",
|
|
144
|
+
"description": "The subject of the subject RDF statement."
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"codepoint": 1,
|
|
148
|
+
"name": "isA",
|
|
149
|
+
"type": "property",
|
|
150
|
+
"uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type",
|
|
151
|
+
"description": "The subject is an instance of a class."
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"codepoint": 2018,
|
|
155
|
+
"name": "rdf:value",
|
|
156
|
+
"type": "property",
|
|
157
|
+
"uri": "http://www.w3.org/1999/02/22-rdf-syntax-ns#value",
|
|
158
|
+
"description": "Idiomatic property used for structured values."
|
|
159
|
+
}
|
|
160
|
+
],
|
|
161
|
+
"statistics": {
|
|
162
|
+
"total_entries": 21,
|
|
163
|
+
"code_point_range": {
|
|
164
|
+
"start": 2000,
|
|
165
|
+
"end": 2020
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
}
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
{
|
|
2
|
+
"ontology": {
|
|
3
|
+
"name": "rdfs",
|
|
4
|
+
"source_url": "http://www.w3.org/2000/01/rdf-schema#",
|
|
5
|
+
"start_code_point": 2050,
|
|
6
|
+
"processing_strategy": "StandardRDF"
|
|
7
|
+
},
|
|
8
|
+
"generated": {
|
|
9
|
+
"tool": "KnownValueAssigner",
|
|
10
|
+
"version": "1.0.0"
|
|
11
|
+
},
|
|
12
|
+
"entries": [
|
|
13
|
+
{
|
|
14
|
+
"codepoint": 2050,
|
|
15
|
+
"name": "rdfs:Class",
|
|
16
|
+
"type": "class",
|
|
17
|
+
"uri": "http://www.w3.org/2000/01/rdf-schema#Class",
|
|
18
|
+
"description": "The class of classes."
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"codepoint": 2051,
|
|
22
|
+
"name": "rdfs:Container",
|
|
23
|
+
"type": "class",
|
|
24
|
+
"uri": "http://www.w3.org/2000/01/rdf-schema#Container",
|
|
25
|
+
"description": "The class of RDF containers."
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"codepoint": 2052,
|
|
29
|
+
"name": "rdfs:ContainerMembershipProperty",
|
|
30
|
+
"type": "class",
|
|
31
|
+
"uri": "http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty",
|
|
32
|
+
"description": "The class of container membership properties, rdf:_1, rdf:_2, ..., all of which are sub-properties of 'member'."
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"codepoint": 2053,
|
|
36
|
+
"name": "rdfs:Datatype",
|
|
37
|
+
"type": "class",
|
|
38
|
+
"uri": "http://www.w3.org/2000/01/rdf-schema#Datatype",
|
|
39
|
+
"description": "The class of RDF datatypes."
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"codepoint": 2054,
|
|
43
|
+
"name": "rdfs:Literal",
|
|
44
|
+
"type": "class",
|
|
45
|
+
"uri": "http://www.w3.org/2000/01/rdf-schema#Literal",
|
|
46
|
+
"description": "The class of literal values, eg. textual strings and integers."
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"codepoint": 2055,
|
|
50
|
+
"name": "rdfs:Resource",
|
|
51
|
+
"type": "class",
|
|
52
|
+
"uri": "http://www.w3.org/2000/01/rdf-schema#Resource",
|
|
53
|
+
"description": "The class resource, everything."
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"codepoint": 4,
|
|
57
|
+
"name": "note",
|
|
58
|
+
"type": "property",
|
|
59
|
+
"uri": "http://www.w3.org/2000/01/rdf-schema#comment",
|
|
60
|
+
"description": "A description of the subject resource."
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"codepoint": 2056,
|
|
64
|
+
"name": "rdfs:domain",
|
|
65
|
+
"type": "property",
|
|
66
|
+
"uri": "http://www.w3.org/2000/01/rdf-schema#domain",
|
|
67
|
+
"description": "A domain of the subject property."
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"codepoint": 2057,
|
|
71
|
+
"name": "rdfs:isDefinedBy",
|
|
72
|
+
"type": "property",
|
|
73
|
+
"uri": "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
|
|
74
|
+
"description": "The definition of the subject resource."
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"codepoint": 2058,
|
|
78
|
+
"name": "rdfs:label",
|
|
79
|
+
"type": "property",
|
|
80
|
+
"uri": "http://www.w3.org/2000/01/rdf-schema#label",
|
|
81
|
+
"description": "A human-readable name for the subject."
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"codepoint": 2059,
|
|
85
|
+
"name": "rdfs:member",
|
|
86
|
+
"type": "property",
|
|
87
|
+
"uri": "http://www.w3.org/2000/01/rdf-schema#member",
|
|
88
|
+
"description": "A member of the subject resource."
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"codepoint": 2060,
|
|
92
|
+
"name": "rdfs:range",
|
|
93
|
+
"type": "property",
|
|
94
|
+
"uri": "http://www.w3.org/2000/01/rdf-schema#range",
|
|
95
|
+
"description": "A range of the subject property."
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"codepoint": 2061,
|
|
99
|
+
"name": "rdfs:seeAlso",
|
|
100
|
+
"type": "property",
|
|
101
|
+
"uri": "http://www.w3.org/2000/01/rdf-schema#seeAlso",
|
|
102
|
+
"description": "Further information about the subject resource."
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"codepoint": 2062,
|
|
106
|
+
"name": "rdfs:subClassOf",
|
|
107
|
+
"type": "property",
|
|
108
|
+
"uri": "http://www.w3.org/2000/01/rdf-schema#subClassOf",
|
|
109
|
+
"description": "The subject is a subclass of a class."
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"codepoint": 2063,
|
|
113
|
+
"name": "rdfs:subPropertyOf",
|
|
114
|
+
"type": "property",
|
|
115
|
+
"uri": "http://www.w3.org/2000/01/rdf-schema#subPropertyOf",
|
|
116
|
+
"description": "The subject is a subproperty of a property."
|
|
117
|
+
}
|
|
118
|
+
],
|
|
119
|
+
"statistics": {
|
|
120
|
+
"total_entries": 15,
|
|
121
|
+
"code_point_range": {
|
|
122
|
+
"start": 2050,
|
|
123
|
+
"end": 2064
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
}
|