http://www.mobr.ai/ontologies/ponto#Consumers
A reference counter to indicate the number of other modules that currently depend on this account's existence. The account cannot be reaped until this is zero.
Instances of ponto:Consumers 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:Consumers a owl:Class ;
rdfs:label "Consumers" ;
rdfs:comment "A reference counter to indicate the number of other modules that currently depend on this account's existence. The account cannot be reaped until this is zero." ;
rdfs:subClassOf ponto:ReferenceCounter .