ponto:SmartContract leaf node


URI

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

Label

Smart Contract

Description

A self-executing contract that is stored on the blockchain and can interact with other contracts or accounts.

Superclasses (1)

Usage

Instances of ponto:SmartContract can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ponto:Account
ponto:accountCreated owl:DatatypeProperty The timestamp when the account was created. xsd:dateTimeStamp
ponto:hasAddress owl:DatatypeProperty An account has an address. xsd:string
ponto:hasConsumers owl:ObjectProperty ponto:Consumers
ponto:hasProviders owl:ObjectProperty ponto:Providers
ponto:hasSufficients owl:ObjectProperty ponto:Sufficients
ponto:hasToken owl:ObjectProperty ponto:Asset

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:SmartContract a owl:Class ;
    rdfs:label "Smart Contract" ;
    rdfs:comment "A self-executing contract that is stored on the blockchain and can interact with other contracts or accounts." ;
    rdfs:subClassOf ponto:Account .