Blockdaemon · JSON-LD Context

Blockdaemon Context

JSON-LD context defining the semantic vocabulary for Blockdaemon from Blockdaemon.

54 Classes 0 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
bd: https://api-evangelist.github.io/blockdaemon/vocabulary#
owl: http://www.w3.org/2002/07/owl#

Classes

Provider name url logo description founder foundingDate headquarters BlockchainProtocol Network Block Transaction Account Balance Validator Delegation Reward Slashing MPCWallet Vault DEX Bridge LendingPool Swap Token ComputeUnit Rule Target Variable Event blockNumber blockHash txHash fromAddress toAddress amount currency chain network protocol epoch slot validatorPubkey delegator stakeAmount rewardAmount slashed apy computeUnitCost rps rpm ruleId targetId variableId

JSON-LD Document

blockdaemon-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "bd": "https://api-evangelist.github.io/blockdaemon/vocabulary#",
    "owl": "http://www.w3.org/2002/07/owl#",
    "Provider": "schema:Organization",
    "name": "schema:name",
    "url": "schema:url",
    "logo": "schema:logo",
    "description": "schema:description",
    "founder": "schema:founder",
    "foundingDate": "schema:foundingDate",
    "headquarters": "schema:address",
    "BlockchainProtocol": "bd:BlockchainProtocol",
    "Network": "bd:Network",
    "Block": "bd:Block",
    "Transaction": "bd:Transaction",
    "Account": "bd:Account",
    "Balance": "bd:Balance",
    "Validator": "bd:Validator",
    "Delegation": "bd:Delegation",
    "Reward": "bd:Reward",
    "Slashing": "bd:Slashing",
    "MPCWallet": "bd:MPCWallet",
    "Vault": "bd:Vault",
    "DEX": "bd:DEX",
    "Bridge": "bd:Bridge",
    "LendingPool": "bd:LendingPool",
    "Swap": "bd:Swap",
    "Token": "bd:Token",
    "ComputeUnit": "bd:ComputeUnit",
    "Rule": "bd:Rule",
    "Target": "bd:Target",
    "Variable": "bd:Variable",
    "Event": "bd:Event",
    "blockNumber": "bd:blockNumber",
    "blockHash": "bd:blockHash",
    "txHash": "bd:txHash",
    "fromAddress": "bd:fromAddress",
    "toAddress": "bd:toAddress",
    "amount": "bd:amount",
    "currency": "bd:currency",
    "chain": "bd:chain",
    "network": "bd:network",
    "protocol": "bd:protocol",
    "epoch": "bd:epoch",
    "slot": "bd:slot",
    "validatorPubkey": "bd:validatorPubkey",
    "delegator": "bd:delegator",
    "stakeAmount": "bd:stakeAmount",
    "rewardAmount": "bd:rewardAmount",
    "slashed": "bd:slashed",
    "apy": "bd:apy",
    "computeUnitCost": "bd:computeUnitCost",
    "rps": "bd:rps",
    "rpm": "bd:rpm",
    "ruleId": "bd:ruleId",
    "targetId": "bd:targetId",
    "variableId": "bd:variableId"
  }
}