Skip to content

Commit 9b3b583

Browse files
committed
Add 'value' known value (codepoint 25) to Blockchain Commons registry
1 parent 9414c10 commit 9b3b583

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

known-value-assignments/json/0_blockchain_commons_registry.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,12 @@
184184
"uri": "http://xmlns.com/foaf/spec/#term_nick",
185185
"description": "The subject is a nickname for the object."
186186
},
187+
{
188+
"codepoint": 25,
189+
"name": "value",
190+
"uri": "",
191+
"description": "The object is the primary value in a set of assertions. Frequently used with `salt`."
192+
},
187193
{
188194
"codepoint": 50,
189195
"name": "attachment",

known-value-assignments/markdown/0_blockchain_commons_registry.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
| 22 | `validUntil` | property | https://schema.org/validUntil | The subject is valid until the date in the object. |
4848
| 23 | `position` | property | https://schema.org/position | The position of an item in a series or sequence of items. |
4949
| 24 | `nickname` | property | http://xmlns.com/foaf/spec/#term_nick | The subject is a nickname for the object. |
50+
| 25 | `value` | property | | The object is the primary value in a set of assertions. Frequently used with `salt`. |
5051

5152
### Attachments (50-52)
5253

0 commit comments

Comments
 (0)