https://cacontology.projectvic.org/grooming#replacementAccountId
Reference to the new account used to resume contact if known.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-grooming:AccountReplacementEvent | cacontology-grooming:replacementAccountId | uco-observable:Account |
@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 .