ponto:Dapp leaf node


URI

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

Label

Descentralized Application

Description

Software application that runs as part of a distributed network as opposed to being run on a specific system or set of systems.

Superclasses (1)

Usage

Instances of ponto:Dapp 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:Dapp a owl:Class ;
    rdfs:label "Descentralized Application" ;
    rdfs:comment "Software application that runs as part of a distributed network as opposed to being run on a specific system or set of systems." ;
    rdfs:subClassOf ponto:Component .