Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.55 KB

File metadata and controls

55 lines (39 loc) · 1.55 KB

Slot: isUsedWithinLocality

Specifies the domain an AI system is used within.

URI: airo:isUsedWithinLocality Alias: isUsedWithinLocality

Applicable Classes

Name Description Modifies Slot
AiAgent An artificial intelligence (AI) agent refers to a system or program that is c... no
AiSystem A compound AI System composed of one or more AI capablities no

Properties

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self airo:isUsedWithinLocality
native nexus:isUsedWithinLocality

LinkML Source

Details ```yaml name: isUsedWithinLocality description: Specifies the domain an AI system is used within. from_schema: https://ibm.github.io/ai-atlas-nexus/ontology/ai-risk-ontology rank: 1000 domain: '[''AISystem'', ''AIComponent'']' slot_uri: airo:isUsedWithinLocality alias: isUsedWithinLocality domain_of: - AiSystem range: LocalityOfUse multivalued: true inlined: false
</details>