ponto:hasParaId leaf node


URI

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

Label

hasParaId

Usage

DOMAINPROPERTYRANGE
ponto:Parachain ponto:hasParaId ponto:paraId

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ponto: <http://www.mobr.ai/ontologies/ponto#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ponto:hasParaId a owl:DatatypeProperty ;
    rdfs:domain ponto:Parachain ;
    rdfs:range ponto:paraId .