https://ontology.solveit-df.org/solveit/observable/TimelineEntry
A single entry in a forensic timeline.
Instances of solveit-observable:TimelineEntry can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| 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 |
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 |
GLOBAL RANGE |
|
|---|---|---|---|---|---|---|---|
| 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 | ||
@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 .