http://www.mobr.ai/ontologies/ponto#Providers
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.
Instances of ponto:Providers 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: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 .