cardano:NetworkParameters leaf node


URI

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

Label

Network Parameters

Description

Parameters controlling network operations.

Superclasses (1)

Usage

Instances of cardano:NetworkParameters can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

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:NetworkParameters a owl:Class ;
    rdfs:label "Network Parameters"@en ;
    rdfs:comment "Parameters controlling network operations."@en ;
    rdfs:subClassOf cardano:ProtocolParameters .