Ontology Version: 2.2.0

cacontology-sextortion:UsesExtortionTacticsShape leaf node


URI

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

Label

UsesExtortionTacticsShape

Implementation

@prefix cacontology-sextortion: <https://cacontology.projectvic.org/sextortion#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-sextortion:UsesExtortionTacticsShape a sh:PropertyShape ;
    sh:class cacontology-sextortion:ExtortionTactics ;
    sh:description "Links sextortion to extortion tactics employed" ;
    sh:minCount 0 ;
    sh:name "uses extortion tactics" ;
    sh:path cacontology-sextortion:usesExtortionTactics .