https://cacontology.projectvic.org/international#LiveStreamingInvestigationShape
Validation shape for live streaming investigation instances with gUFO integration.
@prefix cacontology-international: <https://cacontology.projectvic.org/international#> .
@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-international:LiveStreamingInvestigationShape a sh:NodeShape ;
rdfs:label "Live Streaming Investigation Shape"@en ;
rdfs:comment "Validation shape for live streaming investigation instances with gUFO integration."@en ;
sh:property [ sh:datatype xsd:nonNegativeInteger ;
sh:maxCount 1 ;
sh:maxInclusive 10 ;
sh:message "Live streaming investigation must involve 2-10 jurisdictions."@en ;
sh:minCount 1 ;
sh:minInclusive 2 ;
sh:path cacontology-international:jurisdictionCount ],
[ sh:hasValue "expert" ;
sh:message "Live streaming investigations require expert cross-border capability (gUFO quality constraint)"@en ;
sh:path cacontology-international:crossBorderCapability ],
[ sh:hasValue "complex" ;
sh:message "Live streaming investigations require complex coordination (gUFO quality constraint)"@en ;
sh:path cacontology-international:coordinationComplexity ],
[ sh:datatype xsd:string ;
sh:in ( "urgent" "critical" "emergency" "immediate" ) ;
sh:maxCount 1 ;
sh:message "Live streaming investigations must have urgent operational priority (gUFO quality aspect)"@en ;
sh:minCount 1 ;
sh:path cacontology-international:hasOperationalUrgency ],
[ sh:datatype xsd:dateTime ;
sh:maxCount 1 ;
sh:message "Investigation must have start time (gUFO temporal boundary)"@en ;
sh:minCount 1 ;
sh:path gufo:hasBeginPointInXSDDateTimeStamp ] ;
sh:targetClass cacontology-international:LiveStreamingInvestigation .