http://www.mobr.ai/ontologies/ponto#Sufficients
A reference counter to indicate if an account is self-sufficient and can exist by itself.
Instances of ponto:Sufficients 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: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 .