cardano:castsVote leaf node


URI

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

Label

casts vote

Description

Relates a vote to its account caster.

Usage

DOMAINPROPERTYRANGE
cardano:Vote cardano:castsVote blockchain:Account

Implementation

@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:castsVote a owl:ObjectProperty ;
    rdfs:label "casts vote"@en ;
    rdfs:comment "Relates a vote to its account caster."@en ;
    rdfs:domain cardano:Vote ;
    rdfs:range blockchain:Account .