http://www.mobr.ai/ontologies/cardano#hasStakeAccount
Relate a stake pool to its stake account
DOMAIN | PROPERTY | RANGE |
---|---|---|
cardano:StakePool | cardano:hasStakeAccount | blockchain:Account |
@prefix blockchain: <http://www.mobr.ai/ontologies/blockchain#> .
@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:hasStakeAccount a owl:ObjectProperty ;
rdfs:label "has stake address"@en ;
rdfs:comment "Relate a stake pool to its stake account"@en ;
rdfs:domain cardano:StakePool ;
rdfs:range blockchain:Account .