solveit-analysis:HypothesisedWebSearch leaf node


URI

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

Label

Hypothesised Web Search

Description

A web search that is hypothesised to have been performed, potentially inferred from browser history fragments, cached results, or suggested search terms. Use uco-observable:keywordSearchTerm for the search query.

Usage

Instances of solveit-analysis:HypothesisedWebSearch 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:HypothesisedWebSearch a owl:Class ;
    rdfs:label "Hypothesised Web Search"@en ;
    rdfs:comment "A web search that is hypothesised to have been performed, potentially inferred from browser history fragments, cached results, or suggested search terms. Use uco-observable:keywordSearchTerm for the search query."@en ;
    rdfs:subClassOf solveit-analysis:HypothesisedEvent .