https://cacontology.projectvic.org/core#conditioningMode
Dominant mechanism through which conditioning is accomplished in a documented offense phase instance.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cac-core:ConditioningPhase | cac-core:conditioningMode | xsd:string |
@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cac-core:conditioningMode a owl:DatatypeProperty ;
rdfs:label "conditioning mode"@en ;
rdfs:comment "Dominant mechanism through which conditioning is accomplished in a documented offense phase instance."@en ;
rdfs:domain cac-core:ConditioningPhase ;
rdfs:range xsd:string ;
skos:scopeNote "For conditioningMode value platform_confidence: offender models and develops operational confidence in a platform's affordances, detection characteristics, and community norms prior to exploitation — applicable to mainstream platforms, encrypted messaging apps, dark web forums, and generative AI tools. This mechanism is offender- and platform-directed, not victim-directed rapport or trust building."@en .