solveit-observable:TimelineEntry leaf node


URI

https://ontology.solveit-df.org/solveit/observable/TimelineEntry

Label

Timeline Entry

Description

A single entry in a forensic timeline.

Shapes (1)

Usage

Instances of solveit-observable:TimelineEntry can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class solveit-observable:TimelineEntry
solveit-observable:timelineEntryValue owl:ObjectProperty The temporal value of this timeline entry - an absolute timestamp (DateTimeStamp), a time interval (DateTimeRange), or relative ordering (ImplicitTimingInformation). owl:Thing

Property Shapes

By the associated SHACL property shapes, instances of solveit-observable:TimelineEntry can have the following properties:

PROPERTY

PROPERTY TYPE

DESCRIPTION

MIN COUNT

MAX COUNT

LOCAL RANGE
(type range for property on this class)

GLOBAL RANGE
(type range for property globally)

solveit-observable:TimelineEntry
solveit-observable:timelineEntryValue owl:ObjectProperty The temporal value of this timeline entry - an absolute timestamp (DateTimeStamp), a time interval (DateTimeRange), or relative ordering (ImplicitTimingInformation).
1 1 owl:Thing

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix solveit-observable: <https://ontology.solveit-df.org/solveit/observable/> .
@prefix uco-observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .

solveit-observable:TimelineEntry a owl:Class ;
    rdfs:label "Timeline Entry"@en ;
    rdfs:comment "A single entry in a forensic timeline."@en ;
    rdfs:subClassOf uco-observable:ObservableObject .