Ontology Version: 3.1.0

cac-core:precedes leaf node


URI

https://cacontology.projectvic.org/core#precedes

Label

precedes

Description

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.

Usage

DOMAINPROPERTYRANGE
cac-core:Phase cac-core:precedes cac-core:Phase

Implementation

@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 .