Ontology Version: 3.1.0

cacontology-grooming:resumesAt leaf node


URI

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

Label

resumes at

Description

Phase instance the offender returns to after account replacement (typically InitialContactPhase).

Usage

DOMAINPROPERTYRANGE
cacontology-grooming:AccountReplacementEvent cacontology-grooming:resumesAt cacontology-grooming:GroomingPhase

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#> .
cacontology-grooming:resumesAt a owl:ObjectProperty ;
    rdfs:label "resumes at"@en ;
    rdfs:comment "Phase instance the offender returns to after account replacement (typically InitialContactPhase)."@en ;
    rdfs:domain cacontology-grooming:AccountReplacementEvent ;
    rdfs:range cacontology-grooming:GroomingPhase .