cardano:Withdrawal leaf node


URI

http://www.mobr.ai/ontologies/cardano#Withdrawal

Label

Withdrawal

Usage

Instances of cardano:Withdrawal can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class cardano:Withdrawal
cardano:hasWithdrawalAmount owl:ObjectProperty The amount withdrawn from rewards. blockchain:TokenAmount

Implementation

@prefix cardano: <http://www.mobr.ai/ontologies/cardano#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

cardano:VotingProcedure a owl:Class ;
    rdfs:label "Voting Procedure"@en ;
    rdfs:comment "The process and rules for governance voting."@en .