ponto:ReferenceCounter


URI

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

Label

RefCounter

Description

Reference counters indicate the current state of an account. There are three types of reference counter: Sufficients, Consumers, and Providers.

Superclasses (1)

Usage

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