Ontology Version: 2.2.0

cacontology-sextortion:TargetsVictimShape leaf node


URI

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

Label

TargetsVictimShape

Implementation

@prefix cacontology-sextortion: <https://cacontology.projectvic.org/sextortion#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix uco-identity: <https://ontology.unifiedcyberontology.org/uco/identity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-sextortion:TargetsVictimShape a sh:PropertyShape ;
    sh:class uco-identity:Person ;
    sh:description "Links sextortion to victim being targeted" ;
    sh:minCount 0 ;
    sh:name "targets victim" ;
    sh:path cacontology-sextortion:targetsVictim .