ponto:Consumers leaf node


URI

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

Label

Consumers

Description

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.

Usage

Instances of ponto:Consumers 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: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 .