https://ontology.solveit-df.org/solveit/analysis/HypothesisedRelationship
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.
Instances of solveit-analysis:HypothesisedRelationship can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| 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 |
@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 .