https://cacontology.projectvic.org/core#precedes
Asserts that one exploitation phase or event directly precedes another in the documented offense timeline. Used to build temporally ordered traversal graphs for state machine analysis of case lifecycles. The subject phase occurs before the object phase in the same investigation.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cac-core:Phase | cac-core:precedes | cac-core:Phase |
@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology: <https://cacontology.projectvic.org#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cac-core:precedes a owl:ObjectProperty ;
rdfs:label "precedes"@en ;
rdfs:comment "Asserts that one exploitation phase or event directly precedes another in the documented offense timeline. Used to build temporally ordered traversal graphs for state machine analysis of case lifecycles. The subject phase occurs before the object phase in the same investigation."@en ;
rdfs:domain cac-core:Phase ;
rdfs:isDefinedBy cacontology: ;
rdfs:range cac-core:Phase .