Ontology Version: 3.1.0

cacontology-grooming:groomingStage leaf node


URI

https://cacontology.projectvic.org/grooming#groomingStage

Label

grooming stage

Description

Behavior-axis stage tag on GroomingBehavior instances (not the offense-trajectory phase class used in state machines).

Usage

DOMAINPROPERTYRANGE
cacontology-grooming:GroomingBehavior cacontology-grooming:groomingStage xsd:string

Implementation

@prefix cacontology-grooming: <https://cacontology.projectvic.org/grooming#> .
@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#> .
cacontology-grooming:groomingStage a owl:DatatypeProperty ;
    rdfs:label "grooming stage"@en ;
    rdfs:comment "Behavior-axis stage tag on GroomingBehavior instances (not the offense-trajectory phase class used in state machines)."@en ;
    rdfs:domain cacontology-grooming:GroomingBehavior ;
    rdfs:range xsd:string ;
    skos:editorialNote "For offense-trajectory state machines, phase typing uses GroomingPhase subclasses and cac-core:conditioningMode on the macro ConditioningPhase node — not groomingStage. trust_building and sexual_introduction are legacy behavior-axis values retained for backward compatibility; prefer conditioning and sexualization in new behavior graphs."@en .