cardano:hasRewardType leaf node


URI

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

Label

has reward type

Description

The type of reward.

Usage

DOMAINPROPERTYRANGE
cardano:Reward , Blank node (see implementation) cardano:hasRewardType owl:Thing (inferred)

Implementation

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

cardano:hasRewardType a owl:DatatypeProperty ;
    rdfs:label "has reward type"@en ;
    rdfs:comment "The type of reward."@en ;
    rdfs:domain cardano:Reward ;
    rdfs:range [ owl:oneOf ( "member" "leader" "treasury" "reserves" ) ] .