Ontology Version: 2.2.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 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-detection:DetectionSituationGUFOShape a sh:NodeShape ;
    rdfs:label "gUFO Detection Situation Shape"@en ;
    rdfs:comment "Validates detection situations with gUFO constraints."@en ;
    sh:property [ sh:hasValue gufo:Situation ;
            sh:message "Detection situation must be typed as gUFO Situation"@en ;
            sh:minCount 1 ;
            sh:path rdf:type ] ;
    sh:targetClass cacontology-detection:CrossPlatformDetectionSituation,
        cacontology-detection:FalsePositiveManagementSituation,
        cacontology-detection:MassContentAnalysisSituation .