Ontology Version: 3.0.0

cacontology-asset-forfeiture:CriminalAssetsConfiscationTaskforceShape leaf node


URI

https://cacontology.projectvic.org/asset-forfeiture#CriminalAssetsConfiscationTaskforceShape

Label

Criminal Assets Confiscation Taskforce Shape

Description

Enhanced validation shape for CACT with gUFO Organization validation and operational framework validation.

Shape Properties

Instances of cacontology-asset-forfeiture:CriminalAssetsConfiscationTaskforce can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

Implementation

@prefix cacontology-asset-forfeiture: <https://cacontology.projectvic.org/asset-forfeiture#> .
@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-asset-forfeiture:CriminalAssetsConfiscationTaskforceShape a sh:NodeShape ;
    rdfs:label "Criminal Assets Confiscation Taskforce Shape"@en ;
    rdfs:comment "Enhanced validation shape for CACT with gUFO Organization validation and operational framework validation."@en ;
    sh:property [ sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:maxLength 200 ;
            sh:message "CACT must have a name (5-200 characters)"@en ;
            sh:minCount 1 ;
            sh:minLength 5 ;
            sh:path uco-core:name ] ;
    sh:targetClass cacontology-asset-forfeiture:CriminalAssetsConfiscationTaskforce .