Ontology Version: 2.7.0

cacontology-sextortion:PropertyDestructionThreatShape leaf node


URI

https://cacontology.projectvic.org/sextortion#PropertyDestructionThreatShape

Label

Property Destruction Threat Shape

Description

Validation shape for property destruction threat mechanisms.

Shape Properties

Instances of cacontology-sextortion:PropertyDestructionThreat can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-sextortion:PropertyDestructionThreat
cacontology-sextortion:threatType 1 1 xsd:string

Implementation

@prefix cacontology-sextortion: <https://cacontology.projectvic.org/sextortion#> .
@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-sextortion:PropertyDestructionThreatShape a sh:NodeShape ;
    rdfs:label "Property Destruction Threat Shape"@en ;
    rdfs:comment "Validation shape for property destruction threat mechanisms."@en ;
    sh:property [ sh:datatype xsd:string ;
            sh:hasValue "property_destruction" ;
            sh:maxCount 1 ;
            sh:message "PropertyDestructionThreat must have threatType 'property_destruction'."@en ;
            sh:minCount 1 ;
            sh:path cacontology-sextortion:threatType ] ;
    sh:targetClass cacontology-sextortion:PropertyDestructionThreat .