ponto:DataFeed leaf node


URI

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

Label

Data Feed

Description

A source of external data used by an oracle to provide data to a blockchain.

Superclasses (1)

Usage

Instances of ponto:DataFeed 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:DataFeed a owl:Class ;
    rdfs:label "Data Feed" ;
    rdfs:comment "A source of external data used by an oracle to provide data to a blockchain." ;
    rdfs:subClassOf ponto:Component .