Slot: hasRelatedTerm
A relationship where an entity relates to a term
URI: nexus:hasRelatedTerm Alias: hasRelatedTerm
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| LLMIntrinsic | A capability that can be invoked through a well-defined API that is reasonabl... | no |
Properties
Type and Range
| Property | Value |
|---|---|
| Range | Term or RiskConcept |
| Domain | Any |
| Domain Of | LLMIntrinsic |
Cardinality and Requirements
| Property | Value |
|---|---|
| Multivalued | Yes |
Expressions & Logic
#### Any Of Value must satisfy at least one of: - AnonymousSlotExpression({'range': 'RiskConcept'}) - AnonymousSlotExpression({'range': 'Term'})Identifier and Mapping Information
Schema Source
- from schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | nexus:hasRelatedTerm |
| native | nexus:hasRelatedTerm |
LinkML Source
name: hasRelatedTerm
description: A relationship where an entity relates to a term
from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology
rank: 1000
domain: Any
alias: hasRelatedTerm
domain_of:
- LLMIntrinsic
range: Term
multivalued: true
inlined: false
any_of:
- range: RiskConcept
- range: Term
```