Skip to content

Slot: isProvidedBy

Indicates provider of an AI system or component.

URI: [airo:isProvidedBy](https://w3id.org/airo#isProvidedBy) Alias: isProvidedBy ## Applicable Classes | Name | Description | Modifies Slot | | ------------------------------------------- | -------------------------------------------------------------------------------- | ------------- | | [BaseAi](BaseAi.md) | Any type of AI, be it a LLM, RL agent, SVM, etc | no | | [AiSystem](AiSystem.md) | A compound AI System composed of one or more AI capablities | no | | [AiAgent](AiAgent.md) | An artificial intelligence (AI) agent refers to a system or program that is c... | yes | | [Adapter](Adapter.md) | Adapter-based methods add extra trainable parameters after the attention and ... | no | | [AiModel](AiModel.md) | A base AI Model class | no | | [LargeLanguageModel](LargeLanguageModel.md) | A large language model (LLM) is an AI model which supports a range of languag... | no | ## Properties ### Type and Range | Property | Value | | --------- | ------------------------------------------------------- | | Range | [AiProvider](AiProvider.md) | | Domain Of | [BaseAi](BaseAi.md) | | Slot URI | [airo:isProvidedBy](https://w3id.org/airo#isProvidedBy) | ### Cardinality and Requirements | Property | Value | | -------- | ----- | ## Identifier and Mapping Information ### Schema Source - from schema: https://w3id.org/ai-atlas-nexus/ai-risk-ontology ## Mappings | Mapping Type | Mapped Value | | ------------ | ------------------ | | self | airo:isProvidedBy | | native | nexus:isProvidedBy | ## LinkML Source
name: isProvidedBy
description: Indicates provider of an AI system or component.
from_schema: https://w3id.org/ai-atlas-nexus/ai-risk-ontology
rank: 1000
slot_uri: airo:isProvidedBy
alias: isProvidedBy
domain_of:
- BaseAi
range: AiProvider

```