Ontology Version: 3.1.0

cacontology-grooming:replacementAccountId leaf node


URI

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

Label

replacement account id

Description

Reference to the new account used to resume contact if known.

Usage

DOMAINPROPERTYRANGE
cacontology-grooming:AccountReplacementEvent cacontology-grooming:replacementAccountId uco-observable:Account

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 uco-observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
cacontology-grooming:replacementAccountId a owl:ObjectProperty ;
    rdfs:label "replacement account id"@en ;
    rdfs:comment "Reference to the new account used to resume contact if known."@en ;
    rdfs:domain cacontology-grooming:AccountReplacementEvent ;
    rdfs:range uco-observable:Account .