http://www.mobr.ai/ontologies/ponto#Dapp
Software application that runs as part of a distributed network as opposed to being run on a specific system or set of systems.
Instances of ponto:Dapp 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: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 .