ponto:paraName leaf node


URI

http://www.mobr.ai/ontologies/ponto#paraName

Label

Parachain Name

Description

Name of the parachain.

Usage

Instances of ponto:paraName can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

@prefix ponto: <http://www.mobr.ai/ontologies/ponto#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ponto:paraName a xsd:string ;
    rdfs:label "Parachain Name" ;
    rdfs:comment "Name of the parachain." .