https://cacontology.projectvic.org/forensics#correlationTimeWindowStart
Start of the temporal bounds of the overlap analysis.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-forensics:CorrelationEvidence | cacontology-forensics:correlationTimeWindowStart | xsd:dateTime |
@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:correlationTimeWindowStart a owl:DatatypeProperty ;
rdfs:label "correlation time window start"@en ;
rdfs:comment "Start of the temporal bounds of the overlap analysis."@en ;
rdfs:domain cacontology-forensics:CorrelationEvidence ;
rdfs:range xsd:dateTime .