http://www.mobr.ai/ontologies/ponto#DataFeed
A source of external data used by an oracle to provide data to a blockchain.
Instances of ponto:DataFeed can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|
@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 .