ponto:Providers leaf node


URI

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

Label

Providers

Description

A reference counter to indicate the number of other modules that allow this account to exist. The account may not be reaped until this (providers) and `sufficients` are both zero.

Usage

Instances of ponto:Providers 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:Providers a owl:Class ;
    rdfs:label "Providers" ;
    rdfs:comment "A reference counter to indicate the number of other modules that allow this account to exist. The account may not be reaped until this (providers) and `sufficients` are both zero." ;
    rdfs:subClassOf ponto:ReferenceCounter .