https://cacontology.projectvic.org/infrastructure#financialComplexity
Complexity of financial obfuscation methods (basic, intermediate, sophisticated).
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-infrastructure:FinancialFlowAnalysis | cacontology-infrastructure:financialComplexity | xsd:string |
@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:financialComplexity a owl:DatatypeProperty ;
rdfs:label "financial complexity"@en ;
rdfs:comment "Complexity of financial obfuscation methods (basic, intermediate, sophisticated)."@en ;
rdfs:domain cacontology-infrastructure:FinancialFlowAnalysis ;
rdfs:range xsd:string .