solveit-analysis:HypothesisedRelationship leaf node


URI

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

Label

Hypothesised Relationship

Description

A relationship between entities that is hypothesised to exist, such as an inferred association between persons, accounts, devices, or locations based on co-occurrence patterns, shared identifiers, or behavioural analysis.

Usage

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

PROPERTYTYPEDESCRIPTIONRANGE
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:HypothesisedRelationship a owl:Class ;
    rdfs:label "Hypothesised Relationship"@en ;
    rdfs:comment "A relationship between entities that is hypothesised to exist, such as an inferred association between persons, accounts, devices, or locations based on co-occurrence patterns, shared identifiers, or behavioural analysis."@en ;
    rdfs:subClassOf solveit-analysis:Hypothesis .