cardano:hasActionType leaf node


URI

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

Label

has action type

Description

Relates a governance action to its type.

Usage

DOMAINPROPERTYRANGE
cardano:GovernanceAction cardano:hasActionType 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:hasActionType a owl:DatatypeProperty ;
    rdfs:label "has action type"@en ;
    rdfs:comment "Relates a governance action to its type."@en ;
    rdfs:domain cardano:GovernanceAction ;
    rdfs:range xsd:string .