Ontology Version: 3.1.0

cacontology-forensics:correlationTimeWindowEnd leaf node


URI

https://cacontology.projectvic.org/forensics#correlationTimeWindowEnd

Label

correlation time window end

Description

End of the temporal bounds of the overlap analysis.

Usage

DOMAINPROPERTYRANGE
cacontology-forensics:CorrelationEvidence cacontology-forensics:correlationTimeWindowEnd xsd:dateTime

Implementation

@prefix cacontology-forensics: <https://cacontology.projectvic.org/forensics#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-forensics:correlationTimeWindowEnd a owl:DatatypeProperty ;
    rdfs:label "correlation time window end"@en ;
    rdfs:comment "End of the temporal bounds of the overlap analysis."@en ;
    rdfs:domain cacontology-forensics:CorrelationEvidence ;
    rdfs:range xsd:dateTime .