Ontology Version: 2.2.0

cacontology-asset-forfeiture:CACTInvestigationShape leaf node


URI

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

Label

CACT Investigation Shape

Description

Enhanced validation shape for CACT investigations with gUFO Event validation and investigation phases.

Shape Properties

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

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-asset-forfeiture:CACTInvestigation
cacontology-gufo:investigationBeginTime 1 1 xsd:dateTime
0 1 xsd:dateTime
1 1 cacontology-asset-forfeiture:CriminalAssetsConfiscationTaskforce

Implementation

@prefix cacontology-asset-forfeiture: <https://cacontology.projectvic.org/asset-forfeiture#> .
@prefix cacontology-gufo: <https://cacontology.projectvic.org/gufo#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix uco-action: <https://ontology.unifiedcyberontology.org/uco/action/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-asset-forfeiture:CACTInvestigationShape a sh:NodeShape ;
    rdfs:label "CACT Investigation Shape"@en ;
    rdfs:comment "Enhanced validation shape for CACT investigations with gUFO Event validation and investigation phases."@en ;
    sh:property [ sh:hasValue gufo:Event ;
            sh:message "CACT investigations must be instances of gUFO Event"@en ;
            sh:path rdf:type ],
        [ sh:datatype xsd:dateTime ;
            sh:maxCount 1 ;
            sh:message "CACT investigation must specify begin time"@en ;
            sh:minCount 1 ;
            sh:path cacontology-gufo:investigationBeginTime ],
        [ sh:datatype xsd:dateTime ;
            sh:maxCount 1 ;
            sh:message "CACT investigation may specify end time"@en ;
            sh:minCount 0 ;
            sh:path cacontology-gufo:investigationEndTime ],
        [ sh:class cacontology-asset-forfeiture:CriminalAssetsConfiscationTaskforce ;
            sh:maxCount 1 ;
            sh:message "CACT investigation must be performed by CACT"@en ;
            sh:minCount 1 ;
            sh:path uco-action:performer ] ;
    sh:targetClass cacontology-asset-forfeiture:CACTInvestigation .