https://cacontology.projectvic.org/detection#DetectionSituationGUFOShape
Validates detection situations with gUFO constraints.
Instances of cacontology-detection:CrossPlatformDetectionSituation can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|---|
@prefix cacontology-detection: <https://cacontology.projectvic.org/detection#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
cacontology-detection:DetectionSituationGUFOShape a sh:NodeShape ;
rdfs:label "gUFO Detection Situation Shape"@en ;
rdfs:comment "Validates detection situations with gUFO constraints."@en ;
sh:targetClass cacontology-detection:CrossPlatformDetectionSituation,
cacontology-detection:FalsePositiveManagementSituation,
cacontology-detection:MassContentAnalysisSituation .