ponto:Query leaf node


URI

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

Label

Query

Description

A request for external data made by a smart contract or other component of a blockchain ecosystem.

Superclasses (1)

Usage

Instances of ponto:Query 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: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 .