https://cacontology.projectvic.org/infrastructure#FinancialObfuscationShape
Validation shape for financial obfuscation instances.
Instances of cacontology-infrastructure:FinancialObfuscation can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
|---|---|---|---|---|
| cacontology-infrastructure:PaymentProcessing | ||||
| cacontology-infrastructure:hasFinancialComplexity | 1 |
xsd:string
|
||
| cacontology-infrastructure:hasFinancialTraceability | 1 |
xsd:double
|
||
| cacontology-infrastructure:monthlyRevenue | 0 | 1 |
xsd:decimal
|
|
| cacontology-infrastructure:paymentMethods | 0 | 10 |
xsd:string
|
|
@prefix cacontology-infrastructure: <https://cacontology.projectvic.org/infrastructure#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix uco-core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-infrastructure:FinancialObfuscationShape a sh:NodeShape ;
rdfs:label "Financial Obfuscation Shape"@en ;
rdfs:comment "Validation shape for financial obfuscation instances."@en ;
sh:property [ sh:datatype xsd:string ;
sh:maxCount 1 ;
sh:maxLength 500 ;
sh:message "Financial obfuscation description should be 10-500 characters when specified."@en ;
sh:minCount 0 ;
sh:minLength 10 ;
sh:path uco-core:description ] ;
sh:targetClass cacontology-infrastructure:FinancialObfuscation .