Ontology Version: 3.0.0

cacontology-detection:DetectionSituationGUFOShape leaf node


URI

https://cacontology.projectvic.org/detection#DetectionSituationGUFOShape

Label

gUFO Detection Situation Shape

Description

Validates detection situations with gUFO constraints.

Shape Properties

Instances of cacontology-detection:CrossPlatformDetectionSituation can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

Implementation

@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 .