Ontology Version: 2.2.0

cacontology-infrastructure:hasFinancialComplexity leaf node


URI

https://cacontology.projectvic.org/infrastructure#hasFinancialComplexity

Label

has financial complexity

Description

Complexity level of financial processing systems (gUFO quality aspect).

Usage

DOMAINPROPERTYRANGE
cacontology-infrastructure:PaymentProcessing cacontology-infrastructure:hasFinancialComplexity xsd:string

Implementation

@prefix cacontology-infrastructure: <https://cacontology.projectvic.org/infrastructure#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-infrastructure:hasFinancialComplexity a owl:DatatypeProperty ;
    rdfs:label "has financial complexity"@en ;
    rdfs:comment "Complexity level of financial processing systems (gUFO quality aspect)."@en ;
    rdfs:domain cacontology-infrastructure:PaymentProcessing ;
    rdfs:range xsd:string .