solveit-analysis:HypothesisedCommunication leaf node


URI

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

Label

Hypothesised Communication

Description

A communication that is hypothesised to have occurred between parties, potentially inferred from partial message records, contact patterns, or metadata fragments. Use uco-observable:from and uco-observable:to for the parties involved.

Usage

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

PROPERTYTYPEDESCRIPTIONRANGE
From class solveit-analysis:HypothesisedEvent
solveit-analysis:hypothesisedServiceName owl:DatatypeProperty The name of the service or platform hypothesised to have been used (e.g. Google, WhatsApp, iMessage). xsd:string
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:HypothesisedCommunication a owl:Class ;
    rdfs:label "Hypothesised Communication"@en ;
    rdfs:comment "A communication that is hypothesised to have occurred between parties, potentially inferred from partial message records, contact patterns, or metadata fragments. Use uco-observable:from and uco-observable:to for the parties involved."@en ;
    rdfs:subClassOf solveit-analysis:HypothesisedEvent .