ponto:Oracle leaf node


URI

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

Label

Oracle

Description

Component that provides external data to smart contracts and decentralized applications (dApps) on the Polkadot network.

Superclasses (1)

Usage

Instances of ponto:Oracle can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

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:Oracle a owl:Class ;
    rdfs:label "Oracle" ;
    rdfs:comment "Component that provides external data to smart contracts and decentralized applications (dApps) on the Polkadot network." ;
    rdfs:subClassOf ponto:Component .