http://www.mobr.ai/ontologies/ponto#Query
A request for external data made by a smart contract or other component of a blockchain ecosystem.
Instances of ponto:Query 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:Query a owl:Class ;
rdfs:label "Query" ;
rdfs:comment "A request for external data made by a smart contract or other component of a blockchain ecosystem." ;
rdfs:subClassOf ponto:Component .