ponto:Sufficients leaf node


URI

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

Label

Sufficients

Description

A reference counter to indicate if an account is self-sufficient and can exist by itself.

Usage

Instances of ponto:Sufficients 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:Sufficients a owl:Class ;
    rdfs:label "Sufficients" ;
    rdfs:comment "A reference counter to indicate if an account is self-sufficient and can exist by itself." ;
    rdfs:subClassOf ponto:ReferenceCounter .