Skip to content

Slot: hasRelatedTerm

A relationship where an entity relates to a term

URI: [nexus:hasRelatedTerm](https://w3id.org/ai-atlas-nexus/hasRelatedTerm) Alias: hasRelatedTerm ## Applicable Classes | Name | Description | Modifies Slot | | ------------------------------- | -------------------------------------------------------------------------------- | ------------- | | [LLMIntrinsic](LLMIntrinsic.md) | A capability that can be invoked through a well-defined API that is reasonabl... | no | ## Properties ### Type and Range | Property | Value | | --------- | ---------------------------------------------------------------- | | Range | [RiskConcept](RiskConcept.md) or 
[Term](Term.md) | | Domain | [Any](Any.md) | | Domain Of | [LLMIntrinsic](LLMIntrinsic.md) | ### 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://w3id.org/ai-atlas-nexus/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://w3id.org/ai-atlas-nexus/ai-risk-ontology
rank: 1000
domain: Any
alias: hasRelatedTerm
domain_of:
- LLMIntrinsic
range: Term
multivalued: true
inlined: false
any_of:
- range: RiskConcept
- range: Term

```