block hash
- CURIE:
gmeow:blockHash - IRI: https://blackcatinformatics.ca/gmeow/blockHash
- Category: property
- Defined by:
gmeow:slices/attestation - Box roles: CBox role, RBox role (What is this?)
The hash of a ledger block.
Structure
Property shape: datatype property; gmeow:Block -> rdfs:Literal; functional
Practical Pattern
Use gmeow:blockHash from gmeow:Block to rdfs:Literal when the relationship itself belongs in the native GMEOW graph.
Common Companion Terms
Usage Advice
Use when
- Use to carry the hash identifying a
gmeow:Blockon its chain — the content-addressed identity that anchors the block independent of its sequential number.
Avoid when
- Avoid for a transaction's hash (
gmeow:transactionHash) or the block's ordinal position (gmeow:blockNumber); the block hash is the block's cryptographic identity, not a transaction or an index. Functional — one hash per block.
How to use
- Set one block-hash literal on the
gmeow:Blockalongsidegmeow:blockNumber; transactions reference the block so their inclusion can be checked against both.
Examples
- ex:block42
gmeow:blockHash"0xdef456...".