cardano:hasProposalProposer leaf node


URI

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

Label

has proposal proposer

Description

Relates a governance proposal to its proposer address.

Usage

DOMAINPROPERTYRANGE
cardano:GovernanceProposal cardano:hasProposalProposer xsd:string

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

cardano:hasProposalProposer a owl:DatatypeProperty ;
    rdfs:label "has proposal proposer"@en ;
    rdfs:comment "Relates a governance proposal to its proposer address."@en ;
    rdfs:domain cardano:GovernanceProposal ;
    rdfs:range xsd:string .