http://www.mobr.ai/ontologies/ponto#ReferenceCounter
Reference counters indicate the current state of an account. There are three types of reference counter: Sufficients, Consumers, and Providers.
Instances of ponto:ReferenceCounter 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:ReferenceCounter a owl:Class ;
rdfs:label "RefCounter" ;
rdfs:comment "Reference counters indicate the current state of an account. There are three types of reference counter: Sufficients, Consumers, and Providers." ;
rdfs:subClassOf ponto:Component .