https://cacontology.projectvic.org/investigation-coordination#JointInvestigationShape
Validation shape for joint investigation instances with gUFO integration.
Instances of cacontology-coord:JointInvestigation can have the following properties:
@prefix cacontology-coord: <https://cacontology.projectvic.org/investigation-coordination#> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-coord:JointInvestigationShape a sh:NodeShape ;
rdfs:label "Joint Investigation Shape"@en ;
rdfs:comment "Validation shape for joint investigation instances with gUFO integration."@en ;
sh:property [ sh:datatype xsd:string ;
sh:in ( "single_case" "related_cases" "criminal_network" "organized_crime" "multi_jurisdictional" "international" ) ;
sh:maxCount 1 ;
sh:message "Joint investigation must specify investigation scope from the allowed list."@en ;
sh:minCount 1 ;
sh:path cacontology-coord:investigationScope ],
[ sh:datatype xsd:boolean ;
sh:maxCount 1 ;
sh:message "Joint investigation must specify if resource pooling is used."@en ;
sh:minCount 1 ;
sh:path cacontology-coord:resourcePooling ],
[ sh:datatype xsd:boolean ;
sh:maxCount 1 ;
sh:message "Joint investigation must specify if shared command structure is used."@en ;
sh:minCount 1 ;
sh:path cacontology-coord:sharedCommand ],
[ sh:datatype xsd:boolean ;
sh:maxCount 1 ;
sh:message "Joint investigation must specify if unified reporting is used."@en ;
sh:minCount 1 ;
sh:path cacontology-coord:unifiedReporting ],
[ sh:datatype xsd:dateTime ;
sh:maxCount 1 ;
sh:message "Joint investigation must have start time (gUFO temporal boundary)"@en ;
sh:minCount 1 ;
sh:path gufo:hasBeginPointInXSDDateTimeStamp ],
[ sh:datatype xsd:string ;
sh:in ( "minimal" "moderate" "high" "intensive" "fully_integrated" ) ;
sh:maxCount 1 ;
sh:message "Coordination intensity level must be from allowed list (gUFO quality aspect)"@en ;
sh:path cacontology-coord:hasCoordinationIntensity ],
[ sh:datatype xsd:double ;
sh:maxCount 1 ;
sh:maxInclusive 1.0 ;
sh:message "Unification level must be between 0.0 and 1.0 (gUFO quality aspect)"@en ;
sh:minInclusive 0.0 ;
sh:path cacontology-coord:hasUnificationLevel ] ;
sh:targetClass cacontology-coord:JointInvestigation .