cardano:hasRetirement leaf node


URI

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

Label

has retirement

Description

Associates a stake pool with its retirement certificate

Usage

DOMAINPROPERTYRANGE
cardano:StakePool cardano:hasRetirement cardano:PoolRetirement

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:hasRetirement a owl:ObjectProperty ;
    rdfs:label "has retirement"@en ;
    rdfs:comment "Associates a stake pool with its retirement certificate"@en ;
    rdfs:domain cardano:StakePool ;
    rdfs:range cardano:PoolRetirement .