solveit-analysis:HypothesisedEvent leaf node


URI

https://ontology.solveit-df.org/solveit/analysis/HypothesisedEvent

Label

Hypothesised Event

Description

An event that is hypothesised to have occurred.

Usage

Instances of solveit-analysis:HypothesisedEvent can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class solveit-analysis:HypothesisedEvent
solveit-analysis:hypothesisedDateTime owl:ObjectProperty The date and time at which the hypothesised event is believed to have occurred - either an absolute timestamp (DateTimeStamp) or a time interval (DateTimeRange). owl:Thing
From class solveit-analysis:Hypothesis
solveit-analysis:contradictedBy owl:ObjectProperty Links a Hypothesis to artifacts that contradict the hypothesis. uco-observable:ObservableObject
solveit-analysis:supportedBy owl:ObjectProperty Links a Hypothesis to artifacts that support the hypothesis. uco-observable:ObservableObject

Implementation

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

solveit-analysis:HypothesisedEvent a owl:Class ;
    rdfs:label "Hypothesised Event"@en ;
    rdfs:comment "An event that is hypothesised to have occurred."@en ;
    rdfs:subClassOf solveit-analysis:Hypothesis .